mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-24 02:46:36 +01:00
Add guide for installing FreeBSD with Port
This commit is contained in:
parent
1a34cbce86
commit
58922b30fb
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user