From b07e377791d86122c365ca1b053c61d16a4de8ce Mon Sep 17 00:00:00 2001 From: Orange Borg Date: Mon, 10 Aug 2015 12:17:53 +1200 Subject: [PATCH] Better instructions for bygex The google code repo may go away, and doesn't actually quite compile on linux without changes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b602db293d..e408786d8d0 100644 --- a/README.md +++ b/README.md @@ -73,8 +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. +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 Otherwise, edit the file `code/_compile_options.dm`, and comment out: `#define USE_BYGEX`