Browse Source

*** empty log message ***

cxgeorge 24 years ago
parent
commit
bd800263e8

+ 2 - 2
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)
 

+ 9 - 9
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.