]> git.mxchange.org Git - flightgear.git/commitdiff
Created a simple README.OSG, added some basic build instructions and added
authordurk <durk>
Sat, 1 Sep 2007 12:51:56 +0000 (12:51 +0000)
committerdurk <durk>
Sat, 1 Sep 2007 12:51:56 +0000 (12:51 +0000)
this file to the release.

Makefile.am
README.OSG [new file with mode: 0644]

index 39546228bf836c3f8f7aee0098de702fa38c003a..1121dae8bf85b85bdaecb9135776bfc65698f490 100644 (file)
@@ -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 (file)
index 0000000..5cef509
--- /dev/null
@@ -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
+