From a31c4367d8a34c77bbb5f8598260c5afb95897bd Mon Sep 17 00:00:00 2001 From: navarrop Date: Tue, 29 Mar 2011 13:51:35 +0000 Subject: [PATCH] Update faq for windows. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9880 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- doc/FAQ.doc | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/doc/FAQ.doc b/doc/FAQ.doc index a6ec582641..2953a568ea 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -113,19 +113,8 @@ For Unix and MacOS: For Windows : \li cmake 2.8.3 (download page) - \li Dev-c++ (download page) \li perl strawberry (download page) \li pcre-7.0 (download page) - \li Set environment variables. - -\verbatim -CC to C:\Dev-Cpp\bin\gcc -CXX to C:\Dev-Cpp\bin\g++ -INCLUDE to C:\Dev-Cpp\include -LIB to C:\Dev-Cpp\lib -PCRE_LIBRARY_PATH to C:\ -PATH to C:\Dev-Cpp\bin -\endverbatim \subsubsection faq_cmakeoption1 Liste of options @@ -221,6 +210,13 @@ cmake -D[name]=[value] ... ./ make \endverbatim +On Windows + +\verbatim +cmake -G"Unix Makefiles" -D[name]=[value] ... ./ +gmake +\endverbatim + \subsubsection faq_cmakecompilation2 With ccmake tool. \verbatim -- 2.20.1