Skip to content

Commit fe00ad8

Browse files
committedOct 24, 2019
Add doc on how to compile yara
Prompted by jdnrg@
1 parent 2eaca51 commit fe00ad8

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed
 

‎README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,17 @@ and then passed to some dangerous function like `system`".
6161
## Installation
6262
- [Install Yara](https://yara.readthedocs.io/en/stable/gettingstarted.html#compiling-and-installing-yara).
6363
This is also possible via some Linux package managers:
64-
Debian: `sudo apt-get install yara`
65-
Red Hat: `yum install yara` (requires the [EPEL repository](https://fedoraproject.org/wiki/EPEL))
64+
- Debian: `sudo apt-get install yara`
65+
- Red Hat: `yum install yara` (requires the [EPEL repository](https://fedoraproject.org/wiki/EPEL))
66+
67+
You can also compile it from source:
68+
69+
```
70+
git clone git@github.com:VirusTotal/yara.git
71+
cd yara/
72+
YACC=bison ./configure
73+
make
74+
```
6675

6776
- Download php-malware-finder `git clone https://github.com/nbs-system/php-malware-finder.git`
6877

0 commit comments

Comments
 (0)
Failed to load comments.