From: mpa Date: Mon, 18 Nov 2013 13:32:59 +0000 (+0000) Subject: CMake: X-Git-Tag: V7_3_0a1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FBR_imps_2013;p=samples%2Fsierpinsky.git CMake: - update documentation considering new CMake build system --- diff --git a/README b/README index e0654a6..7831fab 100755 --- a/README +++ b/README @@ -47,17 +47,17 @@ The compilation procedure is exactly the same as for other SALOME modules: 3.5 make and install Randomizer module: - /build_configure - /configure --prefix=${RANDOMIZER_install_dir} + cmake -DCMAKE_BUILD_TYPE= -DCMAKE_INSTALL_PREFIX=${RANDOMIZER_install_dir} ${RANDOMIZER_src_dir} make make install - where is a Randomizer module sources directory and + where is build mode (Release or Debug), + is a Randomizer module sources directory and is a directory where you want to install the Randomizer module. 3.6. Repeat 3.4, 3.5 steps for Sierpinsky module. -Launch 'configure --help' command to learn more about configuration options. +Launch 'cmake --help' command to learn more about configuration options. ======================================================= 4. Launching.