summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2015-04-22 10:50:30 +0200
committerArne Schwabe <arne@rfc2549.org>2015-04-22 10:50:30 +0200
commitf83216bfc9629fe4662c4f7e965b29e41c3b4492 (patch)
treefc7a3ca380cac8c5c8ec06bbfb410e547647702d /doc
parent58fcc7a0b426b780a998dcfaf061035001a0ba0a (diff)
Udpate readme to mention submodules
Diffstat (limited to 'doc')
-rw-r--r--doc/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/README.txt b/doc/README.txt
index 7361172d..bc33a3e6 100644
--- a/doc/README.txt
+++ b/doc/README.txt
@@ -23,6 +23,11 @@ svn co http://google-breakpad.googlecode.com/svn/trunk/ google-breakpad
- Install ndk (Version r10b is tested and used by me)
- Make sure that ndk-build is in your build path.
+Fetch the git submodules:
+
+ git submodule init
+ git submodule update
+
Do cd main;./misc/build-native.(sh|bat) in the main directory of the project.
After that build the project using "gradle build" (Or use Android Studio).
The project is converted to gradle and building with Eclipse is no longer supported.