libunistring is a library that provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.
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://ftpmirror.gnu.org/libunistring/libunistring-1.4.2.tar.xz
MD5 校验和:e033195d90d0803063f3fecc77148124
大小:2.7 MB
预计所需磁盘空间:58 MB (add 46 MB for tests)
预计构建时间:0.6 SBU (add 0.3 SBU for tests; both using parallelism=4)
texlive-20250308 (or install-tl-unx) (to rebuild the documentation)
Install libunistring by running the following commands:
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/libunistring-1.4.2 &&
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.