Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 2.58 KB

README.md

File metadata and controls

44 lines (34 loc) · 2.58 KB

Calculadorita

A calculator app writen in Vala and GTK+ for GNU/Linux by Argentinian guy 🇦🇷 🖱️

screenshot

Vala icon Vala Version      Github icon Python 3 Version

How to build this app locally?

  1. 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
  1. Configure installation target directory and prepare the source code:

    meson build --prefix=/usr
  2. Compile the source code and install the app on your system:

    cd build
    ninja
    ninja install

Uninstall this app from you system?

To remove the application files from your system, run next command from the root of the project:

sudo ninja -C build uninstall