Added direct links to the CMake build pages
This commit is contained in:
parent
40db1a8934
commit
cd0d2ffe27
13
INSTALL.txt
13
INSTALL.txt
@ -3,17 +3,22 @@ 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.
|
||||
If you don't already have CMake installed on your system you can grab it
|
||||
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:
|
||||
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.
|
||||
Under Windows use the GUI tool CMakeSetup to build your VisualStudio files.
|
||||
The following page on our wiki dedicated to the CMake build should help
|
||||
guide you through the process:
|
||||
|
||||
http://www.openscenegraph.com/index.php?page=Build.CMake
|
||||
|
||||
For further details on compiliation, installation and platform specific information
|
||||
read "Getting Started" at http://www.openscenegraph.org, under
|
||||
|
@ -5,9 +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.
|
||||
Or for the impatient read the INSTALL.txt in the OpenSceneGraph root directory.
|
||||
|
||||
Robert Osfield.
|
||||
Project Lead.
|
||||
April 10th 2007.
|
||||
1st May 2007.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user