Fix wording in README regarding how to build GLEW. It is not necessary to regenerate the extension data if then only thing you want is to build the library

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@192 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
mem 2004-01-13 07:15:59 +00:00
parent 59202b4a21
commit a0e91d5a72
2 changed files with 15 additions and 8 deletions

View File

@ -305,4 +305,7 @@ tardist:
$(RM) -r $(TARDIR)/auto/registry
env GZIP=-9 tar -C `dirname $(TARDIR)` -cvzf $(TARBALL) `basename $(TARDIR)`
extensions:
$(MAKE) -C auto
.PHONY: clean distclean tardist

View File

@ -1,14 +1,18 @@
See doc/README.html for more information.
Here's how to build GLEW from scratch:
If you downloaded the tarball from the GLEW website, you just need to:
cd auto; make
Unix:
(Unix)
cd ..; make
make
(Windows)
use the project file in build/vc6/
Windows:
NOTE: You need wget and a reasonable set of binutils (e.g. sed v4)
use the project file in build/vc6/
If you wish to build GLEW from scratch (update the extension data from
the net or add your own extension information), you need a Unix
environment (wget and a reasonable set of binutils -- e.g. sed v4). The
extension data is regenerated from the top level source directory with:
make extensions