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.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-calculator/3.28/gnome-calculator-3.28.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-calculator/3.28/gnome-calculator-3.28.0.tar.xz
Download MD5 sum: 6571339322e2efd92f8c93b1d0d25885
Download size: 1.8 MB
Estimated disk space required: 44 MB (with tests)
Estimated build time: 0.1 SBU (using parallelism=4); with tests
GTK+-3.22.30, gtksourceview-3.24.7, itstool-2.0.4, and libsoup-2.62.1
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. On 32-bit systems, Number.float and Number.double tests might fail due to floating point round off errors.
Now, as the root
user:
ninja install
Last updated on 2018-04-04 18:03:27 -0500