Windows下编译openssl

时间:2023-11-29 15:25:50

依赖工具:

    1.VS

    2.perl

编译方法:

    release:

    :\> 切换到openssl目录

    :\> perl Configure VC-WIN32 no-asm --prefix=e:/openssl(OpenSSL源代码的解压目录)

    :\> ms\do_ms.bat

    : 用Visual Studio 20xx Command Prompt切换到openssl目录

    :\> nmake -f ms\nt.mak

    debug:    

    :\> 切换到openssl目录

    :\> perl Configure debug-VC-WIN32 no-asm --prefix=e:/openssl(OpenSSL源代码的解压目录)

    :\> ms\do_ms.bat

    : 用Visual Studio 20xx Command Prompt切换到openssl目录

    :\> nmake -f ms\nt.mak