mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
18 lines
625 B
ReStructuredText
18 lines
625 B
ReStructuredText
|
|
.. _spicy_installation:
|
|
|
|
Installation
|
|
============
|
|
|
|
Since Zeek version 5.0, support for Spicy is built right into Zeek by
|
|
default. To confirm that Spicy is indeed available, you can inspect
|
|
the output of ``zeek -N``::
|
|
|
|
# zeek -N Zeek::Spicy
|
|
Zeek::Spicy - Support for Spicy parsers (*.hlto) (built-in)
|
|
|
|
It remains possible to build Zeek against an external Spicy
|
|
installation through Zeek's ``configure`` option
|
|
``--with-spicy=PATH``, where ``PATH`` points to the Spicy installation
|
|
directory. In that case, you also need to ensure that the Spicy tools
|
|
(e.g., ``spicyc``, ``spicy-config``) are available in ``PATH``.
|