diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-02-22 12:05:38 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-08-08 15:09:31 +0200 |
commit | 48f2c4b69bc3ece99c20755be7eef3d4fe5e0da1 (patch) | |
tree | 1254729ce034ce139c4eccba8ef50b3954d3aaf5 | |
parent | 9ddc7cbfff8730398b1df22beb2ffabe366d19ae (diff) | |
download | strongswan-48f2c4b69bc3ece99c20755be7eef3d4fe5e0da1.tar.bz2 strongswan-48f2c4b69bc3ece99c20755be7eef3d4fe5e0da1.tar.xz |
Some NDK build info updated.
-rw-r--r-- | src/frontends/android/README.ndk | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/frontends/android/README.ndk b/src/frontends/android/README.ndk index dc0df1ffd..e1dbac39c 100644 --- a/src/frontends/android/README.ndk +++ b/src/frontends/android/README.ndk @@ -3,7 +3,9 @@ folder: - strongswan: The strongSwan sources. This can either be an extracted tarball, or a symlink to the Git repository. To build from the repository the sources - have to be prepared first: ./autogen && ./configure && make && make distclean + have to be prepared first (see HACKING for a list of required tools): + + ./autogen.sh && ./configure && make && make distclean - openssl: The OpenSSL sources. Since the sources need to be changed to be built on Android (and especially in the NDK), we provide a modified mirror @@ -11,9 +13,10 @@ folder: - vstr: The Vstr string library. Since cross-compiling this library is not that easy with the configure script and Makefiles included in the tarball, - the easiest way to build it is still to use droid-gcc (as described on - wiki.strongswan.org). The build script provided on the wiki builds the - library and copies the required header files to the configured installation + the easiest way to build it is using either droid-gcc (as described on + wiki.strongswan.org) or a standalone toolchain built with the NDK. + The build script provided on the wiki builds the library with droid-gcc + and copies the required header files to the configured installation directory. Please note that the Android.mk provided on the wiki (vstr.mk) does not work in the NDK. A replacement is already in place in jni/vstr. |