]> SALOME platform Git repositories - samples/pylight.git/blobdiff - README
Salome HOME
Porting PYLIGHT module to the CMake build system: initial version.
[samples/pylight.git] / README
diff --git a/README b/README
index a426b2df2a257bbc3b4ae45ce52926bfd0c14038..669e611617ca958d3b13b720460f43c1071e3fb2 100644 (file)
--- a/README
+++ b/README
@@ -1,10 +1,9 @@
 This module is a Salome example python light module.
 
 Installation and compilation is like every Salome modules :
- src_dir/build_configure
- mkdir build_dir
+ mkdir build_dir 
  mkdir instal_dir
  cd build_dir
src_dir/configure --prefix=instal_dir
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=instal_dir ../src_dir
  make
  make install
\ No newline at end of file