From c299a71b83bfd158bfc16dec36145adfa7f43513 Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Fri, 25 Oct 2013 15:14:52 -0500 Subject: [PATCH] Add curl to list of optional dependencies The curl utility is used by the active-http.bro script, but this isn't mentioned anywhere. --- doc/install/install.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/install/install.rst b/doc/install/install.rst index a4bd51d29e..fdbb7e9d8b 100644 --- a/doc/install/install.rst +++ b/doc/install/install.rst @@ -98,6 +98,7 @@ build time: * LibGeoIP (for geo-locating IP addresses) * sendmail (enables Bro and BroControl to send mail) * gawk (enables all features of bro-cut) + * curl (used by one of the Bro scripts) * gperftools (tcmalloc is used to improve memory and CPU usage) * ipsumdump (for trace-summary; http://www.cs.ucla.edu/~kohler/ipsumdump) * Ruby executable, library, and headers (for Broccoli Ruby bindings)