Checkout/download stable branch before building/installing (mswin,linux)

philemon 2016-11-16 19:29:05 +03:00
commit 586990341b
2 changed files with 6 additions and 3 deletions

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

@ -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):