From e4a4a01d3afc6953697286ee98af1de59d446d2e Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Sun, 8 Jun 2014 23:30:20 +0400 Subject: [PATCH] Update README.md Add documentation about statical linked version --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6b8ce2a4..b0427b62 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,17 @@ make install 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): ```bash cd /usr/src/PF_RING-5.6.2/userland/lib