The libqalculate package contains a library that provides functions for a multi-purpose calculator.
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.
下载地址(HTTP):https://github.com/Qalculate/libqalculate/releases/download/v5.12.0/libqalculate-5.12.0.tar.gz
MD5 校验和:46f93f638b6ce747f17dba955f95c9cf
大小:3.5 MB
预计所需磁盘空间:240 MB(含测试)
预计构建时间:0.6 SBU (With tests; both using parallelism=8)
cURL-8.21.0, ICU-78.3, and libxml2-2.15.3
Install libqalculate by running the following commands:
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/libqalculate-5.12.0 &&
make
To test the results, issue: make check.
Now, as the root user:
make install
The libtool archive file from this package is referring to the
libraries from ICU-78.3. Such a reference may cause packages
depending on this package to be unnecessary linked against the ICU
libraries, and this can increase the burden of rebuilding packages
if ICU is updated to a new major version. As we've explained in
Libtool archive (.la) files, these
libtool archive files are unneeded anyway. So as the root user, remove the libtool archive file now:
rm -v /usr/lib/libqalculate.la
--disable-static: This
switch prevents installation of static versions of the libraries.