From 818474b987b79405c1c01de9b465eb4413727679 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 9 Nov 2017 13:16:48 +0100 Subject: Update build docs to change HAVE_GLFW into HAVE_GLUT. --- docs/building.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/building.html b/docs/building.html index c6ed344d..7dc435b4 100644 --- a/docs/building.html +++ b/docs/building.html @@ -86,7 +86,7 @@ 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. 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. +with HAVE_GLUT=no.

To install the viewer, command line tools, libraries, and header files on your system: @@ -99,7 +99,7 @@ make prefix=/usr/local install To install only the command line tools, libraries, and headers invoke make like this:

-make HAVE_X11=no HAVE_GLFW=no prefix=/usr/local install
+make HAVE_X11=no HAVE_GLUT=no prefix=/usr/local install
 
-- cgit v1.2.3