1.openssl下载
地址:https://www.openssl.org/source/openssl-3.0.1.tar.gz
2.perl
perl下载地址:https://strawberryperl.com/
3.nasm
nasm下载地址:https://www.nasm.us/pub/nasm/releasebuilds/
安装完成后还需要将它的位置加入PATH中
4.configure
打开vs的命令行到openssl目录下,执行perl Configure配置编译选项。
VC-WIN32 表示编译32位
VC-WIN64A 表示编译64位
另外还须设置下面两个路径到合适的位置,如果为指定默认会生成到系统目录下,具体请查看编译说明
--prefix
--openssldir
5.nmake
6.nmake test
7.nmake install