Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 See doc/index.html for more information. | |
| 2 | |
| 3 If you downloaded the tarball from the GLEW website, you just need to: | |
| 4 | |
| 5 Unix: | |
| 6 | |
| 7 make | |
| 8 | |
| 9 Windows: | |
| 10 | |
| 11 use the project file in build/vc6/ | |
| 12 | |
| 13 If you wish to build GLEW from scratch (update the extension data from | |
| 14 the net or add your own extension information), you need a Unix | |
| 15 environment (including wget, perl, and GNU make). The extension data | |
| 16 is regenerated from the top level source directory with: | |
| 17 | |
| 18 make extensions | |
| OLD | NEW |