gnome-calculator-3.30.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-8.4 platform.

Package Information

GNOME Calculator Dependencies

Required

GTK+-3.24.5, gtksourceview-3.24.9, itstool-2.0.5, and libsoup-2.64.2

Recommended

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

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

Now, as the root user:

ninja install

Contents

Installed Programs: gcalccmd and gnome-calculator
Installed Library: 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 2019-02-22 05:31:06 -0800