%general-entities; ]> $LastChangedBy$ $Date$ MuPDF-&mupdf-version; mupdf Introduction to MuPDF MuPDF is a lightweight PDF and XPS viewer. &lfs81_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &mupdf-md5sum; Download size: &mupdf-size; Estimated disk space required: &mupdf-buildsize; Estimated build time: &mupdf-time; Additional Downloads Recommended patch: Recommended patch (security fix): MuPDF Dependencies Required Recommended , , , , , and Optional (runtime), jbig2dec, and MuJS Required (runtime) User Notes: Installation of MuPDF Install MuPDF by running the following commands: rm -rf thirdparty/curl && rm -rf thirdparty/freeglut && rm -rf thirdparty/freetype && rm -rf thirdparty/harfbuzz && rm -rf thirdparty/jpeg && rm -rf thirdparty/lcms2 && rm -rf thirdparty/libjpeg && rm -rf thirdparty/openjpeg && rm -rf thirdparty/zlib && patch -Np1 -i ../mupdf-&mupdf-version;-consolidated_fixes-1.patch && patch -Np1 -i ../mupdf-&mupdf-version;-security_fix-1.patch && make build=release This package does not come with a test suite. Now, as the root user: make prefix=/usr \ build=release \ docdir=/usr/share/doc/mupdf-&mupdf-version; \ install && ln -sfv mupdf-x11-curl /usr/bin/mupdf Command Explanations ln -sfv mupdf-x11-curl /usr/bin/mupdf : Three mupdf executables are installed: mupdf-gl, mupdf-x11, and mupdf-x11-curl. This symbolic link allows to choose which one is used when running mupdf. Contents Installed Program Installed Libraries Installed Directories mjsgen, mujstest, mupdf(symlink), mupdf-gl, mupdf-x11, mupdf-x11-curl, muraster, and mutool libmupdf.so, libmupdfthird.so, and libmuthreads.so /usr/include/mupdf, /usr/share/doc/mupdf-&mupdf-version; Short Descriptions mjsgen is a test program for generating mjs files from pdf ones. mjsgen mujstest is a test program for mupdf + javascript mujstest mupdf is a program for viewing PDF, XPS, EPUB, and CBZ documents, and various image formats such as PNG, JPEG, GIFF, and TIFF. mupdf mupdf-gl same as mupdf, using an opengl renderer. mupdf-gl mupdf-x11 same as mupdf, using an X Window renderer. mupdf-x11 mupdf-x11-curl same as mupdf, using an X Window renderer, with the capability of rendering web pages, using an http://... url. mupdf-x11-curl muraster transforms files in one of the formats displayable by mupdf into a graphic file. muraster mutool deals with document files in various manners. mutool libmupdf.so contains the mupdf API functions. libmupdf.so libmupdfthird.so contains the third party libraries compiled for mudpf. libmupdfthird.so