diff options
-rw-r--r-- | docs/README.WIN32 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/README.WIN32 b/docs/README.WIN32 index 46e38d385a..3e47c65418 100644 --- a/docs/README.WIN32 +++ b/docs/README.WIN32 @@ -1,9 +1,13 @@ File: docs/README.WIN32 -Last updated: Aug 15, 2002 - Karl Schultz - kschultz@users.sourceforge.net +Last updated: Nov 08, 2002 - Karl Schultz - kschultz@users.sourceforge.net Quick Start +Unzip both ZIP files (MesaLib and MesaDemos) into the same directory. +This is important because the current makefiles in MesaLib assume that +the directories in MesaDemos are present. + If you have Microsoft Visual C++ 6.0 installed, simply go to the top directory of the Mesa distribution and type 'nmake -f Makefile.win NODEBUG=1' for an optimized build. Note that you may have to run ...VC98/BIN/VCVARS32.BAT |