vs 编译 openssl

Posted zhangdongsheng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vs 编译 openssl相关的知识,希望对你有一定的参考价值。

  • Extract the source code to a new clean folder - failed appempts seem to leave a lot of crap

  • Download Nasm.exe if you don‘t already have it - http://www.nasm.us/. Just put it in C:WindowsSystem32 (or in your path)

  • Start the VS2017 X86 Command prompt - and run the following:

    "c:Program Files (x86)Microsoft Visual Studio 12.0VCvcvarsall.bat"
    perl Configure VC-WIN32 --prefix=C:Build-OpenSSL-VC-32
    msdo_nasm.bat
    nmake -f ms t.mak
    nmake -f ms t.mak install

要注意的一点就是编译x86的需要下载安装Nasm

以上是关于vs 编译 openssl的主要内容,如果未能解决你的问题,请参考以下文章

OpenSSLOpenSSL之SHA

Linux源码编译安装Nginx

CentOS7 之 安装编译工具及库文件

教程CentOS Linux平台下编译安装Nginx

qt5.6.3静态编译运用程序

源码包安装-例子