Salome HOME
CMake:
[samples/calculator.git] / README
1 This module is a Salome example of a module that is interfaced with MED library.
2
3 Installation and compilation is like every Salome modules :
4  mkdir build_dir 
5  mkdir instal_dir
6  cd build_dir
7  cmake -DCMAKE_INSTALL_PREFIX=instal_dir src_dir
8  make
9  make install
10
11 To check Calculator component, you can use CALCULATOR_TEST.py script, 
12 or SUPERVISION graph src_dir/CALCULATOR/graphe1.py
13
14 Documentation can be found in /doc directory. It was written in sxw format (openoffice) and was converted in pdf.
15
16 Implementation is in /src/CALCULATOR directory.