this is a simple Calculator written in Gtk and Vala/Genie
- perform arithmetic calculations
- define variables and functions
- display functions graphically
This works only on Linux
- clone this repository
- change the directory to this folder
- create a build folder:
meson build --prefix=/usr
(type the command in the terminal) - change the directory to the created build folder:
cd build
- install:
sudo ninja install