Skip to content

Commit

Permalink
Merge pull request #19 from EmelyanenkoK/patch-1
Browse files Browse the repository at this point in the history
Add forgotten dependency to Ubuntu 16.04 build
  • Loading branch information
skywinder authored Jun 17, 2019
2 parents eb3ad6a + 6742837 commit afc17d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ubuntu16.04.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cd ~
# Install dependencies
apt-get install cmake openssl gperf zlib1g libssl-dev build-essential xz-utils curl
apt-get install cmake openssl gperf zlib1g zlib1g-dev libssl-dev build-essential xz-utils curl
# install clang8
curl -SL http://releases.llvm.org/8.0.0/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz | tar -xJC .
mv clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-16.04 clang_8.0.0
Expand Down

0 comments on commit afc17d2

Please sign in to comment.