gnome-calculator-3.14.1

Introduction to GNOME Calculator

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.

Package Information

GNOME Calculator Dependencies

Required

GTK+-3.14.8 and Itstool-2.0.2

Recommended

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-calculator

Installation of 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

Contents

Installed Programs: gcalccmd and gnome-calculator
Installed Libraries: None
Installed Directories: /usr/share/help/*/gnome-calculator

Short Descriptions

gnome-calculator

is the official calculator of the GNOME Desktop.

gcalccmd

is a command line version of gnome-calculator.

Last updated on 2015-03-02 19:42:44 -0800