From 34fafbef3e836e7c543b093e5b8bb40b23c79e24 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:31:36 +0100 Subject: [PATCH] [MIRROR] Add note about rust-g for building on Linux (#4404) * Add note about rust-g for building on Linux (#57622) This PR adds a minor note about needing to compile rust-g to Linux building instructions. I'm not sure if this is the appropriate place for it, but I don't see a better place to put it. * Add note about rust-g for building on Linux Co-authored-by: Cyprex <35031555+Cyprex@users.noreply.github.com> --- tools/build/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build/README.md b/tools/build/README.md index 1444321f972..f3678571582 100644 --- a/tools/build/README.md +++ b/tools/build/README.md @@ -17,6 +17,7 @@ The script will skip build steps whose inputs have not changed since the last ru - On Windows, `BUILD.bat` will automatically install a private (vendored) copy of Node. - On Linux, install Node using your package manager or from . +- On Linux , unless using tgs4 or later you will need to compile rust-g on the server and obtain a .so file, for instructions see https://github.com/tgstation/rust-g ## Why?