文件名称:curl支持openssl64位库
文件大小:32.24MB
文件格式:ZIP
更新时间:2021-09-29 08:13:55
c++ curl openssl
编译curl+openssl过程: 所需软件安装环境: 1、 编译openssl: ActivePerl;安装上就好了。 2、 编译curl vs**** 编译步骤: 先编译openssl 32位: 1、 perl Configure VC-WIN32 2、 ms\do_nasm 3、 nmake -f ms\ntdll.mak 64位: 1、perl Configure VC-WIN64A 2、ms\do_win64a 3、编辑ms\nt.mak (或者ms\ntdll.mak),修改输入目录: # The output directory for everything intersting OUT_D=out64 # The output directory for all the temporary muck TMP_D=tmp64 # The output directory for the header files INC_D=inc64 INCO_D=inc64\openssl 4、nmake -f ms/nt.mak 需要的是inc64下头文件自己建一个文件夹存起来和out**下的lssleay32.lib和libeay32.lib两个库存一个文件夹,防盗curl根目录下,编译时链接。