Created a simple README.OSG, added some basic build instructions and added
this file to the release.
This commit is contained in:
parent
ddc89ead60
commit
d87d172aae
2 changed files with 25 additions and 0 deletions
|
@ -14,6 +14,7 @@ EXTRA_DIST = \
|
||||||
README \
|
README \
|
||||||
README.OpenAL \
|
README.OpenAL \
|
||||||
README.plib \
|
README.plib \
|
||||||
|
README.OSG \
|
||||||
README.SimGear \
|
README.SimGear \
|
||||||
Thanks
|
Thanks
|
||||||
|
|
||||||
|
|
24
README.OSG
Normal file
24
README.OSG
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
[This file is mirrored in both the FlightGear and SimGear packages.]
|
||||||
|
|
||||||
|
You *must* have OpenSceneGraph (OSG) installed to build this version of
|
||||||
|
FlightGear.
|
||||||
|
|
||||||
|
You can get the latest version of OSG from:
|
||||||
|
|
||||||
|
http://www.openscenegraph.org/
|
||||||
|
|
||||||
|
Build notes:
|
||||||
|
|
||||||
|
Unzip the file OpenSceneGraph-2.0.zip and install using the following
|
||||||
|
commands:
|
||||||
|
|
||||||
|
unzip OpenSceneGraph-2.0
|
||||||
|
cd OpenSceneGraph
|
||||||
|
ccmake .
|
||||||
|
|
||||||
|
[ While running ccmake: press 'c' to configure, press 'c' once more, and
|
||||||
|
then press 'g' to generate and exit ]
|
||||||
|
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
|
Loading…
Reference in a new issue