|
|
@@ -56,15 +56,15 @@ Step 1: Install Visual C++ (v6.0)
|
|
|
Index, VC++, Platform SDK, Knowledge Base, and All Other Files.
|
|
|
|
|
|
Step 2: Install MS Platform SDK to get updated VC libs and headers
|
|
|
- - Install MS Platform SDK MSDN CD in default location.
|
|
|
+ - Install MS Platform SDK in default location.
|
|
|
- Run v:\platform-sdk\setup.exe to install the Feb 2001 Platform SDK.
|
|
|
(there may be problems with other versions of the Platform SDK)
|
|
|
This should prepend the Platform SDK paths to your PATH,INCLUDE,
|
|
|
and LIB dirs. Building libpandadx requires this step (needs DX7
|
|
|
headers/libs)
|
|
|
|
|
|
-Step 3: Install Cygwin (v1.3.3)
|
|
|
- - Install Cygwin by running V:\cygwin-1.3.3\setup.exe, and selecting
|
|
|
+Step 3: Install Cygwin (v1.3.5 or above should work)
|
|
|
+ - Install Cygwin by running V:\cygwin-1.3.5\setup.exe, and selecting
|
|
|
'install from local directory' (or go to cygwin.com and run setup.exe
|
|
|
from the link there to install the latest version from the internet).
|
|
|
Be careful to make sure that packages such as CVS, perl, bison,
|
|
|
@@ -77,10 +77,10 @@ Step 3: Install Cygwin (v1.3.3)
|
|
|
"Cygwin" and "bash". You can then run "tcsh" at the bash prompt to make
|
|
|
things easier.
|
|
|
- Set up the Cygwin environment:
|
|
|
- - Cygwin 1.3.3 comes with tcsh 6.10.00, which has a bug preventing
|
|
|
+ - Cygwin 1.3.5 comes with tcsh 6.10.00, which has a bug preventing
|
|
|
files on the path like 'CL.EXE' from being recognized as executable
|
|
|
when the shell is outside of their directory. For now we must revert
|
|
|
- to tcsh 6.09, do 'copy V:\cygwin-1.3.3\tcsh.exe c:\cygwin\bin'. Also
|
|
|
+ to tcsh 6.09, do 'copy V:\cygwin-1.3.5\tcsh.exe c:\cygwin\bin'. Also
|
|
|
copy more.exe from the same location, this seems to be missing in the
|
|
|
latest cygwin install.
|
|
|
|