3
0
Fork 1

Adjust submodule init instructions

The gradlew task createVersionPropertiesFML won't work if the '--depth 1' parameter is passed.
kcx-1614
downslope7 2015-04-28 19:31:59 -05:00
parent cee27df2d3
commit 6c0dc157be
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Compilation
We use Gradle to handle our dependencies.
1. Checkout project.
2. Init submodules : git submodule update --init --recursive --depth 1
2. Init submodules : git submodule update --init --recursive
3. Setup workspace : gradlew setupCauldron
4. Build binaries : gradlew buildPackages
Note: all binaries will be in distributions folder