clarify that windows need perl and yasm (#8402)

This commit is contained in:
Niklas Adolfsson 2018-04-13 21:00:14 +02:00 committed by Afri Schoedon
parent 1cd93e4ceb
commit 3f677c6168
1 changed files with 5 additions and 1 deletions

View File

@ -75,7 +75,11 @@ We recommend installing Rust through [rustup](https://www.rustup.rs/). If you do
$ rustup default stable-x86_64-pc-windows-msvc
```
Once you have rustup, install Parity or download and build from source
Once you have rustup installed, then you need to install:
* [Perl](https://www.perl.org)
* [Yasm](http://yasm.tortall.net)
Make sure that these binaries are in your `PATH`. After that you should be able to build parity from source.
----