Updating Install instructiosn

This PR adds dependencies to the README.md
This commit is contained in:
Mark Robert Henderson 2020-06-26 09:36:40 -04:00 committed by GitHub
parent 365a659ef2
commit 66b1c780f6
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