From 2d34745b87c90e4cf764ac0646a9d213a756886d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 5 Dec 2013 18:49:23 -0500 Subject: [PATCH] include note about git submodules in BUILD instructions --- BUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BUILD b/BUILD index a2d60565..049eb2ec 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}