rustup and windows instructions
This commit is contained in:
parent
6b12334136
commit
f5efd444f5
15
README.md
15
README.md
@ -42,16 +42,19 @@ Parity is fully compatible with Stable Rust.
|
|||||||
|
|
||||||
We recommend installing Rust through [multirust](https://github.com/brson/multirust). If you don't already have multirust, you can install it like this:
|
We recommend installing Rust through [multirust](https://github.com/brson/multirust). If you don't already have multirust, you can install it like this:
|
||||||
|
|
||||||
- Linux:
|
- Linux and OSX:
|
||||||
```bash
|
```bash
|
||||||
$ curl -sf https://raw.githubusercontent.com/brson/multirust/master/quick-install.sh | sh
|
$ curl https://sh.rustup.rs -sSf | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
- OSX with Homebrew:
|
- Windows
|
||||||
```bash
|
|
||||||
$ brew update && brew install multirust
|
Make sure you have Visual Studio 2015 with C++ support installed, download and run [rustup](https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe) and use the following command to setup msvc toolchain:
|
||||||
$ multirust default stable
|
|
||||||
```
|
```
|
||||||
|
rustup default stable-x86_64-pc-windows-msvc
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
Then, download and build Parity:
|
Then, download and build Parity:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user