Files
KeePassDX/jni_root/README
2009-12-02 19:54:18 -06:00

11 lines
486 B
Plaintext

Build instructions:
1. Arrange the build tree so that it is laid out as follows:
a. mkdir ${ndk-root}/apps/KeePassDroid
b. mkdir ${ndk-root}/apps/KeePassDroid/project
c. Move the KeePassDroid git root to ${ndk-root}/apps/KeePassDroid/project
d. cp -a ${ndk-root}/apps/KeePassDroid/project/jni_root ${ndk-root}/apps/KeePassDroid
2. Run prep-build.sh to download, unpack, and patch the openssl sources.
3. At ${ndk-root} run 'make APP=KeePassDroid' to build the native sources.