Build cURL with OpenSSL Integrated on Windows using Visual Studio

preview_player
Показать описание
We will learn how to build #curl and #openssl

Download Precompiled cUrl library:

Prerequisites:

Visual Studio 2015 or 2017 should be installed.
OpenSSL should be installed

How to Build OpenSSL on Windows with Visual Studio, Visual C++




2. Refer to C:\DevSoft\curl-master\winbuild\BUILD.WINDOWS.txt


mode=dll
WITH_SSL=dll
MACHINE=x64
DEBUG=no
GEN_PDB=no
SSL_PATH=C:\DevSoft\OpenSSL\DLL\x64\Release

mode=dll
WITH_SSL=dll
MACHINE=x64
DEBUG=yes
GEN_PDB=yes
SSL_PATH=C:\DevSoft\OpenSSL\DLL\x64\Debug
Рекомендации по теме
Комментарии
Автор

Very helpful, and without having to install git on MSYS2, plus other software.

Rocksite
Автор

What is OpenSSL?! -I am here for the wallpaper!

Mindflayer
Автор

hello, i think how to build static with curl, maybe like this? nmake /f Makefile.vc mode=static VC=14 WITH_SSL=static MACHINE=x86 DEBUG=no GEN_PDB=no

athrunwu