From 87489315002ac2ae998ce2f15b8105c35b84f1eb Mon Sep 17 00:00:00 2001 From: MMGen Date: Mon, 11 Feb 2019 17:14:30 +0000 Subject: [PATCH] modified: Altcoin-and-Forkcoin-Support.md --- Altcoin-and-Forkcoin-Support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Altcoin-and-Forkcoin-Support.md b/Altcoin-and-Forkcoin-Support.md index b6723f5..e202eda 100644 --- a/Altcoin-and-Forkcoin-Support.md +++ b/Altcoin-and-Forkcoin-Support.md @@ -144,7 +144,7 @@ Clone the repository and build: $ git clone --recursive https://github.com/ethereum/solidity.git $ cd solidity $ git checkout v0.5.1 # v0.5.3 doesn't build on Raspbian Stretch - $ ./scripts/install_deps.sh + $ ./scripts/install_deps.sh # Raspbian Stretch: add `DISTRO='Debian'` after line 55 $ mkdir build $ cd build $ cmake -DUSE_CVC4=OFF -DUSE_Z3=OFF ..