Files
KeePassDX/README
2010-11-21 15:42:56 -06:00

9 lines
412 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. At ${ndk-root} run 'make APP=KeePassDroid' to build the native sources.