Skip to content

Commit

Permalink
add prerequisite for installing through crate.io on ubuntu-18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
megasolar committed Nov 26, 2020
1 parent d18d29b commit b55df75
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ snarkos

### Option 2 - Install from Crates.io

#### Prerequisite

Before installing rust, you need to install below dependencies.
- ubuntu-18.04: bionic
- clang
- pkg-config
- libssl-dev
```
$sudo apt-get install -y pkg-config clang libssl-dev
```

#### Step 1. Install Rust

We recommend installing Rust using [rustup](https://www.rustup.rs/). You can install `rustup` as follows:
Expand Down

0 comments on commit b55df75

Please sign in to comment.