Skip to content

lozanotux/calculadorita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Calculator app writen in Vala and GTK+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published