[Gcblue-commits] gcb_wx/docs BUILDING.txt,1.7,1.8
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2006-02-26 16:52:35
|
Update of /cvsroot/gcblue/gcb_wx/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1592/docs Modified Files: BUILDING.txt Log Message: Updated build notes for Python 2.4 and boost 1.31.1 Index: BUILDING.txt =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/docs/BUILDING.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** BUILDING.txt 12 Oct 2005 22:17:42 -0000 1.7 --- BUILDING.txt 26 Feb 2006 16:52:31 -0000 1.8 *************** *** 1,5 **** --- Building GCB Windows Dependencies --- ! Updated October 2005 --- Download information --- --- 1,5 ---- --- Building GCB Windows Dependencies --- ! Updated February 2006 --- Download information --- *************** *** 32,43 **** libvorbis 1.0.1 source ! * Boost 1.31.0 http://www.boost.org - (Latest version 1.33.0 has not been tried) ! * Python 2.3.3 ! http://www.python.org/2.3.3/ ! Download Python-2.3.3.tgz ! (Latest version, Python 2.4.2, has not been tried yet) * SQLite 3.2.5 --- 32,43 ---- libvorbis 1.0.1 source ! * Boost 1.33.1 http://www.boost.org ! ! * Python 2.4.2 ! http://www.python.org ! Download and install python-2.4.2.msi ! * SQLite 3.2.5 *************** *** 50,54 **** --- Required libraries --- ! Library Nominal installation path ------------------ ----------------------- wxWidgets-2.6.1 C:\wxWidgets-2.6.1 --- 50,54 ---- --- Required libraries --- ! Library Example installation path ------------------ ----------------------- wxWidgets-2.6.1 C:\wxWidgets-2.6.1 *************** *** 60,65 **** Lib OGG 1.1 C:\libogg-1.1 Lib Vorbis 1.0.1 C:\libvorbis-1.0.1 ! Python 2.3.3 C:\Python-2.3.3 ! Boost Python 1.31.0 C:\boost_1_31_0 SQLite version 3.2 C:\sqlite --- 60,65 ---- Lib OGG 1.1 C:\libogg-1.1 Lib Vorbis 1.0.1 C:\libvorbis-1.0.1 ! Python 2.4 C:\Python24 ! Boost Python 1.33.1 C:\boost_1_31_1 SQLite version 3.2 C:\sqlite *************** *** 74,79 **** C:\OSG_OP_OT-0.9.9\OpenThreads\include C:\openal\include ! C:\Python-2.3.3\include ! C:\boost_1_31_0 C:\demeter-3.21\include C:\libogg-1.1\include --- 74,79 ---- C:\OSG_OP_OT-0.9.9\OpenThreads\include C:\openal\include ! C:\Python24\include ! C:\boost_1_33_1 C:\demeter-3.21\include C:\libogg-1.1\include *************** *** 88,93 **** C:\OSG_OP_OT-0.9.9\OpenSceneGraph\lib C:\openal\lib ! C:\Python-2.3.3\libs ! C:\boost_1_31_0\libs\python\build\bin-stage C:\demeter-3.21\lib C:\libogg-1.1\lib --- 88,93 ---- C:\OSG_OP_OT-0.9.9\OpenSceneGraph\lib C:\openal\lib ! C:\Python24\libs ! C:\boost_1_33_1\libs\python\build\bin-stage C:\demeter-3.21\lib C:\libogg-1.1\lib *************** *** 137,143 **** ! * Python 2.3.3 ! - Option 1 (easiest): Use pre-built python23.lib included in .exe installer distribution - Option 2: Build it yourself from source distribution --- 137,143 ---- ! * Python 2.4 ! - Option 1 (easiest): Use pre-built python24.lib included in .exe installer distribution, use dll from WINDOWS/system32/python24.dll - Option 2: Build it yourself from source distribution *************** *** 156,164 **** ! * Build Boost Python 1.31.0 - Project file is at libs/python/build/VisualStudio/boost_python.dsw ! - Debug preprocessor defs do not need to be modified if using the release python23.lib only Defs should be: _DEBUG;WIN32;_WINDOWS;_USRDLL;BOOST_PYTHON_DYNAMIC_LIB;BOOST_PYTHON_SOURCE --- 156,164 ---- ! * Build Boost Python 1.33.1 - Project file is at libs/python/build/VisualStudio/boost_python.dsw ! - Debug preprocessor defs do not need to be modified if using the release python24.lib only Defs should be: _DEBUG;WIN32;_WINDOWS;_USRDLL;BOOST_PYTHON_DYNAMIC_LIB;BOOST_PYTHON_SOURCE *************** *** 168,172 **** NDEBUG;WIN32;_WINDOWS;_USRDLL;BOOST_PYTHON_DYNAMIC_LIB;BOOST_PYTHON_SOURCE - - Produces warning C4244 --- 168,171 ---- |