From: <sv...@ww...> - 2004-12-29 03:51:38
|
Author: mkrose Date: 2004-12-28 19:51:29 -0800 (Tue, 28 Dec 2004) New Revision: 1420 Added: trunk/CSP/DevPack/ trunk/CSP/DevPack/INSTALL trunk/CSP/DevPack/README Log: Add initial drafts of windows devpack readme and install files. These still require some editing (particularly the install file). Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1420 Added: trunk/CSP/DevPack/INSTALL =================================================================== --- trunk/CSP/DevPack/INSTALL 2004-12-23 15:14:14 UTC (rev 1419) +++ trunk/CSP/DevPack/INSTALL 2004-12-29 03:51:29 UTC (rev 1420) @@ -0,0 +1,33 @@ +Combat Simulator Project dev-pack 0.4 (December 2004) for use with +CSPSim 0.4 (in progress) + +INSTALLATION: + +1. Drop this package on your system (make sure the complete + path doesn't contain any spaces). 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 + may need to exit and restart VC++ for these changes to + take effect. + +Note: You may already have an older version of a dll provided +in this pack; if you get dynamic link errors (typically +"non-existent entry points"), try to copy the problematic dll +from \bin into APPLICATIONS\CSPSim\Bin to force the dev pack +version to be loaded first when running CSPSim. + +The most up-to-date instructions for building CSP can be found at + + http://csp.sourceforge.net/wiki/BuildingCSP + +Any questions, comments, or suggestions should be directed to the +forums at + + http://csp.sourceforge.net/forum + + +The CSP Team Added: trunk/CSP/DevPack/README =================================================================== --- trunk/CSP/DevPack/README 2004-12-23 15:14:14 UTC (rev 1419) +++ trunk/CSP/DevPack/README 2004-12-29 03:51:29 UTC (rev 1420) @@ -0,0 +1,75 @@ +Combat Simulator Project dev-pack 0.4 (December 2004) for use with +CSPSim 0.4 (in progress) + +CSP is hosted at http://csp.sourceforge.net +Development server is https://www.zerobar.net/csp + +This development package is a collection of precompiled libraries +and header files. Most of the libraries were compiled with Microsoft +VisualStudio professional .net 2003 (aka 7.1) on a MS Windows XP pro +system. The header files are located in \include, while the library +files (in general export libs but also some static ones) are in \lib +and dlls are in \bin. This pack is distributed in the hope that it +will be useful, but WITHOUT ANY WARRANTY. Source code for all +precompiled libraries is available from their respective hosting +sites, which are listed below. + +Internet packages source: + + > www.openscenegraph.org + > gnuwin32.sourceforge.net + > www.libsdl.org + > www.libsdl.org/projects/SDL_image + > libsigc.sourceforge.net + > www.gzip.org + > osgnv.sourceforge.net (distributes a modified nvparse lib) + > www.gdal.org + > cplusplus.sourceforge.net + > sources.redhat.com/pthreads-win32 + + +The dev-pack is contains: + +1. OSG_OT_OP-0.9.8-2: + a. OpenThreads 1.0 + b. OpenProducer 0.8.3 + c. OpenSceneGraph 0.9.8-2 + +2. jpeg-6b3 + +3. freetype-2.1.8 + +4. libungif-4.1.0b1 + +5. zlib-1.2.1 + +6. libpng-1.2.8 + +7. tiff-win-3.6.1-2 + +8. libsigc++-1.2.5 + +9. nvparse-5, osgNV-0.6.0, osgNVCg-0.6.0, osgNVParse-0.6.0 (post 0.6.0) + +10. gdal1.2.4 + +11. SDL1.2.8 & SDL_image1.2.4 + +12. Common C++ 2.1.3 + +13. pthreads-win32 (pthreadsVC dated 11-22-2004) + + +See INSTALL for installation details. + +The most up-to-date instructions for building CSP can be found at + + http://csp.sourceforge.net/wiki/BuildingCSP + +Any questions, comments, or suggestions should be directed to the +forums at + + http://csp.sourceforge.net/forum + + +The CSP Team |