Changes between Version 14 and Version 15 of Support/GettingStarted
- Timestamp:
- 05/14/09 23:11:18 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Support/GettingStarted
v14 v15 51 51 '''`osgviewer cow.osg`''' 52 52 53 Or to run all the examples one after the other: 53 To run all the examples, first you have to build the example applications. You can do this by 54 {{{ 55 cmake -DBUILD_OSG_EXAMPLES=1 56 make 57 }}} 58 59 Then, to run all the examples one after the other: 54 60 '''`cd OpenSceneGraph`'''/ 55 61 '''`./runexamples.bat`'''
