From 4020ff12e3971c7fae5c2a519b0d6f0864a95273 Mon Sep 17 00:00:00 2001 From: STAM Date: Wed, 21 Feb 2018 14:56:29 +0300 Subject: [PATCH] Destroyed Compilling metamod r (markdown) --- Compilling-metamod-r.md | 50 ----------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 Compilling-metamod-r.md diff --git a/Compilling-metamod-r.md b/Compilling-metamod-r.md deleted file mode 100644 index 0247ef3..0000000 --- a/Compilling-metamod-r.md +++ /dev/null @@ -1,50 +0,0 @@ -## [![](https://i.imgur.com/ou0wy1S.png)](https://github.com/EpicMorgGames/metamod-r-game-tests/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] ![](https://i.imgur.com/t23p9tU.png) Windows: [Visual Studio 2015](https://www.visualstudio.com/vs/older-downloads/) and [later](https://www.visualstudio.com/downloads/) -- [x] ![](https://i.imgur.com/AzhAYR4.png) Linux: [Intel C++ Compiler 13](https://software.intel.com/en-us/c-compilers) and later - -*** - -### Checking requirements -#### JDK version -![](https://i.imgur.com/t23p9tU.png) Windows -
> %JAVA_HOME%\bin\javac -version
-javac 1.8.0_25
-
- -![](https://i.imgur.com/AzhAYR4.png) Linux -
$ javac -version
-javac 1.7.0_65
-
- -#### Visual Studio -- Help -> About - -#### ICC -
$ icc --version
-icc (ICC) 15.0.1 20141023
-
- -*** - -### Building -![](https://i.imgur.com/t23p9tU.png) Windows: -
gradlew --max-workers=1 clean buildRelease
- -![](https://i.imgur.com/AzhAYR4.png) Linux (ICC): -
./gradlew --max-workers=1 clean buildRelease
-***