- Debian/Ubuntu
sudo apt install make libncurses-dev
- Clone the repository
git clone https://github.com/sdevsantiago/pc.git
- Compile the project
cd pc
make && make clean
- Run
./pc
- Install
make install
pc
| Flag | Description |
|---|---|
| -e | Enables Ctrl+C to interrupt the program (disabled by default). |
| Rule | Description |
|---|---|
| all | Default rule, compiles the project. |
| pc | Same as all. |
| clean | Removes all object files. |
| fclean | Executes clean and removes binaries and packages. |
| re | Executes both fclean and all. |
| package | Executes re and creates the package. |
| install | Executes package and installs the package. |
| uninstall | Purges/Uninstalls the package. |
