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.7 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-calculator/3.14/gnome-calculator-3.14.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-calculator/3.14/gnome-calculator-3.14.1.tar.xz
Download MD5 sum: 3b41843f1452f4d79896c322392fe423
Download size: 1.3 MB
Estimated disk space required: 42 MB
Estimated build time: 0.4 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 -k check. Number.float and Number.double tests fail because do not take into account floating point round off errors.
Now, as the root
user:
make install
Last updated on 2015-03-02 19:42:44 -0800