blob: c21409b770c99fc8dbf441f71d0eaf6e6577ac29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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).
Build instraction:
- 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)
|