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 dependencies have been updated since the most recent stable versions of the book.
Download (HTTP): https://ftp.gnu.org/gnu/libunistring/libunistring-1.0.tar.xz
Download (FTP): ftp://ftp.gnu.org/gnu/libunistring/libunistring-1.0.tar.xz
Download MD5 sum: 88752c7859212f9c7a0f6cbf7a273535
Download size: 2.7 MB
Estimated disk space required: 50 MB (add 53 MB for tests)
Estimated build time: 0.7 SBU (add 1.1 SBU for tests)
texlive-20220321 (or install-tl-unx) (to rebuild the documentation)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libunistring
Install libunistring by running the following commands:
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/libunistring-1.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.