The libqalculate package contains a library that provides functions for a multi-purpose calculator.
This package is known to build and work properly using an LFS-11.1 platform.
Download (HTTP): https://github.com/Qalculate/libqalculate/releases/download/v4.0.0/libqalculate-4.0.0.tar.gz
Download MD5 sum: 5dc4cc1ab8f4dda650b64e234d330cc9
Download size: 2.1 MB
Estimated disk space required: 117 MB (add 4 MB for tests)
Estimated build time: 0.7 SBU (Using parallelism=4; add 0.1 SBU for tests)
cURL-7.81.0 and libxml2-2.9.13
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libqalculate
Install libqalculate by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on