summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-10-14 17:55:33 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-10-15 10:24:09 +0200
commite369bba4ee3044662bb55be4b00f24d2551ac7d8 (patch)
tree8a4affdd224bb95876ff9f5fbf4eb560247dd293 /README
parentfb8e271a03da09112e08031c8a40d7d9ce70bec4 (diff)
downloadmupdf-e369bba4ee3044662bb55be4b00f24d2551ac7d8.tar.xz
gl: Update README to mention OpenGL packages required on Linux.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index f420c435..86eeb350 100644
--- a/README
+++ b/README
@@ -55,6 +55,10 @@ 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.
+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.
+
DOWNLOAD
The latest development source is available directly from the git repository: