Skip to content

Commit

Permalink
added g++ to system-prep
Browse files Browse the repository at this point in the history
  • Loading branch information
inflector committed Sep 6, 2017
1 parent 5d3a857 commit 01cc6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GETH=${INSTALL_DIR}/geth/geth
SOLC=${INSTALL_DIR}/solidity-src/build/solc/solc

function system_prep {
sudo apt install build-essential cmake libboost-all-dev libz3-dev libcupti-dev zlib1g-dev
sudo apt install build-essential cmake libboost-all-dev libz3-dev libcupti-dev zlib1g-dev g++
}

function ensure_install_dir {
Expand Down

0 comments on commit 01cc6c1

Please sign in to comment.