mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-14 02:03:48 +00:00
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:
parent
59202b4a21
commit
a0e91d5a72
3
Makefile
3
Makefile
@ -305,4 +305,7 @@ tardist:
|
|||||||
$(RM) -r $(TARDIR)/auto/registry
|
$(RM) -r $(TARDIR)/auto/registry
|
||||||
env GZIP=-9 tar -C `dirname $(TARDIR)` -cvzf $(TARBALL) `basename $(TARDIR)`
|
env GZIP=-9 tar -C `dirname $(TARDIR)` -cvzf $(TARBALL) `basename $(TARDIR)`
|
||||||
|
|
||||||
|
extensions:
|
||||||
|
$(MAKE) -C auto
|
||||||
|
|
||||||
.PHONY: clean distclean tardist
|
.PHONY: clean distclean tardist
|
||||||
|
20
README.txt
20
README.txt
@ -1,14 +1,18 @@
|
|||||||
|
|
||||||
See doc/README.html for more information.
|
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)
|
make
|
||||||
cd ..; make
|
|
||||||
|
|
||||||
(Windows)
|
Windows:
|
||||||
use the project file in build/vc6/
|
|
||||||
|
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user