From bd800263e89618cbc01bf8ad939ffa3f9d19098a Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Thu, 11 Oct 2001 02:45:28 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/doc/howto.install_panda_on_windows | 4 ++-- .../howto.install_panda_on_windows.cyg-1.3.2 | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/panda/src/doc/howto.install_panda_on_windows b/panda/src/doc/howto.install_panda_on_windows index 4e2837e8a6..d4e5f50a2e 100644 --- a/panda/src/doc/howto.install_panda_on_windows +++ b/panda/src/doc/howto.install_panda_on_windows @@ -57,8 +57,8 @@ Step 1: Install Visual C++ (v6.0) Step 2: Install MS Platform SDK to get updated VC libs and headers - Install MS Platform SDK MSDN CD in default location. - - Run v:\platform-sdk\setup.exe, or install from a (Feb/Jul/Oct) 2000 Platform SDK CD - Do not use a Feb 2001 or newer release, since it will be missing DX7 d3dim.lib + - 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) diff --git a/panda/src/doc/howto.install_panda_on_windows.cyg-1.3.2 b/panda/src/doc/howto.install_panda_on_windows.cyg-1.3.2 index 6965b1914d..0e6ec8aeaa 100644 --- a/panda/src/doc/howto.install_panda_on_windows.cyg-1.3.2 +++ b/panda/src/doc/howto.install_panda_on_windows.cyg-1.3.2 @@ -57,14 +57,14 @@ Step 1: Install Visual C++ (v6.0) Step 2: Install MS Platform SDK to get updated VC libs and headers - Install MS Platform SDK MSDN CD in default location. - - Run v:\platform-sdk\setup.exe, or install from a (Feb/Jul/Oct) 2000 - Platform SDK CD. Do not use a Feb 2001 or newer release, since it will - be missing DX7 d3dim.lib. This should prepend the Platform SDK paths - to your PATH,INCLUDE, and LIB dirs. Building libpandadx requires this - step (needs DX7 headers/libs) + - 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.2) - - Install Cygwin by running V:\cygwin-1.3.2\setup.exe, and selecting +Step 3: Install Cygwin (v1.3.3) + - Install Cygwin by running V:\cygwin-1.3.3\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) - Open up a shell by running (and, if you desire, creating a shortcut to) @@ -75,10 +75,10 @@ Step 3: Install Cygwin (v1.3.2) "Cygwin" and "bash". You can then run "tcsh" at the bash prompt to make things easier. - Set up the Cygwin environment: - - Cygwin 1.3.2 comes with tcsh 6.10.00, which has a bug preventing + - Cygwin 1.3.3 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.2\tcsh.exe c:\cygwin\bin'. Also + to tcsh 6.09, do 'copy V:\cygwin-1.3.3\tcsh.exe c:\cygwin\bin'. Also copy more.exe from the same location, this seems to be missing in the latest cygwin install.