summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-10-24 13:02:27 +0200
committercyBerta <richy@cyborgsociety.org>2013-11-13 00:04:12 +0100
commit6c79c00e6c0c1bde9a10755ac015ab441ecfc572 (patch)
treed1e4084af4f50c030c584bfe9f55c44d5d78baa2
parent73ecf4afa72e43d8ef479dbcdd020b33b7baa943 (diff)
Added instructions to build from Eclipse.
-rw-r--r--Building_from_eclipse.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/Building_from_eclipse.md b/Building_from_eclipse.md
new file mode 100644
index 00000000..827ba778
--- /dev/null
+++ b/Building_from_eclipse.md
@@ -0,0 +1,24 @@
+# Download Eclipse ADT environment
+
+# Download Android SDK for Bitmask Android
+
+- From the Android SDK Manager, install API 17 (Android 4.2.2) SDK Platform and ARM EABI v7a System Image
+- Restart Eclipse
+
+# Setup an AVD
+
+- Leave default settings
+- Set the name (api_17 for example)
+- Device 4.0 WVGA
+- API level 17
+- SD card size = 100 MiB
+
+# Import project
+## Import repository from Git
+
+File -> Import -> Git -> Projects from Git
+Uri -> https://github.com/leapcode/bitmask_android.git -> leave develop and master checked -> initial branch = develop -> leave "Import existing projects" -> deselect leap_androidTest -> Finish
+
+## Build OpenVPN
+
+- From the project directory, execute "./compile-native-openvpn.sh"