The libpsl package provides a library for accessing and resolving information from the Public Suffix List (PSL). The PSL is a set of domain names beyond the standard suffixes, such as .com.
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/rockdaboot/libpsl/releases/download/0.23.0/libpsl-0.23.0.tar.gz
MD5 校验和:01d6c6252b51554812103b64cbd90002
大小:7.5 MB
预计所需磁盘空间:51 MB
预计构建时间:小于 0.1 SBU(含测试)
libidn2-2.3.8 and libunistring-1.4.2
GTK-Doc-1.36.1 (for documentation), ICU-78.3 (may be used instead of libidn2), libidn-1.44 (may be used instead of libidn2), Valgrind-3.27.1 (for tests)
Install libpsl by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release && ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.