= Current Release = [[TracNav(TracNav/DownloadsTOC)]] == Latest Stable Release 3.0.0, released 27th June 2011. [wiki:News/Press/OSG3.0 Further information...] == === Source Code: === * Zip file containing source code : [http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-3.0/source/OpenSceneGraph-3.0.0.zip OpenSceneGraph-3.0.0.zip] md5sum 121829b854349a9e9d1aebc25cf3e52d * Subversion tag : svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-3.0.0 !OpenSceneGraph To upack archvive winzip or unzip, on command line: [[BR]] {{{ unzip OpenSceneGraph-3.0.0.zip }}} For a detailed compile guide and instructions on how to run the examples see the [wiki:Support/GettingStarted GettingStarted], and [wiki:Support/PlatformSpecifics PlatformSpecifics] guides. [[BR]] Quick compile guide - Unix (including OSX) {{{ cd OpenSceneGraph ./configure make sudo make install; }}} == Quick compile guide - Windows: == Use `CMakeSetup.exe` and open up the !OpenSceneGraph/CmakeLists.txt and use this to build the !VisualStudio build system of your choice.