Merge #209
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:
commit
4eafbcac99
20
README.md
20
README.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user