Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update faq for windows.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 29 Mar 2011 13:51:35 +0000 (13:51 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 29 Mar 2011 13:51:35 +0000 (13:51 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9880 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/FAQ.doc

index a6ec582..2953a56 100644 (file)
@@ -113,19 +113,8 @@ For Unix and MacOS:
 
 For Windows :
   \li cmake 2.8.3 <a href="http://www.cmake.org/files/v2.8/cmake-2.8.3-win32-x86.exe">(download page)</a>
-  \li Dev-c++ <a href="ftp://75d353a9ed4a246611464e0cb31af917:1296070940@ftpclubic22.clubic.com/logiciel/dev-c-_dev-c_5.0_beta_9.2_anglais_9832.exe">(download page)</a>
   \li perl strawberry <a href="http://www.strawberryperl.com/download/5.12.2.0/strawberry-perl-5.12.2.0.msi">(download page)</a>
   \li pcre-7.0 <a href="http://sourceforge.net/projects/gnuwin32/files/pcre/7.0/pcre-7.0.exe/download">(download page)</a>
-  \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