From f4cf549ac8921cf43cb00a38d48e3301c1b5826e Mon Sep 17 00:00:00 2001 From: Jordie0608 Date: Wed, 19 Aug 2015 15:24:44 +1000 Subject: [PATCH] noted that bygex is required now --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3b602db293d..f56bd08c861 100644 --- a/README.md +++ b/README.md @@ -73,15 +73,8 @@ and the server should start up and be ready to join. ###HOSTING ON LINUX We use BYGEX for some of our text replacement related code. Unfortunately, we -only have a windows dll included right now. If you're up to it, you can head -over to https://code.google.com/p/byond-regex/ and compile it for linux. - -Otherwise, edit the file `code/_compile_options.dm`, and comment out: -`#define USE_BYGEX` -at the bottom, so that it looks like this: -`//#define USE_BYGEX` -Recompile the codebase afterwards. - +only have a windows dll included right now. You can find a version known to compile on linux, along with some basic install instructions here +https://github.com/optimumtact/byond-regex ##UPDATING @@ -140,4 +133,4 @@ All code before commit 333c566b88108de218d882840e61928a9b759d8f on 2014/31/12 at including tools unless their readme specifies otherwise. See LICENSE-AGPLv3.txt and LICENSE-GPLv3.txt for more details. All content including icons and sound is under a Creative Commons 3.0 BY-SA -license (http://creativecommons.org/licenses/by-sa/3.0/). +license (http://creativecommons.org/licenses/by-sa/3.0/). \ No newline at end of file