Skip to content

Commit

Permalink
unzip missing in setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopezantequera authored Mar 13, 2018
1 parent 6a68d6b commit 4e8f4f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ else
wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
sudo apt-get update
sudo apt-get install -y clang-3.9 clang++-3.9
sudo apt-get install -y unzip

export C_COMPILER=clang-3.9
export COMPILER=clang++-3.9
Expand Down

0 comments on commit 4e8f4f0

Please sign in to comment.