Skip to content

em1lyy/Commander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commander

A terminal. Very barebones, but it works.

Build instructions

  1. Clone the repository
    $ git clone https://github.com/em1lyy/Commander.git
  2. Change to the directory
    $ cd Commander/Commander/
  3. Generate the Makefile
    $ qmake ./Commander.pro -spec linux-g++ && /usr/bin/make qmake_all
  4. Build the software
    $ make
  5. Install the software (root permissions required!)
    $ sudo make install
    Good! The Software is now built and executable!

Requirements

  • QTermWidget

Demo Screenshot