mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-02 20:49:39 +00:00
INSTALL,NOTES.ANDROID: minor updates.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6866)
This commit is contained in:
parent
38eca7fed0
commit
f44d7e8b47
10
INSTALL
10
INSTALL
@ -145,8 +145,8 @@
|
|||||||
put together one-size-fits-all instructions. You might
|
put together one-size-fits-all instructions. You might
|
||||||
have to pass more flags or set up environment variables
|
have to pass more flags or set up environment variables
|
||||||
to actually make it work. Android and iOS cases are
|
to actually make it work. Android and iOS cases are
|
||||||
discussed in corresponding Configurations/10-main.cf
|
discussed in corresponding Configurations/15-*.conf
|
||||||
sections. But there are cases when this option alone is
|
files. But there are cases when this option alone is
|
||||||
sufficient. For example to build the mingw64 target on
|
sufficient. For example to build the mingw64 target on
|
||||||
Linux "--cross-compile-prefix=x86_64-w64-mingw32-"
|
Linux "--cross-compile-prefix=x86_64-w64-mingw32-"
|
||||||
works. Naturally provided that mingw packages are
|
works. Naturally provided that mingw packages are
|
||||||
@ -157,10 +157,12 @@
|
|||||||
"--cross-compile-prefix=mipsel-linux-gnu-" suffices
|
"--cross-compile-prefix=mipsel-linux-gnu-" suffices
|
||||||
in such case. Needless to mention that you have to
|
in such case. Needless to mention that you have to
|
||||||
invoke ./Configure, not ./config, and pass your target
|
invoke ./Configure, not ./config, and pass your target
|
||||||
name explicitly.
|
name explicitly. Also, note that --openssldir refers
|
||||||
|
to target's file system, not one you are building on.
|
||||||
|
|
||||||
--debug
|
--debug
|
||||||
Build OpenSSL with debugging symbols.
|
Build OpenSSL with debugging symbols and zero optimization
|
||||||
|
level.
|
||||||
|
|
||||||
--libdir=DIR
|
--libdir=DIR
|
||||||
The name of the directory under the top of the installation
|
The name of the directory under the top of the installation
|
||||||
|
@ -46,8 +46,8 @@
|
|||||||
One can engage clang by adjusting PATH to cover NDK's clang. Just keep
|
One can engage clang by adjusting PATH to cover NDK's clang. Just keep
|
||||||
in mind that if you miss it, Configure will try to use gcc... Also,
|
in mind that if you miss it, Configure will try to use gcc... Also,
|
||||||
PATH would need even further adjustment to cover unprefixed, yet
|
PATH would need even further adjustment to cover unprefixed, yet
|
||||||
target-specific, ar and ranlib (or not, if you use binutils-multiarch
|
target-specific, ar and ranlib. It's possible that you don't need to
|
||||||
on your Linux).
|
bother, if binutils-multiarch is installed on your Linux system.
|
||||||
|
|
||||||
Running tests (on Linux)
|
Running tests (on Linux)
|
||||||
------------------------
|
------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user