Windows下编译openssl
依赖工具:
1.VS
2.perl
编译方法:
release:
:> 切换到openssl目录
:> perl Configure VC-WIN32 no-asm --prefix=e:/openssl(OpenSSL源代码的解压目录)
:> msdo_ms.bat
: 用Visual Studio 20xx Command Prompt切换到openssl目录
:> nmake -f ms t.mak
debug:
:> 切换到openssl目录
:> perl Configure debug-VC-WIN32 no-asm --prefix=e:/openssl(OpenSSL源代码的解压目录)
:> msdo_ms.bat
: 用Visual Studio 20xx Command Prompt切换到openssl目录
:> nmake -f ms t.mak