mirror of
https://github.com/rehlds/reapi.git
synced 2024-12-26 22:55:29 +03:00
AMX Mod X module, using API regamedll & rehlds
msvc | ||
reapi | ||
.gitignore | ||
LICENSE | ||
README.md | ||
version_script.lds |
Reapi
AMX Mod X module, using API regamedll & rehlds
Build instructions
There are several software requirements for building ReAPI:
- Java Development Kit (JDK) 7+ (http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
- For Windows: Visual Studio 2015 and later
- For Linux: Intel C++ Compiler 15 and later
Checking requirements
JDK version
Windows
> %JAVA_HOME%\bin\javac -version javac 1.8.0_25
Linux
$ javac -version javac 1.7.0_65
Visual Studio
Help -> About
ICC
$ icc --version icc (ICC) 15.0.1 20141023
Building
On Windows:
gradlew clean buildRelease
On Linux (ICC):
./gradlew clean buildRelease
On Linux (GCC):
./gradlew clean -PuseGcc buildRelease
Compiled binaries will be placed in the build/binaries/ directory
How can I help the project?
Just install it on your game server and report problems you faced.
Merge requests are also welcome :shipit: