diff options
author | Allen Akin <akin@users.sourceforge.net> | 2000-11-16 23:36:19 +0000 |
---|---|---|
committer | Allen Akin <akin@users.sourceforge.net> | 2000-11-16 23:36:19 +0000 |
commit | 1d76c52dd17f45c2703f4ccbd39e9a904e05538c (patch) | |
tree | 18aab056a30759dc850b2b7d700bd715ff4325e2 /doc | |
parent | 4355c61d4c9a95db620f378a581e21acec37b898 (diff) |
Updated to include glext.h
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/buildwin.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/html/buildwin.html b/doc/html/buildwin.html index 2e010ed..9fcdb60 100644 --- a/doc/html/buildwin.html +++ b/doc/html/buildwin.html @@ -22,6 +22,7 @@ step, the process is:</p> <ul> <li><a href="#STEP0">Get CVS</a></li> <li><a href="#STEP1">Get the glean source distribution</a></li> +<li><a href="#STEP1.5">Get <i>glext.h</i></a></li> <li><a href="#STEP2">Get STLPort 4.0. There's a pre-configured copy available from this webpage</a></li> <li><a href="#STEP3">Get the LibTIFF lib and header. Also available from this page</a></li> <li><a href="#STEP4">Configure the appropriate environment variables</a></li> @@ -66,6 +67,14 @@ cvs -z3 -d:pserver:anonymous@cvs.glean.sourceforge.net:/cvsroot/glean co glean few minutes), and you will subsequently have the glean source!</p> <hr> +<h2><a name="STEP1.5">Getting <i>glext.h</i></h2> + +<p>If you don't already have it, make sure to get an updated version of +<a href="http://oss.sgi.com/projects/ogl-sample/ABI/glext.h"><i>glext.h</i></a> +and put it in the same directory as your <i>gl.h</i>, which is usually under +<i>/include/gl</i> in your MSVC install dir.</p> + +<hr> <h2><a name="STEP2">Getting the STLPort</h2> <p>Glean doesn't currently build with the STL version that comes with MSVC. As such, you'll need a |