Commit 756ce75c authored by Brenden Blanco's avatar Brenden Blanco

Drop 'experimental' from README.md

Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
parent d033c0aa
...@@ -43,7 +43,7 @@ To get started using this toolchain, one needs: ...@@ -43,7 +43,7 @@ To get started using this toolchain, one needs:
* `CONFIG_BPF_JIT=y` * `CONFIG_BPF_JIT=y`
* `CONFIG_HAVE_BPF_JIT=y` * `CONFIG_HAVE_BPF_JIT=y`
* `CONFIG_BPF_EVENTS=y` [optional, for kprobes] * `CONFIG_BPF_EVENTS=y` [optional, for kprobes]
* LLVM 3.7 or newer, compiled with BPF support (currently experimental) * LLVM 3.7 or newer, compiled with BPF support (default=on)
* Clang 3.7, built from the same tree as LLVM * Clang 3.7, built from the same tree as LLVM
* pyroute2, version X.X (currently master, tag TBD) or newer * pyroute2, version X.X (currently master, tag TBD) or newer
* cmake, gcc-4.7, flex, bison * cmake, gcc-4.7, flex, bison
......
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