Update of /cvsroot/gcblue/gcb_wx/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30413/docs
Modified Files:
BUILDING.txt
Log Message:
Index: BUILDING.txt
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/docs/BUILDING.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** BUILDING.txt 16 Sep 2005 00:16:08 -0000 1.6
--- BUILDING.txt 12 Oct 2005 22:17:42 -0000 1.7
***************
*** 1,15 ****
! Updated September 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
--- 1,18 ----
! --- Building GCB Windows Dependencies ---
!
! Updated October 2005
--- Download information ---
! * OpenSceneGraph 0.9.9 (including OpenThreads)
http://openscenegraph.sourceforge.net/downloads/index.html
Follow links to Sourceforge download page.
! Download bundled OSG_OT_OP 0.9.9 package
Also download latest OSG Win32 Dependencies package
! Link: (as of 12 October 2005)
! http://openscenegraph.org/downloads/dependencies/3rdParty_Win32binaries_2005_05_10.zip
!
* Demeter 3.21
***************
*** 20,25 ****
http://www.wxwidgets.org
! * OpenAL (Beta)
! CVS download instructions at http://www.openal.org/#Downloads
* LibOGG 1.1 and LibVorbis 1.0.1
--- 23,29 ----
http://www.wxwidgets.org
! * OpenAL 1.0 SDK
! CVS download instructions at http://www.openal.org/downloads.html
! (There is a version 1.1 beta out that hasn't been tried yet)
* LibOGG 1.1 and LibVorbis 1.0.1
***************
*** 28,38 ****
libvorbis 1.0.1 source
* Python 2.3.3
http://www.python.org/2.3.3/
Download Python-2.3.3.tgz
! * SQLite 2.8
! http://www.sqlite.org/sqlite-source-2_8_16.zip (sources for windows)
There also might be a precompiled download on that site that has the .lib, dll, and headers.
--- 32,49 ----
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
! http://sqlite.org/download.html
! Download sources for windows
There also might be a precompiled download on that site that has the .lib, dll, and headers.
+ Latest 3.2.x version should be okay to use
***************
*** 42,55 ****
------------------ -----------------------
wxWidgets-2.6.1 C:\wxWidgets-2.6.1
! 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
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 2.8 C:\sqlite
--- Visual Studio Project Directories ---
--- 53,66 ----
------------------ -----------------------
wxWidgets-2.6.1 C:\wxWidgets-2.6.1
! OpenSceneGraph-0.9.9 C:\OSG_OP_OT-0.9.9\OpenSceneGraph
! OpenThreads-0.9.9 C:\OSG_OP_OT-0.9.9\OpenThreads
libxml, etc. (osg dependencies) C:\3rdParty
Demeter 3.21 C:\demeter-3.21
! OpenAL 1.0 SDK C:\openal
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
--- Visual Studio Project Directories ---
***************
*** 60,65 ****
C:\wxWidgets-2.6.1\include
C:\wxWidgets-2.6.1\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
--- 71,76 ----
C:\wxWidgets-2.6.1\include
C:\wxWidgets-2.6.1\lib\msw
! C:\OSG_OP_OT-0.9.9\OpenSceneGraph\include
! C:\OSG_OP_OT-0.9.9\OpenThreads\include
C:\openal\include
C:\Python-2.3.3\include
***************
*** 73,79 ****
C:\3rdParty\lib
! C:\OSG_OP_OT-0.9.8-2\OpenThreads\lib\win32
C:\wxWidgets-2.6.1\lib
! C:\OSG_OP_OT-0.9.8-2\OpenSceneGraph\lib
C:\openal\lib
C:\Python-2.3.3\libs
--- 84,90 ----
C:\3rdParty\lib
! C:\OSG_OP_OT-0.9.9\OpenThreads\lib\win32
C:\wxWidgets-2.6.1\lib
! C:\OSG_OP_OT-0.9.9\OpenSceneGraph\lib
C:\openal\lib
C:\Python-2.3.3\libs
***************
*** 162,166 ****
-
* Build wxWidgets 2.6.1
--- 173,176 ----
***************
*** 188,192 ****
! * Build OpenAL (Beta)
- Project file is at win/OpenAL.dsw
--- 198,208 ----
!
!
! * OpenAL 1.0 SDK
!
! Everything should already be compiled.
!
! If building from CVS:
- Project file is at win/OpenAL.dsw
***************
*** 230,234 ****
-
* Build Lib Vorbis 1.0.1
--- 246,249 ----
***************
*** 259,263 ****
- vorbisfile_static: 11 warnings debug, 15 warnings release
! * Build SQLite version 2
--- 274,286 ----
- vorbisfile_static: 11 warnings debug, 15 warnings release
!
!
! * Build SQLite version 3.2
!
!
!
!
!
!
|