summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2016-02-07 10:42:52 +0100
committerParménides GV <parmegv@sdf.org>2016-02-07 10:42:52 +0100
commit64e71b3972c3d633f199058a94b5a2be0c7bb14e (patch)
treebea8f7fa95c29d501b331ca9f49b0dce44015535
parent0d9c2a8f9603e3ad7ec19a5956d6c681c48b51f6 (diff)
parent013cff913a7ba73cb5d338848ebdb639ddcabaed (diff)
Merge branch 'bug/include-git-submodules-update-in-README-#7879' into develop
-rw-r--r--README.md17
1 files changed, 13 insertions, 4 deletions
diff --git a/README.md b/README.md
index f1921e10..07562089 100644
--- a/README.md
+++ b/README.md
@@ -28,14 +28,23 @@ Installable via `android` command (SDK Manager):
* Android SDK Build-tools, 19.0.3
* Android Support Repository, 4+
-We need Mercurial:
-* Mercurial: http://mercurial.selenic.com/downloads
-
Finally, install a java compiler. For example:
sudo apt-get install default-jdk
-### Build native sources
+## Update git submodules
+
+We build upon ics-openvpn, which meets a submodule in our project structure.
+
+For that reason, it is necessary to initialize and update them before being able to build Bitmask Android.
+
+ git submodule init
+ git submodule update
+ cd ics-openvpn
+ git submodule init
+ git submodule update
+
+## Build native sources
To build NDK sources, you need to issue these commands: