tMerge pull request #6054 from JeremyRand/readme-libtool - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 322cb566e865badcb3da6629003437819965d744 DIR parent 74982719274c063655c150717bbb22d35b719b51 HTML Author: ghost43 <somber.night@protonmail.com> Date: Sun, 29 Mar 2020 05:40:13 +0000 Merge pull request #6054 from JeremyRand/readme-libtool Readme: Clarify dependencies of make_libsecp256k1.sh Diffstat: M README.rst | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/README.rst b/README.rst t@@ -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`_