From f31adccd9fc80ce86674653bbbc2958a13e22490 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Wed, 28 May 2014 16:54:11 +0200 Subject: [PATCH] slightly update compilation doc for Windows --- doc/doxygen/install.doc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.20.1