1
0

Merge pull request #8329 from SomberNight/202304_secp_debian

README: refer to `libsecp256k1-dev` instead of `libsecp256k1-0`
This commit is contained in:
ghost43
2023-04-26 17:02:17 +00:00
committed by GitHub

View File

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