From 9b757df7d61d5fcfcf6f43e53878b28b63c1035d Mon Sep 17 00:00:00 2001 From: ikits Date: Thu, 6 Nov 2003 23:06:26 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@164 783a27ee-832a-0410-bc00-9f386506c6dd --- README.txt | 10 ++++++++++ TODO.txt | 1 + 2 files changed, 11 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..b40c166 --- /dev/null +++ b/README.txt @@ -0,0 +1,10 @@ +How to build GLEW: + +cd auto +make +cd .. +make + +NOTE: You need wget and a reasonable set of binutils (e.g. sed v4) + +See doc/README.html for more information. diff --git a/TODO.txt b/TODO.txt index 37fb5be..341301b 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,4 +1,5 @@ Multithreading GL context issues (GLX) make install relinking (Darwin) GL 1.5 spec file +Web page and documentation update Web poll on separating glew, glxew and wglew