From 4ac8edfe27dab7ba4f5ef0f190be5cbfa1df08c3 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 19 Sep 2015 19:50:54 +0900 Subject: [PATCH] Update doc --- doc/sources/building-android-binary.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/sources/building-android-binary.rst b/doc/sources/building-android-binary.rst index 0530e038..7de375e5 100644 --- a/doc/sources/building-android-binary.rst +++ b/doc/sources/building-android-binary.rst @@ -66,7 +66,8 @@ To configure OpenSSL, use the following script: export CROSS_COMPILE=$TOOLCHAIN/bin/arm-linux-androideabi- ./Configure --prefix=$PREFIX android -And run ``make install`` to build and install. +And run ``make install_sw`` to build and install without +documentation. We cannot compile libev without modification. Apply `this patch `_ before