1curl -sSf https://static.rust-lang.org/dist/rust-1.36.0-i686-pc-windows-msvc.exe -o rust.exe
2rust.exe /VERYSILENT /NORESTART /DIR="C:\Rust"
3set PATH=%PATH%;C:\Rust\bin
4
5curl -sSf http://releases.llvm.org/%LLVM_VERSION%/LLVM-%LLVM_VERSION%-win32.exe -o LLVM.exe
67z x LLVM.exe -oC:\LLVM
7set PATH=%PATH%;C:\LLVM\bin
8set LIBCLANG_PATH=C:\LLVM\bin
9