X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2fa2a6ce966b1ceb2327ea00f7e4073ceba55175..d4b3806057e1f0afa45139593843982d5d52d7a2:/doc/HelloWorld/README 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