Steps.md
Steps:
- Download http://luqman.ca/rust-builds/rust-0.9-pre-191cba6-i686-w64-mingw32.zip
- Extract to somewhere, say Desktop
- Download http://sourceforge.net/projects/mingwbuilds/files/latest/download
- Run mingw-builds-install.exe
- Options you want: arch: x32, threads: win32 and exception: sjlj
- Install to somewhere, say like
C:\mingw-builds\x32-4.8.1-win32-sjlj-rev5
- Now just run
C:\mingw-builds\x32-4.8.1-win32-sjlj-rev5\mingwbuilds.bat
- Set up path:
set PATH=C:\Users\<YourUser>\Desktop\rust\bin;%PATH%
- Now just run
rustc.exe foo.rs && foo.exe