diff options
author | Mattes D <github@xoft.cz> | 2014-01-29 19:10:59 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-01-29 19:10:59 +0100 |
commit | 6accedffd56fd243f384a17dc467d0ae0114da35 (patch) | |
tree | 207702884a47b25a29c288a8118b7648cc003e69 | |
parent | Limited sign lines to 15 chars. (diff) | |
download | cuberite-6accedffd56fd243f384a17dc467d0ae0114da35.tar cuberite-6accedffd56fd243f384a17dc467d0ae0114da35.tar.gz cuberite-6accedffd56fd243f384a17dc467d0ae0114da35.tar.bz2 cuberite-6accedffd56fd243f384a17dc467d0ae0114da35.tar.lz cuberite-6accedffd56fd243f384a17dc467d0ae0114da35.tar.xz cuberite-6accedffd56fd243f384a17dc467d0ae0114da35.tar.zst cuberite-6accedffd56fd243f384a17dc467d0ae0114da35.zip |
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,7 +12,9 @@ Installation To install MCServer, you can either download the repository and compile it, or download a pre-compiled version. -After you've cloned the repository, you probably want to pull down the submodules (core plugins, some dependencies). This can be achieved with `git submodule init` and then on a regular basis (to keep up to date) `git submodule update`. +If you've cloned the repository using Git, you need to pull down the submodules (core plugins, some dependencies). This can be achieved with `git submodule init` and then on a regular basis (to keep up to date) `git submodule update`. + +If you downloaded a ZIP file of the sources instead, you will need to download PolarSSL, too, from https://github.com/polarssl/polarssl , and unpack it into the `lib/polarssl` folder. You will also need to manually download all the plugins that you want included. Compilation instructions are available in the COMPILING file. |