Libuninameslist provides a Library of Unicode names and annotation data
This package is known to build and work properly using an LFS-11.1 platform.
Download (HTTP): https://github.com/fontforge/libuninameslist/releases/download/20211114/libuninameslist-dist-20211114.tar.gz
Download MD5 sum: 19ee2fd3ccb1a1868b2799dff7a63bf1
Download size: 1.2 MB
Estimated disk space required: 14 MB (with tests)
Estimated build time: less than 0.1 SBU (with tests)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libuninameslist
Install libuninameslist by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-frenchlib
: This option adds a
library of french translations of the names and attributes,
libuninameslist-fr.so.
Last updated on