From d87d172aae9dc0e4f53a336ddf697242b57edab8 Mon Sep 17 00:00:00 2001 From: durk Date: Sat, 1 Sep 2007 12:51:56 +0000 Subject: [PATCH] Created a simple README.OSG, added some basic build instructions and added this file to the release. --- Makefile.am | 1 + README.OSG | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 README.OSG 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 + -- 2.39.5