mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Update install instructions for CAF
This commit is contained in:
parent
aa5471ec15
commit
160b852f64
1 changed files with 5 additions and 7 deletions
|
@ -47,9 +47,7 @@ To build Bro from source, the following additional dependencies are required:
|
||||||
* zlib headers
|
* zlib headers
|
||||||
* Python
|
* Python
|
||||||
|
|
||||||
.. todo::
|
To install CAF, first download the source code of the required version from: https://github.com/actor-framework/actor-framework/releases
|
||||||
|
|
||||||
Update with instructions for installing CAF.
|
|
||||||
|
|
||||||
To install the required dependencies, you can use:
|
To install the required dependencies, you can use:
|
||||||
|
|
||||||
|
@ -84,11 +82,11 @@ To install the required dependencies, you can use:
|
||||||
"Preferences..." -> "Downloads" menus to install the "Command Line Tools"
|
"Preferences..." -> "Downloads" menus to install the "Command Line Tools"
|
||||||
component).
|
component).
|
||||||
|
|
||||||
OS X comes with all required dependencies except for CMake_ and SWIG_.
|
OS X comes with all required dependencies except for CMake_, SWIG_, and CAF.
|
||||||
Distributions of these dependencies can likely be obtained from your
|
Distributions of these dependencies can likely be obtained from your
|
||||||
preferred Mac OS X package management system (e.g. MacPorts_, Fink_,
|
preferred Mac OS X package management system (e.g. Homebrew_, MacPorts_,
|
||||||
or Homebrew_). Specifically for MacPorts, the ``cmake``, ``swig``,
|
or Fink_). Specifically for Homebrew, the ``cmake``, ``swig``,
|
||||||
and ``swig-python`` packages provide the required dependencies.
|
and ``caf`` packages provide the required dependencies.
|
||||||
|
|
||||||
|
|
||||||
Optional Dependencies
|
Optional Dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue