*** empty log message ***

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@165 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2003-11-06 23:11:33 +00:00
parent 9b757df7d6
commit 40db014d4d
1 changed files with 7 additions and 4 deletions

View File

@ -1,9 +1,12 @@
How to build GLEW:
cd auto
make
cd ..
make
cd auto; make
(Unix)
cd ..; make
(Windows)
use the project file in build/vc6/
NOTE: You need wget and a reasonable set of binutils (e.g. sed v4)