2
0
mirror of https://github.com/rehlds/reapi.git synced 2025-01-12 22:57:58 +03:00
s1lentq 14c7411b39 Enable RTTI
Adjust version script
2020-12-16 19:37:01 +07:00
2016-04-05 04:21:38 +06:00
2016-04-05 04:21:38 +06:00
2020-12-16 19:37:01 +07:00
2017-09-23 22:27:21 +07:00
2017-01-05 16:27:59 +07:00
2017-09-21 23:23:35 +07:00
2017-09-24 19:54:49 +07:00
2016-04-05 04:21:38 +06:00
2016-03-30 17:12:54 +06:00
2019-09-06 21:49:20 +07:00
2019-06-24 00:51:29 +07:00
2016-04-05 04:21:38 +06:00
2020-12-16 19:37:01 +07:00
2017-09-21 23:23:35 +07:00
2019-06-24 00:40:02 +07:00
2020-12-16 19:37:01 +07:00

Reapi Build Status Download

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:

Description
AMX Mod X module, using API regamedll & rehlds
Readme GPL-3.0 8.4 MiB
Languages
C++ 54.8%
C 26.5%
pawn 17.5%
Shell 0.5%
Batchfile 0.4%
Other 0.3%