mirror of
https://github.com/rehlds/rehlds.git
synced 2025-02-10 13:48:59 +03:00
Updating README.md.
This commit is contained in:
parent
c4c9829146
commit
27a2d94aff
12
README.md
12
README.md
@ -80,17 +80,27 @@ Help -> About
|
|||||||
icc (ICC) 15.0.1 20141023
|
icc (ICC) 15.0.1 20141023
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
####ICC
|
||||||
|
<pre>$ gcc --version
|
||||||
|
gcc (Debian 4.9.2-10) 4.9.2
|
||||||
|
</pre>
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
On Windows:
|
On Windows:
|
||||||
<pre>gradlew --max-workers=1 clean buildRelease</pre>
|
<pre>gradlew --max-workers=1 clean buildRelease</pre>
|
||||||
* For faster building without unit tests use this:exclamation:
|
* For faster building without unit tests use this:exclamation:
|
||||||
<pre>gradlew --max-workers=1 clean buildFixes</pre>
|
<pre>gradlew --max-workers=1 clean buildFixes</pre>
|
||||||
|
|
||||||
On Linux:
|
On Linux (ICC):
|
||||||
<pre>./gradlew --max-workers=1 clean buildRelease</pre>
|
<pre>./gradlew --max-workers=1 clean buildRelease</pre>
|
||||||
* For faster building without unit tests use this:exclamation:
|
* For faster building without unit tests use this:exclamation:
|
||||||
<pre>./gradlew --max-workers=1 clean buildFixes</pre>
|
<pre>./gradlew --max-workers=1 clean buildFixes</pre>
|
||||||
|
|
||||||
|
On Linux (GCC):
|
||||||
|
<pre>./gradlew --max-workers=1 -PuseGcc clean buildRelease</pre>
|
||||||
|
* For faster building without unit tests use this:exclamation:
|
||||||
|
<pre>./gradlew --max-workers=1 -PuseGcc clean buildFixes</pre>
|
||||||
|
|
||||||
Compiled binaries will be placed in the rehlds/build/binaries/ directory
|
Compiled binaries will be placed in the rehlds/build/binaries/ directory
|
||||||
|
|
||||||
## How can I help the project?
|
## How can I help the project?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user