VirusTotal / yara-python

The Python interface for YARA
http://virustotal.github.io/yara/
Apache License 2.0
659 stars 179 forks source link

do not work with --dynamic-linking #76

Closed nanshihui closed 6 years ago

nanshihui commented 6 years ago

when i typed with 'sudo python setup.py install --dynamic-linking'. it return 'error: option --dynamic-linking not recognized'

plusvic commented 6 years ago

Try python setup.py build --dynamic-linking && sudo python setup.py install

nanshihui commented 6 years ago

thanks a lot