summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/building.html4
1 files changed, 2 insertions, 2 deletions
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.
<p>
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:
<pre>
-make HAVE_X11=no HAVE_GLFW=no prefix=/usr/local install
+make HAVE_X11=no HAVE_GLUT=no prefix=/usr/local install
</pre>
</article>