mirror of
https://github.com/openssl/openssl.git
synced 2025-01-19 00:13:33 +08:00
Mingw32 can now use assembler.
This commit is contained in:
parent
e64dceab74
commit
fee2dc8ec9
@ -116,10 +116,12 @@
|
||||
|
||||
* Compile OpenSSL:
|
||||
|
||||
> perl Configure Mingw32
|
||||
> ms\mw.bat
|
||||
> ms\mingw32
|
||||
|
||||
This will create the library and binaries in out.
|
||||
This will create the library and binaries in out. In case any problems
|
||||
occur, try
|
||||
> ms\mingw32 no-asm
|
||||
instead.
|
||||
|
||||
libcrypto.a and libssl.a are the static libraries. To use the DLLs,
|
||||
link with libeay32.a and libssl32.a instead.
|
||||
|
Loading…
Reference in New Issue
Block a user