mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Updated steps to download latest Curl 7.32.0
@@ -55,9 +55,9 @@ We recommend developing under [MSYS and MinGW](http://www.mingw.org) using their
|
||||
* Menu - Installation ->
|
||||
* Apply Changes
|
||||
4. Install Curl with ... Curl is not yet part of MSYS or MinGW, bummer, we know, but all it needs is a volunteer contributor to maintain it however, helping them, helps us, until then...ya gotta do this:
|
||||
* download [curl-7.30.0.tar.gz](http://curl.haxx.se/download/curl-7.30.0.tar.gz) or the latest version manually to your MSYS home, usually `C:\MinGW\msys\1.0\home\<your_name>`
|
||||
* `tar -zxvf curl-7.30.0.tar.gz`
|
||||
* `cd curl-7.30.0`
|
||||
* download [curl-7.32.0.tar.gz](http://curl.haxx.se/download/curl-7.32.0.tar.gz) or the latest version manually to your MSYS home, usually `C:\MinGW\msys\1.0\home\<your_name>`
|
||||
* `tar -zxvf curl-7.32.0.tar.gz`
|
||||
* `cd curl-7.32.0`
|
||||
* `./configure –prefix=/mingw`
|
||||
* `make`
|
||||
* `make install`
|
||||
|
||||
Reference in New Issue
Block a user