summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-04-01 15:33:08 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-04-01 15:33:08 +0000
commit8412c604518893d66b78bf78ffda2c02f861d5a9 (patch)
tree53cbddba412bacbcca8469e44274b76185f1dbbb /docs
parentb8b50cc5c45faaed6a89c889a004de60112cb043 (diff)
added gnumake/gmake info
Diffstat (limited to 'docs')
-rw-r--r--docs/install.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/install.html b/docs/install.html
index f126097bba2..605b6581551 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -234,6 +234,9 @@ For more options run "./configure --help" and read INSTALL.GNU.
<pre>
make
</pre>
+<p>(on some systems you may need to run <code>gmake</code> or
+<code>gnumake</code> instead)
+</p>
<p>
When finished, libGL.so will be in src/.libs/ and libGLU.so will be in
si-glu/.libs/, etc.