GNOME Calculator is a powerful graphical calculator with financial, logical and scientific modes. It uses a multiple precision package to do its arithmetic to give a high degree of accuracy.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-calculator/40/gnome-calculator-40.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-calculator/40/gnome-calculator-40.0.tar.xz
Download MD5 sum: ba256c362b6ba5bfc0792ebeb0fb6a59
Download size: 1000 KB
Estimated disk space required: 62 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
GTK+-3.24.28, gtksourceview4-4.8.1, itstool-2.0.6, libgee-0.20.4, libhandy-1.2.0, and libsoup-2.72.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-calculator
Install GNOME Calculator by running the following commands:
mkdir build && cd build && meson --prefix=/usr .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
Last updated on 2021-04-08 15:16:47 -0500