This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
[This file is mirrored in both the FlightGear and SimGear packages.] |
| 2 |
|
| 3 |
You *must* have OpenSceneGraph (OSG) installed to build this version of |
| 4 |
FlightGear. |
| 5 |
|
| 6 |
Notice that FlightGear 2.6.0 requires at least version 3.0.0. |
| 7 |
|
| 8 |
You can get the latest version of OSG from: |
| 9 |
|
| 10 |
http://www.openscenegraph.org/ |
| 11 |
|
| 12 |
Build notes: |
| 13 |
|
| 14 |
Unzip the file OpenSceneGraph-x.x.zip and install using the following |
| 15 |
commands: |
| 16 |
|
| 17 |
unzip OpenSceneGraph-x.x |
| 18 |
cd OpenSceneGraph |
| 19 |
ccmake . |
| 20 |
|
| 21 |
[ While running ccmake: press 'c' to configure, press 'c' once more, and |
| 22 |
then press 'g' to generate and exit ] |
| 23 |
|
| 24 |
make |
| 25 |
sudo make install |