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.
 
 
 
 
HougeLangley 24dee87036 Update README.md and enable Multi-Threads build deb 5 years ago
.github/workflows Add github ci 5 years ago
debian Update README.md and enable Multi-Threads build deb 5 years ago
engine init 5 years ago
images Adjust UI 5 years ago
qml Update changlog 5 years ago
translations Update translations 5 years ago
.gitignore init 5 years ago
CMakeLists.txt build: MSVC Compat 5 years ago
LICENSE init 5 years ago
README.md Update README.md and enable Multi-Threads build deb 5 years ago
calcengine.cpp Fix symbol error 5 years ago
calcengine.h init 5 years ago
cutefish-calculator.desktop Update desktop file 5 years ago
main.cpp Add about dialog 5 years ago
qml.qrc Adjust UI 5 years ago

README.md

Calculator

CutefishOS Calculator

Dependencies

For Debian:

sudo apt-get install cmake extra-cmake-modules libkf5windowsystem-dev libqt5x11extras5-dev qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev qttools5-dev qttools5-dev-tools

Build and Install

mkdir build
cd build
cmake ..
make
sudo make install

License

This project has been licensed by GPLv3.