mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Fix build warnings, clarify broker requirements, update submodule.
This commit is contained in:
parent
9e53722b57
commit
2f626fa602
4 changed files with 5 additions and 5 deletions
|
@ -11,8 +11,8 @@ Broker-Enabled Communication Framework
|
|||
<../components/broker/README.html>`_ to exchange information with
|
||||
other Bro processes. To enable it run Bro's ``configure`` script
|
||||
with the ``--enable-broker`` option. Note that a C++11 compatible
|
||||
compiler is required as well as the `C++ Actor Framework
|
||||
<http://actor-framework.org/>`_.
|
||||
compiler (e.g. GCC 4.8+ or Clang 3.3+) is required as well as the
|
||||
`C++ Actor Framework <http://actor-framework.org/>`_.
|
||||
|
||||
.. contents::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue