From 551e404f3e925e48ed245a16f595673ad526c9b4 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 26 Jul 2011 11:51:22 +0200 Subject: [PATCH] Update README for HelloWorld example --- doc/HelloWorld/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/HelloWorld/README b/doc/HelloWorld/README index 2fcbf6976d..4a6a71c317 100644 --- a/doc/HelloWorld/README +++ b/doc/HelloWorld/README @@ -2,7 +2,7 @@ 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 "Git bash" (installed with git) or windows shell "cmd". - Open HelloWorld Directory ('cd' command line). - Create a build directory and change directory. (optional) - Type 'cmake -G"Unix Makefiles" ' @@ -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. -- 2.20.1