[Forensics-changes] [yara] 119/192: Update “Getting started” section in the documentation to mention dotnet module. Change link to Windows binaries.
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:31:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.6.0
in repository yara.
commit 6f3d5e9af06cb1cce2828ca1b4fb3df5930e16a5
Author: plusvic <plusvic at gmail.com>
Date: Wed Mar 15 18:01:44 2017 +0100
Update “Getting started” section in the documentation to mention dotnet module. Change link to Windows binaries.
---
docs/gettingstarted.rst | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst
index c6f6c4c..abae5bf 100644
--- a/docs/gettingstarted.rst
+++ b/docs/gettingstarted.rst
@@ -48,6 +48,7 @@ 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.
@@ -56,7 +57,8 @@ For example::
./configure --enable-cuckoo
./configure --enable-magic
- ./configure --enable-cuckoo --enable-magic
+ ./configure --enable-dotnet
+ ./configure --enable-cuckoo --enable-magic --enable-dotnet
Modules usually depend on external libraries, depending on the modules you
choose to install you'll need the following libraries:
@@ -87,7 +89,7 @@ link below. Just download the version you want, unzip the archive, and put the
To install the ``yara-python`` extension download and execute the installer
corresponding to the version of Python you're using.
-`Download Windows binaries <https://b161268c3bf5a87bc67309e7c870820f5f39f672.googledrive.com/host/0BznOMqZ9f3VUek8yN3VvSGdhRFU/>`_
+`Download Windows binaries <https://www.dropbox.com/sh/umip8ndplytwzj1/AADdLRsrpJL1CM1vPVAxc5JZa?dl=0>`_
If you want to build YARA yourself you can use the *Visual Studio 2010* or
*Visual Studio 2015* projects found in the source tree under *./windows/vs2010*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git
More information about the forensics-changes
mailing list