Merge pull request #1608 from LefterisJP/archlinux_add_ethereum_git

Add ethereum-git to archlinux dependencies
This commit is contained in:
chriseth 2017-01-26 17:03:36 +01:00 committed by GitHub
commit ff8008cdf7

View File

@ -138,11 +138,13 @@ case $(uname -s) in
# 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 -Sy \
base-devel \
boost \
cmake \
git \
ethereum-git \
;;
#------------------------------------------------------------------------------