Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2015-09-19 19:50:54 +09:00
parent ab824d1230
commit 4ac8edfe27
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ To configure OpenSSL, use the following script:
export CROSS_COMPILE=$TOOLCHAIN/bin/arm-linux-androideabi- export CROSS_COMPILE=$TOOLCHAIN/bin/arm-linux-androideabi-
./Configure --prefix=$PREFIX android ./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 We cannot compile libev without modification. Apply `this patch
<https://gist.github.com/tatsuhiro-t/48c45f08950f587180ed>`_ before <https://gist.github.com/tatsuhiro-t/48c45f08950f587180ed>`_ before