Added code analysis script --> apt-get install ncc
[netsniff-ng.git] / INSTALL
blobd5f84df059361c7b9ed68cab7d7dcbaa78e3ec68
1 Requirements (for your own kernels)
2 ===================================
4 Your kernel should have been built with CONFIG_PACKET_MMAP=y in order 
5 to use netsniff-ng. This is default on your preinstalled Debian kernel.
7 Installation
8 ============
10 $ make
11 # make install
13 Uninstall
14 =========
16 # make uninstall
17 $ make clean