diff options
author | Karl Schultz <kschultz@freedesktop.org> | 2002-11-08 18:00:04 +0000 |
---|---|---|
committer | Karl Schultz <kschultz@freedesktop.org> | 2002-11-08 18:00:04 +0000 |
commit | af76b4280caabec60746de522b1dbf9b9da440fc (patch) | |
tree | bafe41ece223176bc306df3c4b0b0da0fd15a506 /docs/README.WIN32 | |
parent | 456bc69ac4d1d463450b1ad03aa584082d15aa9d (diff) |
Add instructions to unzip both zip files into the same directory.
Diffstat (limited to 'docs/README.WIN32')
-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 |