summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-14 13:45:09 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-14 13:45:09 +0200
commita5ed00f953c7eac5262b18ad52f9e2975b277f7b (patch)
treea869de99d81e92b75fd78301524797a20f791555 /INSTALL
parent77ad47706f8b31b9a4277f08f8aa4799abea8d63 (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>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 6 insertions, 1 deletions
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=<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: