2
0
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
Go to file
2021-04-18 17:55:43 +07:00
msvc Initial implementation 2016-04-05 04:21:38 +06:00
reapi Remove gradle build system 2021-04-18 17:55:43 +07:00
.gitignore Remove gradle build system 2021-04-18 17:55:43 +07:00
LICENSE Initial commit 2016-03-30 17:12:54 +06:00
README.md Update README.md 2021-01-04 23:29:35 +07:00
version_script.lds Enable RTTI 2020-12-16 19:37:01 +07:00

Reapi Build Status Download Percentage of issues still open License: GPL v3

AMX Mod X module, using API regamedll & rehlds

Build instructions

There are several software requirements for building ReAPI:

  1. Java Development Kit (JDK) 7+ (http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
  2. For Windows: Visual Studio 2015 and later
  3. 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: