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
Resources¶
Updated by Daniel Curtis over 8 years ago
- Status changed from New to Resolved
- Start date changed from 08/27/2016 to 08/28/2016
- % Done changed from 0 to 100