mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-03-20 08:14:35 +01:00
gradle example - add requiremnt for gradle version for VS 2013
This commit is contained in:
@@ -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.
|
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.
|
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
|
cd gradle/hellomuni
|
||||||
gradle mainExecutable
|
gradle mainExecutable
|
||||||
|
|||||||
Reference in New Issue
Block a user