You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by ab...@apache.org on 2014/05/19 11:43:47 UTC

svn commit: r1595800 - /incubator/celix/trunk/BUILDING

Author: abroekhuis
Date: Mon May 19 09:43:47 2014
New Revision: 1595800

URL: http://svn.apache.org/r1595800
Log:
Minor fix to building file

Modified:
    incubator/celix/trunk/BUILDING

Modified: incubator/celix/trunk/BUILDING
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/BUILDING?rev=1595800&r1=1595799&r2=1595800&view=diff
==============================================================================
--- incubator/celix/trunk/BUILDING (original)
+++ incubator/celix/trunk/BUILDING Mon May 19 09:43:47 2014
@@ -18,6 +18,9 @@ Quick Start
   $ mkdir celix-build; cd celix-build
   $ ccmake ../celix
   
+  # When this is the first time the CMake cache is created, a configuration has to be created
+  # This is done by running Configure (c) in CMake.
+  
   # Enable/Disable the required sub projects (BUILD_{NAME} entries)
   # Optionally, enable advanced mode (t) and change CMAKE_INSTALL_PREFIX
   # Run Configure (might be needed multiple times)