Add curl to list of optional dependencies

The curl utility is used by the active-http.bro script, but this
isn't mentioned anywhere.
This commit is contained in:
Daniel Thayer 2013-10-25 15:14:52 -05:00
parent 32d7c96cd4
commit c299a71b83

View file

@ -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)