From a5ed00f953c7eac5262b18ad52f9e2975b277f7b Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 14 May 2013 13:45:09 +0200 Subject: docs: add note about zsh and vim files At least mention their existance in the INSTALL file. Signed-off-by: Daniel Borkmann --- INSTALL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index ccb9368..a6e2015 100644 --- a/INSTALL +++ b/INSTALL @@ -127,7 +127,12 @@ And then, build the toolkit like this: CROSS_LD_LIBRARY_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: -- cgit v1.2.3-54-g00ecf