1
0
Fork 0

Created a simple README.OSG, added some basic build instructions and added

this file to the release.
This commit is contained in:
durk 2007-09-01 12:51:56 +00:00
parent ddc89ead60
commit d87d172aae
2 changed files with 25 additions and 0 deletions

View file

@ -14,6 +14,7 @@ EXTRA_DIST = \
README \
README.OpenAL \
README.plib \
README.OSG \
README.SimGear \
Thanks

24
README.OSG Normal file
View 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