From b2b67b911a892de19e76347a761bfba62b3fc33b Mon Sep 17 00:00:00 2001 From: mpa Date: Mon, 18 Nov 2013 13:32:59 +0000 Subject: [PATCH] CMake: - update documentation considering new CMake build system --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.39.2