From 7d253c7115490032cce0ea51d952adc4b5d73588 Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Fri, 22 Nov 2013 21:12:17 +0100 Subject: [PATCH] gradle example - add requiremnt for gradle version for VS 2013 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9395c10..d1b177b 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,9 @@ because gradle is using "Build by convention". This is defined by convention and Gradle is able to use it, no further configuration is needed. Gradle is able to determine compiler chain and use available compiler, e.g. g++ or Visual Studio. -How to run (Linux): +Note for Visual Studio 2013: Use Gradle at least night build 1.10-20131122 + +How to run: cd gradle/hellomuni gradle mainExecutable