Browse Source

Merge pull request #8329 from SomberNight/202304_secp_debian

README: refer to `libsecp256k1-dev` instead of `libsecp256k1-0`
master
ghost43 3 years ago committed by GitHub
parent
commit
ac7a9c3642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -22,7 +22,7 @@ but not everything. The following sections describe how to run from source, but
is a TL;DR:
```
$ sudo apt-get install libsecp256k1-0
$ sudo apt-get install libsecp256k1-dev
$ python3 -m pip install --user ".[gui,crypto]"
```
@ -37,7 +37,7 @@ For elliptic curve operations,
[libsecp256k1](https://github.com/bitcoin-core/secp256k1)
is a required dependency:
```
$ sudo apt-get install libsecp256k1-0
$ sudo apt-get install libsecp256k1-dev
```
Alternatively, when running from a cloned repository, a script is provided to build

Loading…
Cancel
Save