Browse Source
Merge pull request #6054 from JeremyRand/readme-libtool
Readme: Clarify dependencies of make_libsecp256k1.sh
hard-fail-on-bad-server-string
ghost43
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
README.rst
|
|
@ -52,6 +52,7 @@ For elliptic curve operations, `libsecp256k1`_ is a required dependency:: |
|
|
|
Alternatively, when running from a cloned repository, a script is provided to build |
|
|
|
libsecp256k1 yourself:: |
|
|
|
|
|
|
|
sudo apt-get install automake libtool |
|
|
|
./contrib/make_libsecp256k1.sh |
|
|
|
|
|
|
|
Due to the need for fast symmetric ciphers, either one of `pycryptodomex`_ |
|
|
|