summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-25 13:39:54 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-25 13:39:54 +0200
commitc4bf9dbdabfa231b07fc7b0567c561d4b310d783 (patch)
tree3f815e48ad7e7754d1a4652d2d20cbc57271948f
parent7aab2ed1a75b29c40c0f83b1d48d889b02deb61f (diff)
Add build instructions
--HG-- extra : rebase_source : df1929f94df40a2cf136f0659e88f7e785d076a1
-rw-r--r--README.txt14
1 files changed, 11 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 62c0caac..c21409b7 100644
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,14 @@
-This is my first Android project, so some things my be done in a completely stupid way.
+This is my first Android project, so some things may be done in a completely stupid way.
+See the file todo.txt for ideas/not yet implemented features (and the bug tracker).
-I am for example not really sure if it was a good idea to use the Preferences Framework for the preferences.
+Build instraction:
-See also the file todo.txt for ideas/not yet implemented features. \ No newline at end of file
+- Install sdk
+- Install ndk
+
+Do ndk-build in the root directory of the project.
+
+Use eclipse with android plugins to build the project.
+
+Optional: Copy minivpn from lib/ to assets (if you want your own compiled version)