From: Martin Quinson Date: Tue, 9 Jan 2018 07:40:58 +0000 (+0100) Subject: doc improvment on cmake options X-Git-Tag: v3.19~378 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a4b8bdb07ccd8aa4c1ad1c8091d0a5dc0b8a5cf1?hp=66fa3d1974925dc4c7e073b5cf1774a5745d295e doc improvment on cmake options --- diff --git a/doc/doxygen/install.doc b/doc/doxygen/install.doc index bd319bee67..f4f3a4ad1f 100644 --- a/doc/doxygen/install.doc +++ b/doc/doxygen/install.doc @@ -153,7 +153,19 @@ ccmake . @subsubsection install_cmake_list SimGrid compilation options -In addition to the classical cmake configuration variables, SimGrid accepts several options, as listed below. +The SimGrid compilation accepts many configuration options. The +SimGrid-specific options define the SimGrid modules to compile; They +are documented below. + +In addition, cmake provides many other options defining for example +the path to various system elements (Python path, compiler to use, +etc). In most case, cmake automatically discovers the right value for +these ones, but you can set them manually on need. The best way to +discover them is to press 't' in the ccmake graphical interface, as +all options are shown in the advanced mode. You can read their +documentation by passing over them with the arrow keys. Once you know +their name, you can use these variable without the graphical +interface, with the @c -D flag of cmake. @li CMAKE_INSTALL_PREFIX (path): Where to install SimGrid (/opt/simgrid, /usr/local, or elsewhere).