mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix install_deps.sh script for Arch Linux.
Also added cvc4 as dependency.
This commit is contained in:
parent
0fdb226fd8
commit
4690f837e0
@ -133,19 +133,18 @@ case $(uname -s) in
|
||||
# Arch Linux
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Arch)
|
||||
Arch*)
|
||||
#Arch
|
||||
echo "Installing solidity dependencies on Arch Linux."
|
||||
|
||||
# All our dependencies can be found in the Arch Linux official repositories.
|
||||
# See https://wiki.archlinux.org/index.php/Official_repositories
|
||||
# Also adding ethereum-git to allow for testing with the `eth` client
|
||||
sudo pacman -Syu \
|
||||
base-devel \
|
||||
boost \
|
||||
cmake \
|
||||
git \
|
||||
ethereum-git \
|
||||
cvc4
|
||||
;;
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user