From 97f2a504acd734545e67e594a04031340b849e1c Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sun, 24 May 2020 13:30:51 -0400 Subject: [PATCH] Add libssl1.0.0 to native deps list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea66abd2b8..f5dc9af2ad 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ The following dependencies are required to run tgstation-server on Linux alongsi - libc6-i386 - libstdc++6:i386 +- libssl1.0.0 - gcc-multilib (Only on 64-bit systems) Note that tgstation-server has only ever been tested on Linux via it's [docker environment](build/Dockerfile#L22). If you are having trouble with something in a native installation, or figure out a required workaround, please contact project maintainers so this documentation may be better updated.