From 93cde6e794784247f8b7358d08093d21aaa6d2ab Mon Sep 17 00:00:00 2001 From: zdwg42 Date: Mon, 2 Dec 2024 15:07:26 -0500 Subject: [PATCH] Remove dotnet configure instructions since it's enabled by default now --- docs/gettingstarted.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index 0639f36fb7..59f2473d3f 100644 --- a/docs/gettingstarted.rst +++ b/docs/gettingstarted.rst @@ -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-`` arguments to the ``configure`` script. @@ -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: