Add guide for installing FreeBSD with Port

This commit is contained in:
Pavel Odintsov 2015-03-23 21:48:45 +03:00
parent 1a34cbce86
commit 58922b30fb

View File

@ -22,5 +22,18 @@ cmake ..
make
```
Or you can try native FreeBSD port (will be added to port tree soon):
```bash
pkg install cmake git ncurses boost-all log4cpp
/etc/rc.d/ldconfig restart
mkdir /usr/local/src
cd /usr/local/src
git clone https://github.com/FastVPSEestiOu/fastnetmon.git
cd fastnetmon/src/FreeBSD_port/
make makesum
make install
```
For netmap support you may need compile kernel manually with this [manual](BUILDING_FREEBSD_KERNEL_FOR_NETMAP.md).