MuPDF is a lightweight PDF and XPS viewer.
This package is known to build and work properly using an LFS-7.8 platform.
Download (HTTP): http://www.mupdf.com/downloads/archive/mupdf-1.7a-source.tar.gz
Download MD5 sum: 319fda2cc5301bb3ec2e1d82c3329986
Download size: 13 MB
Estimated disk space required: 131 MB
Estimated build time: 0.3 SBU
libjpeg-turbo-1.4.1, OpenJPEG-2.1.0, and cURL-7.44.0
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/jpeg && rm -rf thirdparty/openjpeg && rm -rf thirdparty/zlib && patch -Np1 -i ../mupdf-1.7a-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 2015-09-20 15:38:20 -0700