diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-05-06 14:12:56 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-05-06 14:12:56 +0200 |
commit | ff063b06de57aede8e7209e8061c9b5afd2b7ffa (patch) | |
tree | caa37f0796d3173591be34ce040fb0998e253904 | |
parent | cc59fed07c9ac710bf83dc393b8a89f22f0c63a0 (diff) |
docs: install: mention recommended tools
Mention pkg-config and gpg as optional tools for verifying tags resp.
getting build flags. If they are not wanted / present, then relative
Makefiles need to be edited by hand.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,9 +9,9 @@ Linus' Git repository, tweak and compile it, and run this one! A note for distribution package maintainers can be found at the end of the file. -What additional tools are required to build netsniff-ng? +What additional tools next to your build-chain are required? - - ccache (optional) + - ccache, pkg-config, gpg (optional) - flex, bison (bpfc, trafgen) What libraries are required? |