From 4251386bc4f6b572a0660c6a8cb56545e30d1cbc Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 10 Jan 2012 18:46:28 +0100 Subject: [PATCH] Update README from HelloWorld. Replace gmake by mingw32-make --- doc/HelloWorld/README | 6 +++--- doc/installSimgrid.doc | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/HelloWorld/README b/doc/HelloWorld/README index 4a6a71c317..43b88f7caa 100644 --- a/doc/HelloWorld/README +++ b/doc/HelloWorld/README @@ -2,11 +2,11 @@ This is a very simple example to explain how to compile with simgrid. 1) How to compile an example: (HelloWorld) -- Run "Git bash" (installed with git) or windows shell "cmd". +- Run windows shell "cmd". - Open HelloWorld Directory ('cd' command line). - Create a build directory and change directory. (optional) -- Type 'cmake -G"Unix Makefiles" ' -- Run gmake +- Type 'cmake -G"MinGW Makefiles" ' +- Run mingw32-make - You should obtain a runnable example ("HelloWorld.exe"). 2) Content of this directory diff --git a/doc/installSimgrid.doc b/doc/installSimgrid.doc index bfb266378a..99c01b6bc5 100644 --- a/doc/installSimgrid.doc +++ b/doc/installSimgrid.doc @@ -145,7 +145,7 @@ On Windows platform: \verbatim cmake -G"MinGW Makefiles" -D[name]=[value] ... ./ -gmake +mingw32-make \endverbatim \subsubsection installSimgrid_cmakecompilation2 With ccmake tool. @@ -186,7 +186,7 @@ Those two kind of compilation permit to delete files created by compilation easi cmake configure the project for Unix and Mac cmake -G"MinGW Makefiles" configure the project for Windows make build all targets for Unix and Mac -gmake buill all targets for windows +ming32-make buill all targets for windows (g)make VERBOSE=1 build all targets and print build command lines make check test all targets and summarize make dist make the distrib @@ -335,11 +335,11 @@ compiling a source file. There are: \endverbatim Now let's compil this example: -\li Run "Git bash" (installed with git) or windows shell "cmd". +\li Run windows shell "cmd". \li Open HelloWorld Directory ('cd' command line). \li Create a build directory and change directory. (optional) \li Type 'cmake -G"MinGW Makefiles" \' -\li Run gmake +\li Run mingw32-make \li You should obtain a runnable example ("HelloWorld.exe"). For compiling your own code you can simply copy the HelloWorld project and rename source name. It will @@ -360,7 +360,7 @@ target_link_libraries(TARGET_NAME simgrid pcre) #Links TARGET_NAME with simgrid \verbatim cmake -G"MinGW Makefiles" \ \endverbatim -\li Run "gmake" +\li Run "mingw32-make" \li You should obtain "TARGET_NAME.exe". \section installSimgrid_setting_MSG Setting up your own MSG code -- 2.20.1