From: Alexei Starovoitov Date: Wed, 15 Jun 2016 16:39:28 +0000 (-0400) Subject: fix install instruction to mention llvm >= 3.7.1 X-Git-Tag: v0.2.0~69^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f44b2e7222cde3200eba1ab5d92b263206983919;p=platform%2Fupstream%2Fbcc.git fix install instruction to mention llvm >= 3.7.1 Signed-off-by: Alexei Starovoitov --- diff --git a/INSTALL.md b/INSTALL.md index a027718..fe4c742 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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