From: <kk...@us...> - 2008-11-06 14:35:38
|
Revision: 1151 http://omc.svn.sourceforge.net/omc/?rev=1151&view=rev Author: kkaempf Date: 2008-11-06 14:35:36 +0000 (Thu, 06 Nov 2008) Log Message: ----------- document some cmake flags Modified Paths: -------------- cmpi-bindings/trunk/README Modified: cmpi-bindings/trunk/README =================================================================== --- cmpi-bindings/trunk/README 2008-11-06 14:35:17 UTC (rev 1150) +++ cmpi-bindings/trunk/README 2008-11-06 14:35:36 UTC (rev 1151) @@ -56,7 +56,7 @@ Requirements ------------ - cmake + cmake 2.4 or later python interface requires: python-devel, pywbem-0.7.0 perl interface requires: ? ruby interface requires: ruby-1.8 ruby-devel-1.8 @@ -69,6 +69,12 @@ 'make' 'sudo make install' + You can pass various parameters to cmake to control the build, e.g. + cmake -DCMAKE_INSTALL_PREFIX=/usr/local + -DCMAKE_C_FLAGS_RELEASE:STRING="-Wall -O2 -g" + -DCMAKE_CXX_FLAGS_RELEASE:STRING="-Wall -O2 -g" + -DCMAKE_BUILD_TYPE=Release + Test ---- For each language, there is a test/<language> directory. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |