Salome HOME
CMake: BR_imps_2013 V7_3_0a1
authormpa <mpa@opencascade.com>
Mon, 18 Nov 2013 13:32:59 +0000 (13:32 +0000)
committermpa <mpa@opencascade.com>
Mon, 18 Nov 2013 13:32:59 +0000 (13:32 +0000)
- update documentation considering new CMake build system

README

diff --git a/README b/README
index e0654a6936ce01e08e6666e9b9826ebd941fe125..7831fab0271ef2a9690dbaf4de55dc39230ff2d5 100755 (executable)
--- 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:
 
-   <RANDOMIZER_src_dir>/build_configure
-   <RANDOMIZER_src_dir>/configure --prefix=${RANDOMIZER_install_dir}
+   cmake -DCMAKE_BUILD_TYPE=<Mode> -DCMAKE_INSTALL_PREFIX=${RANDOMIZER_install_dir} ${RANDOMIZER_src_dir}
    make
    make install
 
-   where <RANDOMIZER_src_dir> is a Randomizer module sources directory and 
+   where <Mode> is build mode (Release or Debug),
+   <RANDOMIZER_src_dir> is a Randomizer module sources directory and 
    <RANDOMIZER_install_dir> 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.