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.10 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-calculator/3.20/gnome-calculator-3.20.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-calculator/3.20/gnome-calculator-3.20.2.tar.xz
Download MD5 sum: b8b5818b86c8385d02f20a0b79fd15e0
Download size: 1.3 MB
Estimated disk space required: 59 MB (with tests)
Estimated build time: 0.4 SBU (with tests)
Required file: http://anduin.linuxfromscratch.org/BLFS/other/history-view.ui
Required file: http://anduin.linuxfromscratch.org/BLFS/other/history-entry.ui
GTK+-3.20.9, gtksourceview-3.20.4, and itstool-2.0.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-calculator
First, copy the files that were downloaded earlier into the proper directory, since GNOME Calculator's tarball does not have them.
cp -v ../history-{entry,view}.ui data/
Install GNOME Calculator by running the following commands:
./configure --prefix=/usr --disable-static && 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, most probably in 32 bit systems.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2016-08-29 23:02:26 -0700