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.
 
 
 
 
Slula ina b1a9e12a60
Translated using Weblate (Slovak)
2 years ago
engine Add translations to errors 2 years ago
qml MeuiKit API Update 2 years ago
screenshots New screenshot 3 years ago
translations Translated using Weblate (Slovak) 2 years ago
.gitignore Get rid of a lot of translation strings 2 years ago
CMakeLists.txt Add memory 2 years ago
LICENSE Initial commit 3 years ago
README.md Improve layout and UI 3 years ago
calcengine.cpp Add translations to errors 2 years ago
calcengine.h Improve toasts 2 years ago
cyber-calculator.desktop Add desktop file 3 years ago
main.cpp Add memory 2 years ago
memory.cpp Improve toasts 2 years ago
memory.h feat: use Meui.Toast 2 years ago
qml.qrc Add memory 2 years ago

README.md

cyber-calculator

CyberOS Calculator

Dependencies

On ArchLinux:

sudo pacman -S gcc cmake qt5-base qt5-quickcontrols2

Build and Install

mkdir build
cd build
cmake ..
make
sudo make install