From: durk Date: Sat, 1 Sep 2007 12:51:56 +0000 (+0000) Subject: Created a simple README.OSG, added some basic build instructions and added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d87d172aae9dc0e4f53a336ddf697242b57edab8;p=flightgear.git Created a simple README.OSG, added some basic build instructions and added this file to the release. --- diff --git a/Makefile.am b/Makefile.am index 39546228b..1121dae8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,7 @@ EXTRA_DIST = \ README \ README.OpenAL \ README.plib \ + README.OSG \ README.SimGear \ Thanks diff --git a/README.OSG b/README.OSG new file mode 100644 index 000000000..5cef509fb --- /dev/null +++ b/README.OSG @@ -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 +