# Reapi [/statusIcon)](http://teamcity.rehlds.org/viewType.html?buildTypeId=Reapi_Publish&guest=1) [](https://github.com/s1lentq/reapi/releases/latest) [](http://isitmaintained.com/project/s1lentq/reapi "Percentage of issues still open") [](https://www.gnu.org/licenses/gpl-3.0) AMX Mod X module, using API regamedll & rehlds ## Build instructions There are several software requirements for building ReAPI:
> %JAVA_HOME%\bin\javac -version javac 1.8.0_25Linux
$ 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 buildReleaseOn Linux (ICC):
./gradlew clean buildReleaseOn Linux (GCC):
./gradlew clean -PuseGcc buildReleaseCompiled 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.