The popt package contains the popt libraries which are used by some programs to parse command-line options.
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://ftp.osuosl.org/pub/rpm/popt/releases/popt-1.x/popt-1.19.tar.gz
MD5 校验和:eaa2135fddb6eb03f2c87ee1823e5a78
大小:584 KB
预计所需磁盘空间:6.9 MB (includes installing documentation and tests)
预计构建时间:小于 0.1 SBU(含测试)
Doxygen-1.17.0 (for generating documentation)
Install popt by running the following commands:
./configure --prefix=/usr --disable-static && make
If you have Doxygen-1.17.0 installed and wish to build the API documentation, issue:
sed -i 's@\./@src/@' Doxyfile && doxygen
To test the results, issue: make check.
Now, as the root user:
make install
If you built the API documentation, install it using the following
commands issued by the root user:
install -v -m755 -d /usr/share/doc/popt-1.19 && install -v -m644 doxygen/html/* /usr/share/doc/popt-1.19
--disable-static: This
switch prevents installation of static versions of the libraries.