Updated INSTALL and README to refect new Cmake build

This commit is contained in:
Robert Osfield 2007-04-10 13:23:32 +00:00
parent e6bf742999
commit 3ba26f4fc6
2 changed files with 22 additions and 16 deletions

View File

@ -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.

View File

@ -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.