Visual Studio 2019 编译 openssl 1.1.1h

 首先,下载压缩包到电脑,

然后,用管理员权限打开VS开发者模式命令行。

使用以下命令:

perl Configure VC-WIN32 no-asm --prefix=c:\openssl

nmake

nmake test

nmake install


当然,也可以直接下载打包好的安装包:https://slproweb.com/products/Win32OpenSSL.html



Comments