From 27a2d94affb1fd4acd91ecfccf008a91bd0b3aa0 Mon Sep 17 00:00:00 2001 From: Lev Date: Thu, 26 Jan 2017 04:44:30 +0500 Subject: [PATCH] Updating README.md. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90b6aaf..b51a58c 100644 --- a/README.md +++ b/README.md @@ -80,17 +80,27 @@ Help -> About icc (ICC) 15.0.1 20141023 +####ICC +
$ gcc --version
+gcc (Debian 4.9.2-10) 4.9.2
+
+ ### Building On Windows:
gradlew --max-workers=1 clean buildRelease
* For faster building without unit tests use this:exclamation:
gradlew --max-workers=1 clean buildFixes
-On Linux: +On Linux (ICC):
./gradlew --max-workers=1 clean buildRelease
* For faster building without unit tests use this:exclamation:
./gradlew --max-workers=1 clean buildFixes
+On Linux (GCC): +
./gradlew --max-workers=1 -PuseGcc clean buildRelease
+* For faster building without unit tests use this:exclamation: +
./gradlew --max-workers=1 -PuseGcc clean buildFixes
+ Compiled binaries will be placed in the rehlds/build/binaries/ directory ## How can I help the project?