Commit f44b2e72 authored by Alexei Starovoitov's avatar Alexei Starovoitov

fix install instruction to mention llvm >= 3.7.1

Signed-off-by: default avatarAlexei Starovoitov <ast@fb.com>
parent cfac8da4
......@@ -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