This commit is contained in:
sebseb7
2022-02-22 21:12:21 +00:00
parent a91a4e9ccb
commit 2c859839be

8
build-n2n.sh Executable file
View File

@@ -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