mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Updated Note getting started developing Rust (markdown)
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user