The libqalculate package contains a library that provides functions for a multi-purpose calculator.
![[Note]](../images/note.png)
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/Qalculate/libqalculate/releases/download/v4.9.0/libqalculate-4.9.0.tar.gz
Download MD5 sum: c129774b53e2bf1f0488214c99c7171a
Download size: 2.5 MB
Estimated disk space required: 139 MB (with tests)
Estimated build time: 0.8 SBU (With tests; both using parallelism=4)
cURL-8.4.0, ICU-74.1, and libxml2-2.12.1
Doxygen-1.9.8 and gnuplot
Install libqalculate by running the following commands:
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/libqalculate-4.9.0 &&
makeTo 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.