From 40db014d4d2dc6906d30c63ccd0470e1d948c2b2 Mon Sep 17 00:00:00 2001 From: ikits Date: Thu, 6 Nov 2003 23:11:33 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@165 783a27ee-832a-0410-bc00-9f386506c6dd --- README.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index b40c166..349f969 100644 --- a/README.txt +++ b/README.txt @@ -1,9 +1,12 @@ How to build GLEW: -cd auto -make -cd .. -make + cd auto; make + + (Unix) + cd ..; make + + (Windows) + use the project file in build/vc6/ NOTE: You need wget and a reasonable set of binutils (e.g. sed v4)