diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-04-01 15:33:08 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-04-01 15:33:08 +0000 |
commit | 8412c604518893d66b78bf78ffda2c02f861d5a9 (patch) | |
tree | 53cbddba412bacbcca8469e44274b76185f1dbbb | |
parent | b8b50cc5c45faaed6a89c889a004de60112cb043 (diff) |
added gnumake/gmake info
-rw-r--r-- | docs/install.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/install.html b/docs/install.html index f126097bba..605b658155 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. |