libunistring is a library that provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.
This package is known to build and work properly using an LFS-8.2 platform.
Download (HTTP): https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.8.tar.xz
Download (FTP): ftp://ftp.gnu.org/gnu/libunistring/libunistring-0.9.8.tar.xz
Download MD5 sum: 03c60d4f7a77e00a8b31220c0ec22601
Download size: 1.9 MB
Estimated disk space required: 44 MB (add 45 MB for tests)
Estimated build time: 0.7 SBU (add 0.9 SBU for tests)
texlive-20170524 (or install-tl-unx) (to rebuild the documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libunistring
Install libunistring by running the following commands:
./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/libunistring-0.9.8 && 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.
Last updated on 2018-02-17 16:47:45 -0800