From 586990341b227f28b780ac02d2a5581384153a9a Mon Sep 17 00:00:00 2001 From: philemon Date: Wed, 16 Nov 2016 19:29:05 +0300 Subject: [PATCH] Checkout/download stable branch before building/installing (mswin,linux) --- Install-MMGen-and-Its-Dependencies-on-Microsoft-Windows.md | 5 +++-- Install-MMGen-on-Debian-or-Ubuntu-Linux.md | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Install-MMGen-and-Its-Dependencies-on-Microsoft-Windows.md b/Install-MMGen-and-Its-Dependencies-on-Microsoft-Windows.md index edfce23..9b6dc85 100644 --- a/Install-MMGen-and-Its-Dependencies-on-Microsoft-Windows.md +++ b/Install-MMGen-and-Its-Dependencies-on-Microsoft-Windows.md @@ -83,9 +83,9 @@ Grab the [tarball][14] and unpack it. At the MSYS prompt, run: #### 8. Install MMGen: -Get the [zip archive][10] from GitHub and unpack it. At the MSYS prompt, run: +Get the [zip archive][10b] from GitHub and unpack it. At the MSYS prompt, run: - $ cd /c/mmgen-master + $ cd /c/mmgen-stable_mswin $ sudo ./setup.py install Type: @@ -107,6 +107,7 @@ a new MSYS window to update your path. [06]: http://www.openssl.org/source/openssl-1.0.1g.tar.gz [05]: http://www.openssl.org/source/ [10]: https://github.com/mmgen/mmgen/archive/master.zip +[10b]: https://github.com/mmgen/mmgen/archive/stable_mswin.zip [11]: http://slproweb.com/download/Win32OpenSSL-1_0_1f.exe [12]: http://www.openssl.org/related/binaries.html [13]: Getting-Started-with-MMGen diff --git a/Install-MMGen-on-Debian-or-Ubuntu-Linux.md b/Install-MMGen-on-Debian-or-Ubuntu-Linux.md index b2ecbe5..f6f92a0 100644 --- a/Install-MMGen-on-Debian-or-Ubuntu-Linux.md +++ b/Install-MMGen-on-Debian-or-Ubuntu-Linux.md @@ -20,7 +20,9 @@ Install the secp256k1 library: Install MMGen: $ git clone https://github.com/mmgen/mmgen.git - $ cd mmgen; sudo ./setup.py install + $ cd mmgen + $ git checkout -b stable stable_linux + $ sudo ./setup.py install Install vanitygen (optional):