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-8.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-calculator/3.30/gnome-calculator-3.30.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-calculator/3.30/gnome-calculator-3.30.1.tar.xz
Download MD5 sum: 333092a29e48a2f9fd216d0c4f37f925
Download size: 1.0 MB
Estimated disk space required: 42 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
GTK+-3.24.5, gtksourceview-3.24.9, itstool-2.0.5, and libsoup-2.64.2
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 2019-02-22 05:31:06 -0800