How to build OpenSSL on Windows with Visual Studio 2017?

前端 未结 4 1413
渐次进展
渐次进展 2021-01-30 14:33

I am trying to use OpenSSL but I am stuck on the step of compiling. The OpenSSL project has very unfriendly (bad) documentation.

Is there any actual help how to build th

4条回答
  •  一向
    一向 (楼主)
    2021-01-30 15:11

    1. go into ssl directory using visual studio cmd and add perl and nasm to system path then type:

    2. perl Configure --openssldir=D:OpenSSLdirectory VC-WIN32

    3. ms\do_ms.bat

    4. nmake -f ms\ntdll.mak

    5. nmake -f ms\ntdll.mak install

    6. ( enjoy. )

提交回复
热议问题