From 7454212b28706508550dd3e9cdd79e254704a02f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Tue, 27 Dec 2016 11:17:50 +0100 Subject: [PATCH] Updating dependencies (#3968) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65c374413..45f39da06 100644 --- a/README.md +++ b/README.md @@ -58,18 +58,18 @@ Parity is fully compatible with Stable Rust. We recommend installing Rust through [rustup](https://www.rustup.rs/). If you don't already have rustup, you can install it like this: -- Linux and OSX: +- Linux: ```bash $ curl https://sh.rustup.rs -sSf | sh ``` - Parity also requires `gcc`, `g++` and `make` packages to be installed. + Parity also requires `gcc`, `g++`, `libssl-dev`/`openssl` and `pkg-config` 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. + `clang` is required. It comes 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