209: Updating Install instructions r=koivunej a=aphelionz

This PR adds dependencies to the README.md

Co-authored-by: Mark Robert Henderson <henderson.mark@gmail.com>
This commit is contained in:
bors[bot] 2020-06-26 16:28:59 +00:00 committed by GitHub
commit 4eafbcac99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,26 @@ For more info see: https://docs.ipfs.io/introduction/overview/
## Install
Rust IPFS depends on `protoc` and `openssl`.
### Dependencies
First, install the dependencies.
With apt:
```bash
# apt-get install protobuf-compiler libssl-dev
```
With yum
```bash
# yum install protobuf-compiler libssl-dev
```
### Install `rust-ipfs` itself
The `rust-ipfs` binaries can be built from source. Our goal is to always be compatible with the **stable** release of Rust.
```bash