Windows10编译机使用curl

一、概述

  需求:

    需要在项目中集成curl,使用其http请求的功能。

二、步骤

  1.下载curl源码https://curl.se/download.html

  2.打开VisualStudio的Developer Command Prompt

  3.cd到curl源码所在的目录

  4.执行nmake /f Makefile.vc mode=dll VC=17 MACHINE=x86 DEBUG=yes

  5.结束

posted on 2024-07-11 14:36  飘杨......  阅读(121)  评论(0)    收藏  举报