diff --git a/docs/building.html b/docs/building.html index 10da4fa426..bbfaad4c52 100644 --- a/docs/building.html +++ b/docs/building.html @@ -89,7 +89,7 @@

Compiling on Linux

To install only the command line tools, libraries, and headers invoke make like this:
-make HAVE_X11=no HAVE_GLUT=no prefix=/usr/local install
+make --ignore-errors HAVE_X11=no HAVE_GLUT=no prefix=/usr/local install