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 12.0 platform.
Download (HTTP): https://github.com/Qalculate/libqalculate/releases/download/v4.7.0/libqalculate-4.7.0.tar.gz
Download MD5 sum: 7fcad72cb9779afc14fecdf0a0dcc9f1
Download size: 2.5 MB
Estimated disk space required: 140 MB (with tests)
Estimated build time: 0.7 SBU (With tests; both using parallelism=4)
cURL-8.2.1, ICU-73.2, and libxml2-2.10.4
Install libqalculate by running the following commands:
./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/libqalculate-4.7.0 && 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.