A calculator app writen in Vala and GTK+ for GNU/Linux by Argentinian guy 🇦🇷 🖱️
Vala Version Python 3 Version- Install required dependencies:
- Ubuntu:
sudo apt install build-essential desktop-file-utils gettext gobject-introspection libgee-0.8-dev libgirepository1.0-dev libglib2.0-dev libgtk-4-dev libxml2-dev libxml2-utils meson cmake valac valadoc libmatheval-dev python3
-
Configure installation target directory and prepare the source code:
meson build --prefix=/usr
-
Compile the source code and install the app on your system:
cd build ninja ninja install
To remove the application files from your system, run next command from the root of the project:
sudo ninja -C build uninstall