1
0
Fork 0

Added instructions for ZIP source downloads.

The ZIP file doesn't contain git submodules, people complained about not being able to compile from it.
This commit is contained in:
Mattes D 2014-01-29 19:10:59 +01:00
parent 04107fa85d
commit 6accedffd5
1 changed files with 3 additions and 1 deletions

View File

@ -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.