MuPDF is a lightweight PDF and XPS viewer.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://www.mupdf.com/downloads/archive/mupdf-1.9-source.tar.gz
Download MD5 sum: 6677c6386e8408a72826a0b7bc647a45
Download size: 20 MB
Estimated disk space required: 145 MB
Estimated build time: 0.4 SBU
HarfBuzz-1.3.0, libjpeg-turbo-1.5.0, OpenJPEG-2.1.1, and cURL-7.50.1
OpenSSL-1.0.2h, GLFW, and jbig2dec
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/mupdf
Install MuPDF by running the following commands:
rm -rf thirdparty/curl && rm -rf thirdparty/freetype && rm -rf thirdparty/harfbuzz && rm -rf thirdparty/jpeg && rm -rf thirdparty/openjpeg && rm -rf thirdparty/zlib && patch -Np1 -i ../mupdf-1.9-upstream_fix-1.patch && patch -Np1 -i ../mupdf-1.9-openjpeg21-1.patch && make build=release
This package does not come with a test suite.
Now, as the root
user:
install -v -m 755 build/release/mupdf-x11-curl /usr/bin/mupdf && install -v -m 644 docs/man/mupdf.1 /usr/share/man/man1/
Last updated on 2016-08-30 12:59:23 -0700