summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-05-27 11:10:16 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-05-27 11:18:21 +0200
commit98e21eb8633b31b006671735602df08d3f073261 (patch)
tree12a25c68040a6e7718326cdf556dcc404e84380b /INSTALL
parent47f41a76c7086761d0c64e743a5ca9f1b0e71440 (diff)
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 <tklauser@distanz.ch>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 6 insertions, 2 deletions
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