mirror of
https://github.com/rehlds/metamod-r.git
synced 2025-03-20 17:30:37 +03:00
Updated Compilling metamod r (markdown)
parent
8df1a29c56
commit
cd0030877b
@ -1 +1,40 @@
|
|||||||
## [](https://github.com/theAsmodai/metamod-r/wiki/English-version) Back
|
## [](https://github.com/theAsmodai/metamod-r/wiki/English-version) Back
|
||||||
|
|
||||||
|
## Build instructions for metamod-r
|
||||||
|
|
||||||
|
#### There are several software requirements for building rehlds:
|
||||||
|
|
||||||
|
- [x] [Java Development Kit \ JDK 7+](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
|
||||||
|
- [x]  Windows: [Visual Studio 2015](https://www.visualstudio.com/vs/older-downloads/) and [later](https://www.visualstudio.com/downloads/)
|
||||||
|
- [x]  Linux: [Intel C++ Compiler 13](https://software.intel.com/en-us/c-compilers) and later
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
### Checking requirements
|
||||||
|
#### JDK version
|
||||||
|
 Windows
|
||||||
|
<pre>> %JAVA_HOME%\bin\javac -version
|
||||||
|
javac 1.8.0_25
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
 Linux
|
||||||
|
<pre>$ javac -version
|
||||||
|
javac 1.7.0_65
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
#### Visual Studio
|
||||||
|
- Help -> About
|
||||||
|
|
||||||
|
#### ICC
|
||||||
|
<pre>$ icc --version
|
||||||
|
icc (ICC) 15.0.1 20141023
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
### Building
|
||||||
|
 Windows:
|
||||||
|
<pre>gradlew --max-workers=1 clean buildRelease</pre>
|
||||||
|
|
||||||
|
 Linux (ICC):
|
||||||
|
<pre>./gradlew --max-workers=1 clean buildRelease</pre>
|
Loading…
x
Reference in New Issue
Block a user