Go to the
This will check the configuration and generate the Makefile. Read the output to know which library were found, which were not, and how to specify their path (option
where N is the number of processors to be used for compilation. One to seven executables should be created in
${DISPERSE_SRC}/builddirectory and type:
cmake ../
This will check the configuration and generate the Makefile. Read the output to know which library were found, which were not, and how to specify their path (option
-DLIBNAME_DIR=path/to/library/where {LIBNAME} may be QT,GSL,SDL,MATHGL or CGAL).
The default install path is "${DISPERSE_SRC}", but it can be changed using option
Then just compile and install with:
-DCMAKE_INSTALL_PREFIX=PATH/TO/INSTALL/DIR.
Then just compile and install with:
make install -j N
where N is the number of processors to be used for compilation. One to seven executables should be created in
${DISPERSE_SRC}/bin(or
${CMAKE_INSTALL_PREFIX}/binif set), depending on which libraries were found:
- mse
- delaunay_2D (Optionnal)
- delaunay_3D (Optionnal)
- pdview (Optionnal)
- skelconv
- netconv
- fieldconv