Updated Note getting started developing Rust (markdown)

Thad Guidry
2013-09-23 21:20:52 -07:00
parent 2383479b65
commit b83b445290
+4 -5
@@ -71,11 +71,10 @@ We recommend developing under [MSYS and MinGW](http://www.mingw.org) using their
8. Download Python 2.7 installer for your Windows version from http://www.python.org/getit/ and install it preferably to `C:\Python27`.
9. (Do the following sub-steps also , until we bundle old dll's or get a workaround)
* Get old versions of these dlls:
* mingw-get upgrade "g++<4.6"
* mingw-get upgrade "libpthread=2.8.0-3"
* Copy libgcc_s_dw2-1.dll, libstdc++-6.dll and libpthread-2.dll from %mingw%\bin into %build%\i686-pc-mingw32\stage0\bin
* Roll mingw back to the latest:
mingw-get upgrade
* `mingw-get upgrade "g++<4.6"`
* `mingw-get upgrade "libpthread=2.8.0-3"`
* Copy libgcc_s_dw2-1.dll, libstdc++-6.dll and libpthread-2.dll from `%mingw%\bin` into `%build%\i686-pc-mingw32\stage0\bin`
* Roll mingw back to the latest: `mingw-get upgrade`
10. You can now start the MinGW / Msys Shell from your Desktop or Start Menu.
11. Scroll down to **Downloading and building Rust** section.