[Gcblue-commits] gcb_wx/docs BUILDING.txt,1.2,1.3
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-04-08 22:44:37
|
Update of /cvsroot/gcblue/gcb_wx/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21965/docs Modified Files: BUILDING.txt Log Message: Index: BUILDING.txt =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/docs/BUILDING.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** BUILDING.txt 14 Jun 2004 15:23:37 -0000 1.2 --- BUILDING.txt 8 Apr 2005 22:44:28 -0000 1.3 *************** *** 1,11 **** --- Download information --- ! * OpenSceneGraph 0.9.6-2 and OpenThreads-v1.2dev3 http://openscenegraph.sourceforge.net/downloads/index.html Follow links to Sourceforge download page. ! Download bundled OSG_OT_OP 0.9.6-2 package, and extract OSG and OT directories ! to top level. ! Also download OSG_Win32_Dependencies-0.9.6-2.zip to get 3rdParty_2003-10-01 package. * Demeter 3.21 --- 1,15 ---- + Updated April 2005 + --- Download information --- ! * OpenSceneGraph 0.9.8-2 (including OpenThreads) http://openscenegraph.sourceforge.net/downloads/index.html Follow links to Sourceforge download page. ! Download bundled OSG_OT_OP 0.9.8-2 package ! ! Also download latest OSG Win32 Dependencies package + Link: (as of April 2005) + http://prdownloads.sourceforge.net/openscenegraph/3rdParty_Win32binaries_2004-07-25a.zip?download * Demeter 3.21 *************** *** 33,39 **** ------------------ ----------------------- wxWidgets-2.4.2 C:\wxWindows-2.4.2 ! OpenSceneGraph-0.9.6-2 C:\OpenSceneGraph-0.9.6-2 OpenThreads-v1.2dev3-osg0.9.6 C:\OpenThreads-v1.2dev3-osg0.9.6 ! libxml and related C:\3rdParty_2003-10-01 Demeter 3.21 C:\demeter-3.21 OpenAL Beta C:\openal --- 37,43 ---- ------------------ ----------------------- wxWidgets-2.4.2 C:\wxWindows-2.4.2 ! OpenSceneGraph-0.9.8-2 C:\OpenSceneGraph-0.9.8-2 OpenThreads-v1.2dev3-osg0.9.6 C:\OpenThreads-v1.2dev3-osg0.9.6 ! libxml, etc. (osg dependencies) C:\3rdParty Demeter 3.21 C:\demeter-3.21 OpenAL Beta C:\openal *************** *** 47,55 **** * Include files ! C:\3rdParty_2003-10-01\include C:\wxWindows-2.4.2\include C:\wxWindows-2.4.2\lib\msw ! C:\OpenSceneGraph-0.9.6-2\include ! C:\OpenThreads-v1.2dev3-osg0.9.6\include C:\openal\include C:\Python-2.3.3\include --- 51,59 ---- * Include files ! C:\3rdParty\include C:\wxWindows-2.4.2\include C:\wxWindows-2.4.2\lib\msw ! C:\OSG_OP_OT-0.9.8-2\OpenSceneGraph\include ! C:\OSG_OP_OT-0.9.8-2\OpenThreads\include C:\openal\include C:\Python-2.3.3\include *************** *** 61,68 **** * Library files ! C:\3rdParty_2003-10-01\lib ! C:\OpenThreads-v1.2dev3-osg0.9.6\lib\win32 C:\wxWindows-2.4.1\lib ! C:\OpenSceneGraph-0.9.6-2\lib C:\openal\lib C:\Python-2.3.3\libs --- 65,72 ---- * Library files ! C:\3rdParty\lib ! C:\OSG_OP_OT-0.9.8-2\OpenThreads\lib\win32 C:\wxWindows-2.4.1\lib ! C:\OSG_OP_OT-0.9.8-2\OpenSceneGraph\lib C:\openal\lib C:\Python-2.3.3\libs *************** *** 72,82 **** C:\libvorbis-1.0.1\libs - * Source files (optional for debugging libraries) - C:\wxWindows-2.4.1\src\msw - C:\wxWindows-2.4.1\src - C:\OpenSceneGraph-0.9.6-2\src - C:\OpenThreads-v1.2dev3-osg0.9.6\win32_src - C:\demeter-3.21\src * Project file conversion --- 76,80 ---- *************** *** 91,95 **** ! * Build OpenThreads v1.2dev3-osg0.9.6 - Project file is at win32_src/OpenThreads.dsw directory --- 89,93 ---- ! * Build OpenThreads - Project file is at win32_src/OpenThreads.dsw directory |