Salome HOME
Turned all MEDCOUPLING_MED_xyz into MEDCOUPLING_xyz
[tools/medcoupling.git] / doc / user / doxygen / doxfiles / appendix / install.dox
index eb89c964687ff010281f9b216fd5b88fc088be8e..77d81253c8446ca3e9424a13cce6470177b2613c 100644 (file)
@@ -19,13 +19,13 @@ cmake -DCMAKE_BUILD_TYPE=<Mode> -DCMAKE_INSTALL_PREFIX=<MEDCOUPLING_INSTALL> <ME
 This will configure the library without splitting functionalities. The \ref parallel "parallel functionalities" will be compiled if an MPI version has been found.
 
 The following options can be useful to configure MEDCoupling :
-- \a -DMEDCOUPLING_MED_PARTITIONER_METIS=ON enables metis graph library in MEDPartitioner,
-- \a -DMEDCOUPLING_MED_PARTITIONER_PARMETIS=ON enables parmetis graph library in MEDPartitioner,
-- \a -DMEDCOUPLING_MED_PARTITIONER_SCOTCH=ON enables scotch graph library in MEDPartitioner,
-- \a -DMEDCOUPLING_MED_MICROMED=ON build MED with MED file dependancy,
-- \a -DMEDCOUPLING_MED_ENABLE_PYTHON=ON builds PYTHON bindings,
-- \a -DMEDCOUPLING_MED_ENABLE_PARTITIONER builds MEDPartitioner,
-- \a -DMEDCOUPLING_MED_ENABLE_RENUMBER builds Renumber,
+- \a -DMEDCOUPLING_PARTITIONER_METIS=ON enables metis graph library in MEDPartitioner,
+- \a -DMEDCOUPLING_PARTITIONER_PARMETIS=ON enables parmetis graph library in MEDPartitioner,
+- \a -DMEDCOUPLING_PARTITIONER_SCOTCH=ON enables scotch graph library in MEDPartitioner,
+- \a -DMEDCOUPLING_MICROMED=ON build MED with MED file dependancy,
+- \a -DMEDCOUPLING_ENABLE_PYTHON=ON builds PYTHON bindings,
+- \a -DMEDCOUPLING_ENABLE_PARTITIONER builds MEDPartitioner,
+- \a -DMEDCOUPLING_ENABLE_RENUMBER builds Renumber,
 - \a -DMEDCOUPLING_USE_MPI=ON uses MPI containers.
 
 According to set options and compilation environment, user may need to define some <prerequisite>_ROOT_DIR variables. For example if in SALOME environment: