diff --git a/build-n2n.sh b/build-n2n.sh new file mode 100755 index 0000000..3f84dc9 --- /dev/null +++ b/build-n2n.sh @@ -0,0 +1,8 @@ +sudo apt-get install autoconf libcap-dev libpcap-dev +git clone --single-branch --recursive --depth 1 -b 3.0-stable https://github.com/ntop/n2n.git +cd n2n +./autogen.sh +./configure +make +sudo make install +