mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-27 07:05:38 +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:
|
||||
<pre>gradlew --max-workers=1 clean buildFixes</pre>
|
||||
|
||||
On Linux:
|
||||
On Linux (ICC):
|
||||
<pre>./gradlew --max-workers=1 clean buildRelease</pre>
|
||||
|
||||
* For faster building without unit tests use this:exclamation:
|
||||
<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
|
||||
|
||||
### Credits
|
||||
|
Loading…
Reference in New Issue
Block a user