Compile OpenSSL with Visual Studio 2019
Posted shengguang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Compile OpenSSL with Visual Studio 2019相关的知识,希望对你有一定的参考价值。
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 msdo_win64a nmake -f ms tdll.mak nmake -f ms tdll.mak install
4. The OpenSSL folder will be put in C:openssl_x64.
以上是关于Compile OpenSSL with Visual Studio 2019的主要内容,如果未能解决你的问题,请参考以下文章
pycurl报错: ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-tim
Compile Groovy/Spock with GMavenPlus
configure: error: /usr/include/openssl is a bad --with-openssl prefix