Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 296 Bytes

FreeBSD_INSTALL.md

File metadata and controls

25 lines (18 loc) · 296 Bytes

FreeBSD 9, 10, 11

Install dependencies:

pkg install cmake git ncurses boost-all log4cpp

Update linker paths:

/etc/rc.d/ldconfig restart
cd /usr/src/
git clone https://github.com/FastVPSEestiOu/fastnetmon.git
cd fastnetmon
mkdir build
cd build
cmake ..
make