Skip to content

Commit

Permalink
install docs - on ubuntu bionic use llvm 6.0 because it doesn't have …
Browse files Browse the repository at this point in the history
…llvm 3.7 packages (iovisor#2038)

install docs - on ubuntu bionic use llvm 6.0
  • Loading branch information
tekumara authored and yonghong-song committed Nov 10, 2018
1 parent bbd4180 commit 726c60f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,11 @@ deb-src https://llvm.org/apt/$VER/ llvm-toolchain-$VER-3.7 main" | \
wget -O - https://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-get update
# All versions
# For bionic
sudo apt-get -y install bison build-essential cmake flex git libedit-dev \
libllvm6.0 llvm-6.0-dev libclang-6.0-dev python zlib1g-dev libelf-dev
# For other versions
sudo apt-get -y install bison build-essential cmake flex git libedit-dev \
libllvm3.7 llvm-3.7-dev libclang-3.7-dev python zlib1g-dev libelf-dev
Expand Down

0 comments on commit 726c60f

Please sign in to comment.