From 3ba26f4fc63b5abc02f32953755a5f0934313239 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 10 Apr 2007 13:23:32 +0000 Subject: [PATCH] Updated INSTALL and README to refect new Cmake build --- INSTALL.txt | 31 ++++++++++++++++++------------- README.txt | 7 ++++--- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 12a61267a..44ea68c87 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,15 +1,20 @@ -For compiliation, installation and platform specific information +The OpenSceneGraph use the CMake build system to generate platform specific +build environment. CMake reads the CMakeLists.txt files that you'll find +throughout the OpenSceneGraph directories, check for installed dependnecies +and then generate the appropriate build system. + +You can grab CMake from http://www.cmake.org, version 2.4.6 or later. + +Under unices (i.e. Linux, IRIX, Solaris, Free-BSD, HP-Ux, AIX, OSX) use the cmake or : + ccmake commandline utils: + + cd OpenSceneGraph + ccmake . + make + sudo make install + +Under Windows use the GUI tool CMakeSetup. + +For further details on compiliation, installation and platform specific information read "Getting Started" at http://www.openscenegraph.org, under "Documentation". - -Quick hints for Unix (including Mac OSX and Cygwin): - - gmake - to make the disitribtion. - - gmake install - to intall the disitrubion (defaults to /usr/local/) - - gmake help - for list of make instructions. - -Note, the OpenSceneGraph's Make system requires the use of GNU gmake, on -OSX, Linux and FreeBSD this is the default make, but on Solaris and IRIX -you may need to download & install it. diff --git a/README.txt b/README.txt index 386d9bc34..0227b5e3c 100644 --- a/README.txt +++ b/README.txt @@ -5,8 +5,9 @@ and examples, and see the documentation on the OpenSceneGraph website. http://www.openscenegraph.org +Or for the impatient read the READEME.txt in the OpenSceneGraph root directory. -Robert Osfield. -robert@openscenegraph.com -July 19th 2006. +Robert Osfield. +Project Lead. +April 10th 2007.