mirror of
https://github.com/sebseb7/pilivestreamingtools.git
synced 2025-12-12 13:42:28 +00:00
9 lines
203 B
Bash
Executable File
9 lines
203 B
Bash
Executable File
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
|
|
|