You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
LICENSE | 1 month ago | |
Makefile | 1 month ago | |
README.md | 1 month ago | |
buttons.h | 1 month ago | |
calc-gui.c | 1 month ago | |
calc.c | 1 month ago |
README.md
calc
Calculator for GNU/Linux.
Build
make
- compile cli version
make gui
- compile gui version
sudo make install
- install cli version
sudo make install-gui
- install gui version