fix install instruction to mention llvm >= 3.7.1
authorAlexei Starovoitov <ast@fb.com>
Wed, 15 Jun 2016 16:39:28 +0000 (12:39 -0400)
committerAlexei Starovoitov <ast@fb.com>
Wed, 15 Jun 2016 16:39:28 +0000 (12:39 -0400)
Signed-off-by: Alexei Starovoitov <ast@fb.com>
INSTALL.md

index a027718..fe4c742 100644 (file)
@@ -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