Skip to content

Commit

Permalink
Remove dotnet configure instructions since it's enabled by default now (
Browse files Browse the repository at this point in the history
  • Loading branch information
zdwg42 authored Dec 2, 2024
1 parent 2ff13ab commit 3a60f2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ The following modules are not compiled into YARA by default:

* cuckoo
* magic
* dotnet

If you plan to use them you must pass the corresponding ``--enable-<module
name>`` arguments to the ``configure`` script.
Expand All @@ -57,8 +56,7 @@ For example::

./configure --enable-cuckoo
./configure --enable-magic
./configure --enable-dotnet
./configure --enable-cuckoo --enable-magic --enable-dotnet
./configure --enable-cuckoo --enable-magic

Modules usually depend on external libraries, depending on the modules you
choose to install you'll need the following libraries:
Expand Down

0 comments on commit 3a60f2d

Please sign in to comment.