Chang "git submodule update --init" with "clone --recursive"

This commit is contained in:
TomBraun 2014-06-26 14:59:54 +02:00
parent 99da4de9ad
commit 6ced596b13
1 changed files with 2 additions and 3 deletions

View File

@ -12,9 +12,8 @@ Eressea depends on a number of external libraries. On a recent Debian-based Linu
This repository relies heavily on the use of submodules, and it pulls in most of the code from those. The build system being used is cmake, which can create Makefiles on Unix, or Visual Studio project files on Windows. Here's how you clone and build the source on Ubuntu:
git clone git://github.com/eressea/server.git
git clone --recursive git://github.com/eressea/server.git
cd server
git submodule update --init
./configure
If you got this far and all went well, you have built a server (it is linked from the `game` subdirectory), and it will have passed some basic functionality tests.
If you got this far and all went well, you have built a server (it is linked from the `game` subdirectory), and it will have passed some basic functionality tests.