diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-05-14 13:45:09 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-05-14 13:45:09 +0200 |
commit | a5ed00f953c7eac5262b18ad52f9e2975b277f7b (patch) | |
tree | a869de99d81e92b75fd78301524797a20f791555 | |
parent | 77ad47706f8b31b9a4277f08f8aa4799abea8d63 (diff) |
docs: add note about zsh and vim files
At least mention their existance in the INSTALL file.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
-rw-r--r-- | INSTALL | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -127,7 +127,12 @@ And then, build the toolkit like this: CROSS_LD_LIBRARY_PATH=<cc-lib-search-path> Note that some adaptations might be necessary regarding the CFLAGS, since not -all might be supported by a different architecture. +all might be supported by a different architecture. Probably the most simple +way would be to run make CFLAGS="-O2 -Wall". + +For power users we have a set of zsh auto completion files, have a look at all +file with ending *.zsh. There's also a BPF vim syntax highlighting file in the +tree called bpf.vim. For doing a debug build of the toolkit with less optimizations and non-stripped symbols, do: |