]> git.mxchange.org Git - simgear.git/blobdiff - README.OSG
Initial work on package management.
[simgear.git] / README.OSG
index 601f2b3c05d63b80b96c8197b7d1125c423a53d1..30d3c82156616a40b6e84b9ec6347479c7af6e65 100644 (file)
@@ -1,24 +1,26 @@
 [This file is mirrored in both the FlightGear and SimGear packages.]
 
-You *must* have OpenSceneGraph (OSG) installed to build this version of 
+You *must* have OpenSceneGraph (OSG) installed to build this version of
 FlightGear.
 
+Notice that this version of SimGear/FlightGear requires at least OSG 3.0.0.
+
 You can get the latest version of OSG from:
 
 http://www.openscenegraph.org/
 
 Build notes:
 
-Unzip the file OpenSceneGraph-2.4.zip and install using the following
+Unzip the file OpenSceneGraph-x.x.zip and install using the following
 commands:
 
-unzip OpenSceneGraph-2.4
+unzip OpenSceneGraph-x.x
 cd OpenSceneGraph
 ccmake .
 
 [ While running ccmake: press 'c' to configure, press 'c' once more, and
   then press 'g' to generate and exit ]
 
-make 
+make
 sudo make install