diff options
Diffstat (limited to 'doc/libmicrohttpd.texi')
-rw-r--r-- | doc/libmicrohttpd.texi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi index e82ba393..461ba3ac 100644 --- a/doc/libmicrohttpd.texi +++ b/doc/libmicrohttpd.texi | |||
@@ -286,9 +286,18 @@ specifies path to libgcrypt installation | |||
286 | @item ``--with-gnutls=PATH'' | 286 | @item ``--with-gnutls=PATH'' |
287 | specifies path to libgnutls installation | 287 | specifies path to libgnutls installation |
288 | 288 | ||
289 | |||
290 | @end table | 289 | @end table |
291 | 290 | ||
291 | To cross-compile MHD for Android, install the Android NDK and use: | ||
292 | @verbatim | ||
293 | ./configure --target=arm-linux-androideabi --host=arm-linux-androideabi --disable-doc --disable-examples | ||
294 | make | ||
295 | @end verbatim | ||
296 | |||
297 | Similar build commands should work for cross-compilation to other platforms. | ||
298 | Note that you may have to first cross-compile GnuTLS to get MHD with TLS support. | ||
299 | |||
300 | |||
292 | @section Validity of pointers | 301 | @section Validity of pointers |
293 | 302 | ||
294 | MHD will give applications access to its internal data structures | 303 | MHD will give applications access to its internal data structures |