modified: Altcoin-and-Forkcoin-Support.md

The MMGen Project 2019-02-08 21:44:09 +00:00
commit 0f703eab3d

@ -146,7 +146,7 @@ Clone the repository and build:
$ git clone --recursive https://github.com/ethereum/solidity.git
$ cd solidity
$ git checkout v0.5.3
$ ./scripts/install_deps.sh
$ ./scripts/install_deps.sh # RPi users: Edit this script, adding DISTRO='Debian' after line 55
$ mkdir build
$ cd build
$ cmake ..