diff options
author | Tor Andersson <tor@ghostscript.com> | 2009-11-20 21:31:01 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2009-11-20 21:31:01 +0100 |
commit | a8f61a21370df5540b7c00669d5b0d862ccc495b (patch) | |
tree | cfd9a24333c4e874eab9437945c36166a5c3cd10 | |
parent | f91704c6ef34b77b8cbded44bfa2bd8e93d6ac96 (diff) | |
download | mupdf-a8f61a21370df5540b7c00669d5b0d862ccc495b.tar.xz |
Update readme.
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -41,10 +41,9 @@ Before compiling MuPDF you need to install thirdy party dependencies. freetype2 There are a few optional dependencies that you don't strictly need. -You will probably want the versions that Ghostscript maintains. jbig2dec - jasper + OpenJPEG MuPDF uses the Perforce Jam build tool. You need the Perforce version 2.5 or later. FTJam will also work. If you do not have a compiled @@ -72,7 +71,7 @@ search paths or compiler flags for your system. To compile in the optional jbig2 and jpeg2000 support, you need to add the following arguments to jam: - $ jam '-sHAVE_JBIG2DEC=yes' '-sHAVE_JASPER=yes' + $ jam '-sHAVE_JBIG2DEC=yes' '-sHAVE_OPENJPEG=yes' If you want a crippled version without the builtin CJK fonts and data files, to shave a few megabytes off the binary size, add: |