How do I install cURL on cygwin?

前端 未结 17 2092
夕颜
夕颜 2020-12-02 05:23

I tried to enable curl on cygwin but it says bash: curl: command not found

How do I install curl on cygwin?

17条回答
  •  一生所求
    2020-12-02 05:54

    Installing libcurl-devel worked for me. Run cygwin setup. After you reach the Select package window search for curl, as shown in the screenshot. Select libcurl-devel and install the package.

提交回复
热议问题