From c4e81e6e9eb419b0c4978cb200fe78ba037d7e9e Mon Sep 17 00:00:00 2001 From: vbawol Date: Sun, 13 Nov 2016 18:03:03 -0600 Subject: [PATCH] linux build notes --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 473aa3a..a985a26 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ **Epoch Server Framework** ================= -Custom Redis http://redis.io/ extension for ArmA 3 +Custom Redis http://redis.io/ extension for ArmA 3 Windows and Linux compatible (DLL/so) By Epoch Mod Team @@ -32,10 +32,11 @@ Resources How to build on Linux -------------------------------- -need to install packages: -libhiredis-dev -libpcre3-dev - +apt-get install build-essential git libhiredis-dev libpcre3-dev +git clone https://github.com/EpochModTeam/EpochServer.git\ +git submodule update --init +cd EpochServer/ +make install How to build DLL (Visual Studio) -------------------------------- @@ -53,9 +54,9 @@ Call summary Syntax: [Group][Operator][Flag] * 0 (Init) - * 0 + * 0 * 0 (Get and return Instance ID from config) - * 1 (STEAMAPI - Vac ban check) + * 1 (STEAMAPI - Vac ban check) * 1 (Setter) * 0 (Temporarily stack, workaround for calls which are too long) * 0 (Syncron)