From f0882eda6b8ec341234d8fe520e80e5c8e319d67 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 20 Nov 2014 08:26:34 +0000 Subject: [PATCH] From Per Nordqvist, "The README.txt is still somewhat confusing so I have updated it" git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14491 16af8721-9629-0410-8352-f15c8da7e697 --- README.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 31004a625..171115ba8 100644 --- a/README.txt +++ b/README.txt @@ -43,10 +43,9 @@ OpenSceneGraph's CMake build can be found at: http://www.openscenegraph.org/projects/osg/wiki/Build/CMake Under unices (i.e. Linux, IRIX, Solaris, Free-BSD, HP-Ux, AIX, OSX) -use the cmake or ccmake command-line utils, or use the included tiny -configure script that'll run cmake for you. The configure script -simply runs 'cmake . -DCMAKE_BUILD_TYPE=Release' to ensure that you -get the best performance from your final libraries/applications. +use the cmake or ccmake command-line utils. Note that cmake . defaults +to building Release to ensure that you get the best performance from +your final libraries/applications. cd OpenSceneGraph cmake .