MuPDF is a lightweight PDF and XPS viewer.
This package is known to build and work properly using an LFS-7.9 platform.
Download (HTTP): http://www.mupdf.com/downloads/archive/mupdf-1.8-source.tar.gz
Download MD5 sum: 3205256d78d8524d67dd2a47c7a345fa
Download size: 14 MB
Estimated disk space required: 145 MB
Estimated build time: 0.4 SBU
libjpeg-turbo-1.4.2, OpenJPEG-2.1.0, and cURL-7.47.1
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.8-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-02-24 13:13:06 -0800