概述
- win10
- vs2017
- openssl-1.1.1a
- active-perl
- nasm
下载上述软件和源码,安装vs2017、active-perl和nasm。
vs2017编译
- 编译64位,则打开“适用于 VS 2017 的 x64 本机工具命令提示”;编译32位,则打开“x86 Native Tools Command Prompt for VS 2017”
- 64位:perl Configure VC-WIN64A no-asm --prefix=your_path --openssldir=your_path;32位:perl Configure VC-WIN32 no-asm --prefix=your_path --openssldir=your_path
- nmake
- nmake test
- nmake install

该博客详细介绍了如何在Windows 10环境下,使用Visual Studio 2017编译OpenSSL 1.1.1a,包括配置环境、解决编译过程中遇到的问题如缺少stdlib.h、nmake缺失、NASM未找到等,并给出了成功编译后的使用步骤,如修改工程属性以链接OpenSSL库。
2696

被折叠的 条评论
为什么被折叠?



