libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 0394bc7213794b463e7edc110cd3ce2ab3ee261b
parent 2968329166f04b72c96dac975877deef2e013775
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 30 Jan 2021 12:59:04 +0100

document cross-compile to Android, fixes #4913

Diffstat:
Mdoc/libmicrohttpd.texi | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi @@ -286,9 +286,18 @@ specifies path to libgcrypt installation @item ``--with-gnutls=PATH'' specifies path to libgnutls installation - @end table +To cross-compile MHD for Android, install the Android NDK and use: +@verbatim +./configure --target=arm-linux-androideabi --host=arm-linux-androideabi --disable-doc --disable-examples +make +@end verbatim + +Similar build commands should work for cross-compilation to other platforms. +Note that you may have to first cross-compile GnuTLS to get MHD with TLS support. + + @section Validity of pointers MHD will give applications access to its internal data structures