The Qpdf package contains command-line programs and a library that does structural, content-preserving transformations on PDF files.
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/qpdf/qpdf/releases/download/v12.3.2/qpdf-12.3.2.tar.gz
MD5 校验和:6740cb19ae3c9ecdc9c1d012449de1c3
大小:19 MB
预计所需磁盘空间:358 MB (add 2 MB for tests)
预计构建时间:0.6 SBU (using parallelism=4; add 0.5 SBU for tests)
ghostscript-10.07.1, GnuTLS-3.8.13, tiff-4.7.2, sphinx-9.1.0 with sphinx_rtd_theme-3.1.0, and texlive-20250308 or install-tl-unx
Install Qpdf by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_STATIC_LIBS=OFF \
-D CMAKE_INSTALL_DOCDIR=/usr/share/doc/qpdf-12.3.2 \
.. &&
make
To test the results, issue: ctest.
Now, as the root user:
make install