mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-14 15:48:01 +03:00
Update README.md
This commit is contained in:
parent
2b4eb6c137
commit
c288c32082
@ -88,12 +88,18 @@ On Windows:
|
|||||||
* 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 clean -PuseGcc buildRelease</pre>
|
||||||
|
|
||||||
|
* For faster building without unit tests use this:exclamation:
|
||||||
|
<pre>./gradlew --max-workers=1 clean -PuseGcc buildFixes</pre>
|
||||||
|
|
||||||
Compiled binaries will be placed in the build/binaries/ directory
|
Compiled binaries will be placed in the build/binaries/ directory
|
||||||
|
|
||||||
### Credits
|
### Credits
|
||||||
|
Loading…
x
Reference in New Issue
Block a user