Changes between Version 10 and Version 11 of Downloads
- Timestamp:
- May 18, 2010, 10:38:26 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Downloads
v10 v11 7 7 You can download from svn: 8 8 {{{ 9 svn co http://www.osgvisual.org/svn/osgvisual 9 svn co http://www.osgvisual.org/svn/osgvisual osgVisual 10 10 }}} 11 11 12 12 13 13 == Dependencies == 14 15 The most important dependency for osgVisual is [http://www.openscenegraph.org OpenSceneGraph]. You have to download and build it for x86, x64 or both (different checkout folder). [[br]] 16 You can download it from SVN: 17 {{{ 18 svn co http://www.openscenegraph.org/svn/trunk OpenSceneGraph-2.9.8_x86 19 svn co http://www.openscenegraph.org/svn/trunk OpenSceneGraph-2.9.8_x86 20 }}} 21 22 OSG itself uses a lot of third party libraries. You can download precompiled 3rdParty libraries for x86 (32bit) and x64 (64bit): 23 {{{ 14 24 http://www.osgvisual.org/public_download/3rdParty_VC9sp1_x86_x64.7z [[br]] 15 http://www.osgvisual.org/public_download/3rdParty_VC9sp1_x86_x64-src.7z [[br]] 16 http://www.osgvisual.org/public_download/boost_1_43_0_VC9sp1_x86_x64.7z [[br]] 25 }}} 26 This package includes: 27 * a 28 * b 29 * c 30 * d 31 * e 32 33 If you want to use another Windows Compiler, you can download the source package used to generate the precomiled 3rdParty package above. You can download it from: http://www.osgvisual.org/public_download/3rdParty_VC9sp1_x86_x64-src.7z 34 35 Because osgVisual uses [http://www.boost.org boost], the required boost libraries ar included in the 3rdParty package. If you need full boost V1.43 framework, you can download it precompiled from: http://www.osgvisual.org/public_download/boost_1_43_0_VC9sp1_x86_x64.7z 36 37 To use VirtualPlanetBuild, you have to use GDAL. It is included in the 3rdParty package. If you want it standalone, you can download it precompiled: 17 38 http://www.osgvisual.org/public_download/gdal-1.6.3_VC90sp1_x86.7z [[br]] 18 http://www.osgvisual.org/public_download/gdal-1.6.3_VC90sp1_x64.7z [[br]]39 http://www.osgvisual.org/public_download/gdal-1.6.3_VC90sp1_x64.7z 19 40 20 41