Updated Note getting started developing Rust (markdown)

Thad Guidry
2013-05-23 18:10:40 -07:00
parent 73386228df
commit aeb09c1920
+1 -1
@@ -52,7 +52,7 @@ We recommend developing under [MSYS and MinGW](http://www.mingw.org) using their
4. After installing MinGW/MSYS, start the MSYS shell console from the desktop or Start menu.
5. In the MinGW console, type the commands:
* `mingw-get upgrade "gcc<4.6"` this ensures that the C compiler (GCC) is below 4.6.
* `mingw-get upgrade "g++<4.6"` this ensures that the C++ compiler is below version 4.6 as well.
* `mingw-get upgrade "g++<4.6"` this ensures that the C++ compiler is also below version 4.6.
5. Install Perl with `mingw-get install msys-perl`.
6. 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>`