X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eccb848c9b78eb0a1bffa80e4eb90fc1cd6b4007..f5e94fc4f0586200cb288fd638dcfbed499eb4c7:/doc/HelloWorld/README diff --git a/doc/HelloWorld/README b/doc/HelloWorld/README index 2fcbf6976d..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). +- 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 @@ -17,7 +17,7 @@ This is a very simple example to explain how to compile with simgrid. It allows to configure the project. - FindPCRE.cmake Simgrid needs pcre regular expression. - This finds and links to the pcre library. + This finds and links to the pcre library (Normally included into Simgrid directory "GnuWin32"). - README This explaination.