From b83b445290f592cf2c979c1fec58075da86f58e5 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Mon, 23 Sep 2013 21:20:52 -0700 Subject: [PATCH] Updated Note getting started developing Rust (markdown) --- Note-getting-started-developing-Rust.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Note-getting-started-developing-Rust.md b/Note-getting-started-developing-Rust.md index 579e732..e479956 100644 --- a/Note-getting-started-developing-Rust.md +++ b/Note-getting-started-developing-Rust.md @@ -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.