From ad54685eed9aa1f41c75f42923eb51df8061f2cb Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 10 Jan 2012 18:38:00 +0100 Subject: [PATCH] Update doc for MinGW --- doc/installSimgrid.doc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/installSimgrid.doc b/doc/installSimgrid.doc index 46cfd830bd..bfb266378a 100644 --- a/doc/installSimgrid.doc +++ b/doc/installSimgrid.doc @@ -27,7 +27,8 @@ For Unix and MacOS: For Windows : \li cmake 2.8 (download page) - \li perl strawberry (download page) + \li MinGW (download page) + \li perl (download page) \li git (download page) \subsubsection installSimgrid_cmakeoption1 Liste of options @@ -143,7 +144,7 @@ make On Windows platform: \verbatim -cmake -G"Unix Makefiles" -D[name]=[value] ... ./ +cmake -G"MinGW Makefiles" -D[name]=[value] ... ./ gmake \endverbatim @@ -183,7 +184,7 @@ Those two kind of compilation permit to delete files created by compilation easi \li CMake \verbatim cmake configure the project for Unix and Mac -cmake -G"Unix Makefiles" configure the project for Windows +cmake -G"MinGW Makefiles" configure the project for Windows make build all targets for Unix and Mac gmake buill all targets for windows (g)make VERBOSE=1 build all targets and print build command lines @@ -291,7 +292,8 @@ set(JMSG_JAVA_SRC Before start the installation, you need to be sure to have the following dependencies: \li cmake 2.8 (download page) - \li perl strawberry (download page) + \li MinGW (download page) + \li perl (download page) \li git (download page) Then download the package SimGrid Installer, @@ -336,7 +338,7 @@ Now let's compil this example: \li Run "Git bash" (installed with git) or windows shell "cmd". \li Open HelloWorld Directory ('cd' command line). \li Create a build directory and change directory. (optional) -\li Type 'cmake -G"Unix Makefiles" \' +\li Type 'cmake -G"MinGW Makefiles" \' \li Run gmake \li You should obtain a runnable example ("HelloWorld.exe"). @@ -356,7 +358,7 @@ target_link_libraries(TARGET_NAME simgrid pcre) #Links TARGET_NAME with simgrid \endverbatim \li To initialize and build your project, you'll need to run \verbatim -cmake -G"Unix Makefiles" \ +cmake -G"MinGW Makefiles" \ \endverbatim \li Run "gmake" \li You should obtain "TARGET_NAME.exe". -- 2.20.1