Support #845
Install FLOSS on FreeBSD
Description
This is a guide for installing the FireEye FLOSS utility on FreeBSD 10.
Prepare the Environment¶
- Make sure the system is up to date:
pkg update && pkg upgrade
FLOSS¶
- Install a few dependencies:
pkg install py27-pytest
- Install vivisect:
pip install https://github.com/williballenthin/vivisect/zipball/master
- Install FLOSS from GitHub:
pip install https://github.com/fireeye/flare-floss/zipball/master