Commit 91a56f61 authored by Brendan Gregg's avatar Brendan Gregg Committed by GitHub

Merge pull request #572 from iovisor/ast_dev

fix install instruction to mention llvm >= 3.7.1
parents b762569e e5a7f828
......@@ -134,8 +134,8 @@ All build and install dependencies are listed [in the PKGBUILD](https://aur.arch
## Ubuntu - Source
To build the toolchain from source, one needs:
* LLVM 3.7 or newer, compiled with BPF support (default=on)
* Clang 3.7, built from the same tree as LLVM
* 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
* LuaJIT, if you want Lua support
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment