MuPDF is a lightweight PDF and XPS viewer.
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://www.mupdf.com/downloads/mupdf-1.6-source.tar.gz
Download MD5 sum: 8d69db41ae9e0b6807b76bb6ed70dc2f
Download size: 13 MB
Estimated disk space required: 167 MB
Estimated build time: 0.3 SBU
libjpeg-turbo-1.4.0, OpenJPEG-2.1.0, and cURL-7.40.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.6-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-02-26 07:37:06 -0800