我在让cURL在Windows上运行时遇到了麻烦。

我已经从这里下载了一个cURL zip文件,但它似乎包含源代码,而不是可执行文件。

我需要编译cURL来运行它吗?如果是,那么我该怎么做?

我在哪里可以找到cURL的.exe下载?

我已经寻找了关于安装cURL的文档,但是几乎找不到。


当前回答

只需下载curl并解压压缩文件。你会得到“curl.exe”文件。打开一个CMD Shell,将文件curl.exe拖到CMD Shell中,现在您可以使用curl了。

其他回答

这个安装程序让我很容易 http://www.confusedbycode.com/curl/

该链接描述了如何使用它。以下是摘自上述网站的摘要:

“你只需点击几下,就可以在Windows上安装cURL。只需从下表下载并运行安装程序,然后单击Install。默认安装包括:

curl.exe an SSL certificate bundle (ca-cert-bundle.crt) SSL certificate bundle generation scripts (mk-ca-bundle.pl & mk-ca-bundle.vbs) HTML manuals for cURL and libcurl text documentation formatted for Windows (so you can simply double click the files to read them with Notepad) Start Menu folder with shortcuts to the cURL installation folder, manuals, documentation, and uninstaller cURL added to your path, so you can use it with batch or PowerShell scripts and call it from the command prompt in any working directory

若要在安装中包含开发人员的文件,请单击“高级”。开发人员的文件包括libcurl.dll, libeay32.dll, ssleay32.dll, libssh2.dll, zlib.dll, msvcr120.dll, C头文件,库和代码示例。

当单击Advanced时,还可以选择是否安装文档和手册,以及是否将cURL添加到路径中。

如果您的计算机上没有管理员权限,请使用“无管理员权限”行中的一个文件。它们将cURL安装在C:\Users\Name\AppData\Local\Apps.目录下

如果你不想使用安装程序,但仍然想要上面列出的内容,你可以下载一个压缩档案。”

将curl.exe的路径添加到系统变量“path”后

您可以打开命令提示符并运行'curl -V'来查看它是否工作。

我在Windows上使用curl时遇到了很多问题。最后我使用了Cygwin,它默认包含curl。

我已经成功地使用了Windows curl-installer: http://open-edx-windows-7-installation-instructions.readthedocs.io/en/latest/6_Install_cURL_for_Windows.html

使用cURL for Windows直接下载链接与msi-installer。 请记住在安装后重新启动系统。

在Windows上设置cURL最简单的教程是如何在Windows 7上使用cURL。它只有3个简单的步骤。