Skip to content

Commit

Permalink
added libssl-dev to system-prep
Browse files Browse the repository at this point in the history
  • Loading branch information
inflector committed Sep 6, 2017
1 parent 01cc6c1 commit b9d66ec
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 g++
sudo apt install build-essential cmake libboost-all-dev libz3-dev libcupti-dev zlib1g-dev g++ libssl-dev
}

function ensure_install_dir {
Expand Down

0 comments on commit b9d66ec

Please sign in to comment.