Skip to content

Commit

Permalink
include cmake as dependency in installation scripts for building libs…
Browse files Browse the repository at this point in the history
…nark
  • Loading branch information
maxhowald committed Sep 7, 2018
1 parent 2b172e3 commit bf546c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install_arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e
sudo pacman -S python python2 jdk7-openjdk go base-devel multilib-devel \
libstdc++5 lib32-glibc lib32-libstdc++5 lib32-gcc-libs \
gcc-libs-multilib libtool-multilib gcc-multilib apache-ant \
make time boost boost-libs gmp zlib
make time boost boost-libs gmp zlib cmake


cd thirdparty
Expand Down
2 changes: 1 addition & 1 deletion install_debian_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
PACKAGES="python2.7 libpython2.7 libpython2.7-dev golang \
build-essential gcc g++ gcc-multilib g++-multilib ant \
ant-optional make time libboost-all-dev libgmp10 libgmp-dev \
zlib1g zlib1g-dev libssl-dev"
zlib1g zlib1g-dev libssl-dev cmake"

if [[ $(apt-cache search openjdk-8-jdk) ]]; then
PACKAGES+=" openjdk-8-jdk"
Expand Down

0 comments on commit bf546c9

Please sign in to comment.