From 26b09b15137520240350877e3fa939cdfc2a37a7 Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Fri, 4 Nov 2016 09:57:47 +0100 Subject: [PATCH] Dependencies in README (#3162) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 08c04c097..0b46003dd 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,14 @@ We recommend installing Rust through [rustup](https://www.rustup.rs/). If you do ```bash $ curl https://sh.rustup.rs -sSf | sh ``` + + Parity also requires `gcc`, `g++` and `make` packages to be installed. +- OSX: + ```bash + $ curl https://sh.rustup.rs -sSf | sh + ``` + `clang` and `make` are required. These come with Xcode command line tools or can be installed with homebrew. - Windows Make sure you have Visual Studio 2015 with C++ support installed. Next, download and run the rustup installer from