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

Compile OpenSSL with Visual Studio 2019

时间:2020-01-30 12:56:22      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:nmake   win   ssl   -shared   configure   put   asm   switch   active   

1. Download OpenSSL source code from https://github.com/openssl/openssl/releases.

2. Download and install ActivePerl from https://www.activestate.com/products/perl/downloads/

3. Start the visual studio 2019 developer command tool "x64 Native Tools Command Prompt for VS 2019", switch working folder to the openssl source code folder, run the below commands.

perl Configure VC-WIN64A --prefix=C:\openssl_x64 no-asm no-shared enable-tlsext enable-static-engine

ms\do_win64a

nmake -f ms\ntdll.mak

nmake -f ms\ntdll.mak install

4. The OpenSSL folder will be put in C:\openssl_x64.

 

Compile OpenSSL with Visual Studio 2019

标签:nmake   win   ssl   -shared   configure   put   asm   switch   active   

原文地址:https://www.cnblogs.com/shengguang/p/12242325.html

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