码迷,mamicode.com
首页 > 其他好文 > 详细

vs 编译 openssl

时间:2020-01-24 14:30:07      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:nasm   style   rgb   -o   comm   efi   window   round   install   

  • 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:\Windows\System32 (or in your path)

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

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

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

vs 编译 openssl

标签:nasm   style   rgb   -o   comm   efi   window   round   install   

原文地址:https://www.cnblogs.com/zhangdongsheng/p/12232065.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!