summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-08-20 13:40:13 +0200
committerTor Andersson <tor.andersson@artifex.com>2014-08-20 13:40:13 +0200
commitd291833a0e41076ecdca6ef67c4a459da36df746 (patch)
tree1e1345a4d4f854f84fa63eb94f8dfa5123bef9e8 /README
parent0afbc91140481a2f6886b6df7768a837fdbd352c (diff)
downloadmupdf-d291833a0e41076ecdca6ef67c4a459da36df746.tar.xz
Add a paragraph about requiring X11 headers and libraries.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 0a18f24f..d8362f21 100644
--- a/README
+++ b/README
@@ -49,6 +49,10 @@ freetype2, jbig2dec, libjpeg, openjpeg, and zlib. These libraries are contained
in the source archive. If you are using git, they are included as git
submodules.
+You will also need the X11 headers and libraries if you're building on Linux.
+These can typically be found in the xorg-dev package. Alternatively, if you
+only want the command line tools, you can build with HAVE_X11=no.
+
DOWNLOAD
The latest development source is available directly from the git repository: