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

Unified 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, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/glew/README.chromium ('k') | third_party/glew/include/GL/glew.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/glew/README.txt
===================================================================
--- third_party/glew/README.txt (revision 0)
+++ third_party/glew/README.txt (revision 0)
@@ -0,0 +1,18 @@
+See doc/index.html for more information.
+
+If you downloaded the tarball from the GLEW website, you just need to:
+
+ Unix:
+
+ make
+
+ Windows:
+
+ 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 (including wget, perl, and GNU make). The extension data
+is regenerated from the top level source directory with:
+
+ make extensions
« 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