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-7.8 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-calculator/3.16/gnome-calculator-3.16.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-calculator/3.16/gnome-calculator-3.16.2.tar.xz
Download MD5 sum: 3756f5f782c008b9b4e612a0d517f834
Download size: 1.4 MB
Estimated disk space required: 56 MB
Estimated build time: 0.3 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-calculator
Install GNOME Calculator by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check. In 32bit systems, Number.float and Number.double tests might fail due to floating point round off errors.
Now, as the root
user:
make install
Last updated on 2015-09-27 13:40:33 -0700