Skip to content

fpg2012/scalculator

Repository files navigation

Scalculator

Simple yet full-fledged calculator, with Sevaluator as backend.

current version

Big number is supported.

INSTALL

mkdir build && cd build; cmake .. && make;

For ArchLinux

Scalculator is availible on AUR

git clone https://aur.archlinux.org/scalculator.git
cd scalculator
makepkg -si

or use a AUR helper (e.g. yay)

yay -S scalculator

make packages

cd build; cpack;