186
edits
(→Step 4) |
(→Step 1) |
||
Line 118: | Line 118: | ||
====Step 1==== | ====Step 1==== | ||
NOTE: This assumes you have already installed TortoiseSVN. | |||
Create a directory for the OpenSceneGraph source code. | |||
Example: | |||
C:\OpenSceneGraph | |||
====Step 2==== | |||
In Windows Explorer, right-click on the directory name you created in the step above. In the resulting context menu, select "SVN Checkout...". In the Repository URL field, enter: | |||
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk | |||
and click "OK". SVN will begin downloading the latest OSG source code. | |||
====Step 3==== | |||
OSG uses CMake to manage build configurations. | |||
=== Getting and compiling SimGear === | === Getting and compiling SimGear === |
edits