-
-
Notifications
You must be signed in to change notification settings - Fork 38
Compilling metamod r
STAM edited this page Feb 20, 2018
·
3 revisions
- Java Development Kit \ JDK 7+
- Windows: Visual Studio 2015 and later
- Linux: Intel C++ Compiler 13 and later
Windows
> %JAVA_HOME%\bin\javac -version javac 1.8.0_25
Linux
$ javac -version javac 1.7.0_65
- Help -> About
$ icc --version icc (ICC) 15.0.1 20141023
Windows:
gradlew --max-workers=1 clean buildRelease
Linux (ICC):
./gradlew --max-workers=1 clean buildRelease