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)