1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-23 13:22:36 +01:00
fastnetmon-rewritten/FreeBSD_INSTALL.md

322 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