From 98e21eb8633b31b006671735602df08d3f073261 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 27 May 2014 11:10:16 +0200 Subject: build: Allow to build astraceroute and flowtop without GeoIP support Both tools are already prepared to handle NULL return values of the geoip_* lookup functions, so we might as well build them without geoip support if not needed/present. Signed-off-by: Tobias Klauser --- INSTALL | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index d828f39..830f6a1 100644 --- a/INSTALL +++ b/INSTALL @@ -20,8 +20,6 @@ What additional tools next to your build-chain are required? What libraries are required? - libncurses: ifpps, flowtop - - libGeoIP >=1.4.8: astraceroute, flowtop, netsniff-ng - - libz: astraceroute, flowtop, netsniff-ng - libnacl or libsodium: curvetun - libnetfilter-conntrack: flowtop - libpcap: mausezahn, netsniff-ng (tcpdump-like filters) @@ -30,6 +28,12 @@ What libraries are required? - libcli: mausezahn - libnet: mausezahn +The following libraries can optionally be used to provide additional +functionality for certain tools: + + - libGeoIP >=1.4.8: astraceroute, flowtop, netsniff-ng + - libz: astraceroute, flowtop, netsniff-ng + What additional tools are recommended, but not mandatory after the build? - cpp: trafgen -- cgit v1.2.3-54-g00ecf