Skip to content

Commit

Permalink
Merge pull request #215 from nervosnetwork/secp256k1-module-recovery-doc
Browse files Browse the repository at this point in the history
docs: Guide the user to install libsecp256k1 manually
  • Loading branch information
ashchan authored Nov 16, 2019
2 parents 3852403 + 137aa3e commit f37c702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Require Ruby 2.4 and above.
### Ubuntu

```bash
sudo apt install libsecp256k1-dev libsodium-dev
sudo apt install libsodium-dev
```

This SDK depends on the [bitcoin-secp256k1](https://github.com/cryptape/ruby-bitcoin-secp256k1) gem. If you are using Ubuntu 16.04 or below, you might need to install libsecp256k1 with `--enable-module-recovery` (on which bitcoin-secp256k1 depends) manually. Follow [this](https://github.com/cryptape/ruby-bitcoin-secp256k1#prerequisite) to do so.
This SDK depends on the [bitcoin-secp256k1](https://github.com/cryptape/ruby-bitcoin-secp256k1) gem. You need to install libsecp256k1 with `--enable-module-recovery` (on which bitcoin-secp256k1 depends) manually. Follow [this](https://github.com/cryptape/ruby-bitcoin-secp256k1#prerequisite) to do so.

### macOS

Expand Down

0 comments on commit f37c702

Please sign in to comment.