From: <sv...@ww...> - 2004-12-30 11:22:24
|
Author: delta Date: 2004-12-30 03:22:13 -0800 (Thu, 30 Dec 2004) New Revision: 1421 Modified: trunk/CSP/DevPack/INSTALL trunk/CSP/DevPack/README Log: * Used version 1.1.9 of cc++ (the very last one (2.1.3) compiles fine but impacts widely on the fps, more or less by a factor 2 in network mode. Changes occur with 1.2.0 on windows. * Updated step 1 of the install process. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1421 Modified: trunk/CSP/DevPack/INSTALL =================================================================== --- trunk/CSP/DevPack/INSTALL 2004-12-29 03:51:29 UTC (rev 1420) +++ trunk/CSP/DevPack/INSTALL 2004-12-30 11:22:13 UTC (rev 1421) @@ -3,14 +3,15 @@ INSTALLATION: -1. Drop this package on your system (make sure the complete - path doesn't contain any spaces). Updates to the system +1. Unzip this package on your system (make sure the complete + path doesn't contain any spaces). This will create a usr + folder containing \include, \lib and \bin subdirectories. + +2. Add usr\bin to the system path. Updates to the system path will take effect after a reboot. -2. Add usr\bin to the system path - 3. Add usr\include and usr\lib to VC++ directories so that - the compiler will find the new headers and libraries. You + the compiler will find the new headers and libraries. You may need to exit and restart VC++ for these changes to take effect. Modified: trunk/CSP/DevPack/README =================================================================== --- trunk/CSP/DevPack/README 2004-12-29 03:51:29 UTC (rev 1420) +++ trunk/CSP/DevPack/README 2004-12-30 11:22:13 UTC (rev 1421) @@ -28,7 +28,7 @@ > sources.redhat.com/pthreads-win32 -The dev-pack is contains: +The dev-pack contains: 1. OSG_OT_OP-0.9.8-2: a. OpenThreads 1.0 @@ -55,7 +55,7 @@ 11. SDL1.2.8 & SDL_image1.2.4 -12. Common C++ 2.1.3 +12. Common C++ 1.1.9 13. pthreads-win32 (pthreadsVC dated 11-22-2004) |