mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Merge pull request #6855 from optimumtact/patch-1
Add information on BYGEX for linux to readme
This commit is contained in:
@@ -73,6 +73,18 @@ compiled tgstation.dmb file. Make sure to set the port to the one you
|
||||
specified in the config.txt, and set the Security box to 'Safe'. Then press GO
|
||||
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.
|
||||
|
||||
|
||||
##UPDATING
|
||||
|
||||
To update an existing installation, first back up your /config and /data folders
|
||||
|
||||
Reference in New Issue
Block a user