From 7ec298d55ffba0a8c6be7913ee4a51351201f10b Mon Sep 17 00:00:00 2001 From: philemon Date: Mon, 22 Aug 2016 14:17:31 +0300 Subject: [PATCH] secp256k1 install instructions modified: Install-MMGen-on-Debian-or-Ubuntu-Linux.md --- Install-MMGen-on-Debian-or-Ubuntu-Linux.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Install-MMGen-on-Debian-or-Ubuntu-Linux.md b/Install-MMGen-on-Debian-or-Ubuntu-Linux.md index a7b5d21..8e63e51 100644 --- a/Install-MMGen-on-Debian-or-Ubuntu-Linux.md +++ b/Install-MMGen-on-Debian-or-Ubuntu-Linux.md @@ -8,12 +8,21 @@ Install the Python Cryptography Toolkit: $ sudo pip install pycrypto +Install the secp256k1 library + + $ git clone https://github.com/bitcoin-core/secp256k1.git + $ cd secp256k1 + $ ./autogen.sh + $ ./configure + $ make + $ sudo make install + Install MMGen: $ git clone https://github.com/mmgen/mmgen.git $ cd mmgen; sudo ./setup.py install -Install vanitygen (optional but recommended): +Install vanitygen (optional): $ sudo apt-get install libpcre3-dev $ git clone https://github.com/samr7/vanitygen.git