From f83216bfc9629fe4662c4f7e965b29e41c3b4492 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Wed, 22 Apr 2015 10:50:30 +0200 Subject: Udpate readme to mention submodules --- doc/README.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3