PF RING: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
cd ~; svn co https://svn.ntop.org/svn/ntop/trunk/ | cd ~; svn co https://svn.ntop.org/svn/ntop/trunk/PF_RING | ||
cd ~/PF_RING/kernel/; make | |||
cd ~/PF_RING/drivers/PF_RING_aware/intel/ixgbe/ixgbe-3.22.3-zc/src/; make; ./load_driver.sh | |||
cd ~/PF_RING/userland/lib/; ./configure; make | |||
cd ~/PF_RING/userland/libpcap/; ./configure; make | |||
cd ~/PF_RING/userland/tcpdump-4.1.1/; ./configure; make |
Revision as of 13:09, 31 October 2014
cd ~; svn co https://svn.ntop.org/svn/ntop/trunk/PF_RING cd ~/PF_RING/kernel/; make cd ~/PF_RING/drivers/PF_RING_aware/intel/ixgbe/ixgbe-3.22.3-zc/src/; make; ./load_driver.sh cd ~/PF_RING/userland/lib/; ./configure; make cd ~/PF_RING/userland/libpcap/; ./configure; make cd ~/PF_RING/userland/tcpdump-4.1.1/; ./configure; make