diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-25 13:39:54 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-25 13:39:54 +0200 |
commit | dc00c0ec3dcbed67d1219666092af8989a5b351d (patch) | |
tree | dce4be617ff599dd66bf3c6e71841d6834d698ac | |
parent | 1992a5feed9911a63898586fc50d2d7123334bdd (diff) |
Add build instructions
-rw-r--r-- | README.txt | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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) |