X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=README.OSG;h=b4cede8ede2139fc9eeb2023ae7e8617fa54481f;hb=4e24095d8be43a8f6a2e060dfea4e7a4aec44ea5;hp=5cef509fbfebfbdd811e23361b4f7f02f1a65eb5;hpb=4718b9dc0759b4a18356725cc05ffaa651215b66;p=simgear.git diff --git a/README.OSG b/README.OSG index 5cef509f..b4cede8e 100644 --- a/README.OSG +++ b/README.OSG @@ -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 FlightGear 2.6.0 requires at least version 3.0.0. + 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 +Unzip the file OpenSceneGraph-x.x.zip and install using the following commands: -unzip OpenSceneGraph-2.0 +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