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.