依赖工具:

    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

相关文章:

  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
  • 2021-08-31
  • 2021-10-26
  • 2021-07-21
猜你喜欢
  • 2021-12-01
  • 2021-04-18
  • 2022-01-12
  • 2021-12-29
  • 2022-03-07
相关资源
相似解决方案