commit 2d34745b87c90e4cf764ac0646a9d213a756886d Author: Hans-Christoph Steiner hans@eds.org Date: Thu Dec 5 18:49:23 2013 -0500
include note about git submodules in BUILD instructions --- BUILD | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/BUILD b/BUILD index a2d6056..049eb2e 100644 --- a/BUILD +++ b/BUILD @@ -16,6 +16,11 @@ Please install the following prerequisites (instructions for each follows):
You will need to run the 'android' command in the SDK to install the necessary Android platform supports (ICS 4.x or android-15)
+Be sure that you have all of the git submodules up-to-date: + + git submodule init + git submodule update + To begin building, from the Orbot root directory, you first need to build all external C/native dependencies:
export NDK_BASE={PATH TO YOUR NDK INSTALL}
tor-commits@lists.torproject.org