mirror of https://github.com/cutefishos/calculator
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| .github/workflows | 4 years ago | |
| debian | 4 years ago | |
| engine | 5 years ago | |
| images | 5 years ago | |
| qml | 4 years ago | |
| translations | 4 years ago | |
| .gitignore | 5 years ago | |
| CMakeLists.txt | 4 years ago | |
| LICENSE | 5 years ago | |
| README.md | 5 years ago | |
| calcengine.cpp | 5 years ago | |
| calcengine.h | 5 years ago | |
| cutefish-calculator.desktop | 4 years ago | |
| main.cpp | 4 years ago | |
| qml.qrc | 5 years ago | |
README.md
Calculator
CutefishOS Calculator
Dependencies
sudo apt-get install cmake gcc qtbase5-dev qtdeclarative5-dev qml-module-qtquick2 qml-module-qtquick-controls2
Build and Install
mkdir build
cd build
cmake ..
make
sudo make install
License
This project has been licensed by GPLv3.