Readme: Clarify dependencies of make_libsecp256k1.sh

This commit is contained in:
JeremyRand 2020-03-29 04:48:39 +00:00
parent 7498271927
commit d520dc9fae
No known key found for this signature in database
GPG key ID: B3F2D165786D6570

View file

@ -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`_