Update README.md

Add documentation about statical linked version
This commit is contained in:
Pavel Odintsov 2014-06-08 23:30:20 +04:00
parent ce2ccb1ca6
commit e4a4a01d3a

@ -34,6 +34,17 @@ make install
modprobe pf_ring modprobe pf_ring
``` ```
You can use precompiled and statically linced version of this tool without any compiling:
```bash
mkdir /root/fastnetmon
cd /root/fastnetmon
wget https://raw.githubusercontent.com/FastVPSEestiOu/fastnetmon/master/fastnetmon
chmod +x fastnetmon
./fastnetmon eth0
```
If you want to use static version you can skip this guide to part about "networks_list".
Build lib (We disabled bpf because it requires linking to PCAP): Build lib (We disabled bpf because it requires linking to PCAP):
```bash ```bash
cd /usr/src/PF_RING-5.6.2/userland/lib cd /usr/src/PF_RING-5.6.2/userland/lib