fastnetmon-ng/docs/FreeBSD_INSTALL.md
Pavel Odintsov f451b3b839 Fix doc link
2015-03-13 18:35:39 +03:00

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.