且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Visual Studio 2015 OpenSSL

更新时间:2023-02-27 11:10:09

您错过了最后一步,请运行以下命令"nmake -f ms \ ntdll.mak install".它将所有库复制到C:\ openssl-1.0.1g-bin.

You missed a step at the end, Run this command "nmake -f ms\ntdll.mak install". It will copy all the libraries to C:\openssl-1.0.1g-bin.

如果这样做,它将按预期运行.我只是在Windows 7和Visual Studio 2015中在本地尝试过,效果很好.

If you do that it will work as expected. I just tried it locally with windows 7 and visual studio 2015 and it worked fine.

关于nmake的警告是虚假的,您可以继续使用nmake.

The warning about nmake is spurious you can continue using nmake ok.