MuPDF-1.8

Introduction to MuPDF

MuPDF is a lightweight PDF and XPS viewer.

This package is known to build and work properly using an LFS-7.9 platform.

Package Information

Additional Downloads

MuPDF Dependencies

Required

Xorg Libraries

Recommended

Optional

OpenSSL-1.0.2g and jbig2dec

Required (runtime)

X Window System

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/mupdf

Installation of 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/

Contents

Installed Program: mupdf
Installed Libraries: None
Installed Directories: None

Short Descriptions

mupdf

is a program for viewing PDF and XPS documents.

Last updated on 2016-02-24 13:13:06 -0800