2003-12-15 16:00:55 +00:00
|
|
|
See doc/README.html for more information.
|
|
|
|
|
2004-01-13 07:15:59 +00:00
|
|
|
If you downloaded the tarball from the GLEW website, you just need to:
|
|
|
|
|
|
|
|
Unix:
|
|
|
|
|
|
|
|
make
|
2003-11-06 23:06:26 +00:00
|
|
|
|
2004-01-13 07:15:59 +00:00
|
|
|
Windows:
|
2003-11-06 23:11:33 +00:00
|
|
|
|
2004-01-13 07:15:59 +00:00
|
|
|
use the project file in build/vc6/
|
2003-11-06 23:11:33 +00:00
|
|
|
|
2004-01-13 07:15:59 +00:00
|
|
|
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:
|
2003-11-06 23:06:26 +00:00
|
|
|
|
2004-01-13 07:15:59 +00:00
|
|
|
make extensions
|