From: Augustin Degomme Date: Wed, 28 May 2014 14:54:11 +0000 (+0200) Subject: slightly update compilation doc for Windows X-Git-Tag: v3_11~20 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f31adccd9fc80ce86674653bbbc2958a13e22490 slightly update compilation doc for Windows --- diff --git a/doc/doxygen/install.doc b/doc/doxygen/install.doc index b557898581..e96be08853 100644 --- a/doc/doxygen/install.doc +++ b/doc/doxygen/install.doc @@ -100,7 +100,8 @@ Apple is ways to ancient to suffice. See also @ref install_cmake_mac. On Windows, it is strongly advised to use the MinGW -environment to build SimGrid. Any other compilers are not tests +environment to build SimGrid, with +MSYS tools installed. Any other compilers are not tested (and thus probably broken). We usually use the activestate version of Perl, and the @@ -265,14 +266,14 @@ cmake [options] .. make @endverbatim -\subsubsection install_cmake_win Cmake on Windows (with MinGW) +\subsubsection install_cmake_win Cmake on Windows (with MinGW + MSYS) Cmake can produce several kind of of makefiles. Under Windows, it has no way of determining what kind you want to use, so you have to hint it: @verbatim -cmake -G"MinGW Makefiles" (other options) . -mingw32-make +cmake -G "MSYS Makefiles" (other options) . +make @endverbatim \subsubsection install_cmake_mac Cmake on Mac OSX