Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Side by Side Diff: third_party/glew/README.txt

Issue 219001: Incorporated initial WebGL implementation for Chrome, currently... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/glew/README.chromium ('k') | third_party/glew/include/GL/glew.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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
OLDNEW
« no previous file with comments | « third_party/glew/README.chromium ('k') | third_party/glew/include/GL/glew.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698