436 B
436 B
FreeBSD 9, 10, 11
Install dependencies:
pkg install cmake git ncurses boost-all log4cpp
Update linker paths:
/etc/rc.d/ldconfig restart
mkdir /usr/local/src
cd /usr/local/src
git clone https://github.com/FastVPSEestiOu/fastnetmon.git
cd fastnetmon
mkdir build
cd build
cmake ..
make
For netmap support you may need compile kernel manually with this manual.