The Qpdf package contains command-line programs and a library that does structural, content-preserving transformations on PDF files.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://github.com/qpdf/qpdf/releases/download/v11.6.4/qpdf-11.6.4.tar.gz
ダウンロード MD5 sum: 9069259dec185fb6bc7af9c9a8c8cc0a
ダウンロードサイズ: 18 MB
必要ディスク容量: 253 MB (add 1 MB for tests)
概算ビルド時間: 0.5 SBU (using parallelism=4; add 0.5 SBU for tests)
ghostscript-10.02.1, GnuTLS-3.8.2, libtiff-4.6.0, sphinx-7.2.6 with sphinx_rtd_theme-2.0.0, texlive-20230313 or install-tl-unx
以下のコマンドを実行して Qpdf をビルドします。
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_STATIC_LIBS=OFF \ -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/qpdf-11.6.4 \ .. && make
ビルド結果をテストする場合は ctest を実行します。
root
ユーザーになって以下を実行します。
make install