Skip to content

Commit

Permalink
Building from source on Ubuntu Trusty requires the cmake3 package to …
Browse files Browse the repository at this point in the history
…be installed
  • Loading branch information
Alexander Dudko committed Dec 14, 2017
1 parent e5db52b commit 0606c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ sudo dpkg -i *bcc*.deb
To build the toolchain from source, one needs:
* LLVM 3.7.1 or newer, compiled with BPF support (default=on)
* Clang, built from the same tree as LLVM
* cmake, gcc (>=4.7), flex, bison
* cmake (>=3.1), gcc (>=4.7), flex, bison
* LuaJIT, if you want Lua support

### Install build dependencies
Expand All @@ -250,7 +250,7 @@ wget -O - http:https://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-get update
# All versions
sudo apt-get -y install bison build-essential cmake flex git libedit-dev \
sudo apt-get -y install bison build-essential cmake3 flex git libedit-dev \
libllvm3.7 llvm-3.7-dev libclang-3.7-dev python zlib1g-dev libelf-dev
# For Lua support
Expand Down

0 comments on commit 0606c45

Please sign in to comment.