Update build instructions

This commit is contained in:
Daniel Martí 2013-09-23 20:32:55 +02:00
parent 017811fb92
commit 3f9ed656de
2 changed files with 3 additions and 0 deletions

1
.gitmodules vendored
View File

@ -1,3 +1,4 @@
[submodule "extern/Universal-Image-Loader"] [submodule "extern/Universal-Image-Loader"]
path = extern/Universal-Image-Loader path = extern/Universal-Image-Loader
url = https://github.com/nostra13/Android-Universal-Image-Loader url = https://github.com/nostra13/Android-Universal-Image-Loader
ignore = dirty

View File

@ -11,7 +11,9 @@ Building from source
The only required tools are the Android SDK and Apache Ant. The only required tools are the Android SDK and Apache Ant.
``` ```
git submodule update --init
android update project -p . android update project -p .
android update project -p extern/Universal-Image-Loader/library
ant clean release ant clean release
``` ```