Update doc
This commit is contained in:
parent
ab824d1230
commit
4ac8edfe27
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue