From e369bba4ee3044662bb55be4b00f24d2551ac7d8 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 14 Oct 2015 17:55:33 +0200 Subject: gl: Update README to mention OpenGL packages required on Linux. --- README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README') 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: -- cgit v1.2.3