diff --git a/README.md b/README.md index eafdb5ffe91..d3480c334d5 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,15 @@ Make sure to set the port to the one you specified in the config.txt, and set the Security box to 'Trusted'. Then press GO and the server should start up and be ready to join. +### Installation (Linux) + +The code is able to run on Linux server side, however the libraries for MySQL and logging do require extra packages. + +For MySQL, run the following: `apt-get install libmysqlclient-dev:i386` + +For RustG, run the following: `libssl-dev:i386 pkg-config:i386 zlib1g-dev:i386` + +After installing these packages, these libraries should function as intended. --- ### UPDATING diff --git a/libmariadb.so b/libmariadb.so new file mode 100644 index 00000000000..45c7741b556 Binary files /dev/null and b/libmariadb.so differ diff --git a/librust_g.so b/librust_g.so new file mode 100644 index 00000000000..d70052a39c9 Binary files /dev/null and b/librust_g.so differ