summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-10-19 14:26:29 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-10-21 16:45:11 +0200
commitda646ea69e158a10d0d9202c8925892c5e19cd8d (patch)
tree815fcd0d537c06f9a198d7aafcdd6c0706dc2010 /README
parent6444204a8cdc07e01ee63f843e8ef6f89f37c85d (diff)
downloadmupdf-da646ea69e158a10d0d9202c8925892c5e19cd8d.tar.xz
gl: Update list of required Linux packages in the README.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 86eeb350..d9dcc9c4 100644
--- a/README
+++ b/README
@@ -57,7 +57,9 @@ only want the command line tools, you can build with HAVE_X11=no.
The new OpenGL-based viewer also needs OpenGL headers and libraries. If you're
building on Linux, install the mesa-common-dev and libgl1-mesa-dev packages.
-If you don't want to build the OpenGL viewer, build with HAVE_GLFW=no.
+You'll also need several X11 development packages: xorg-dev, libxcursor-dev,
+libxrandr-dev, and libxinerama-dev. To skip building the OpenGL viewer, build
+with HAVE_GLFW=no.
DOWNLOAD