removed unneeded header
[netsniff-ng.git] / INSTALL
blob346cf3d986c8e08fe0db4046b41710f692de2b32
1 What platforms are supported?
2 =============================
4 Currently only operating systems running on Linux kernels with
5 CONFIG_PACKET_MMAP enabled. This feature can be found even back
6 to the days of 2.4 kernels. Most operating systems ship pre-compiled
7 kernels that have this config option enabled and even the latest
8 kernel versions got rid of this option and have this functionality
9 already built-in. However, we recommend a kernel > 2.6.31.
11 netsniff-ng has been sucessfully tested on x86 and x86_64. Please drop
12 us a short mail, if it runs on your hardware other than that.
14 What libraries are required?
15 ============================
17  * libc
18  * libncurses
20 Installation
21 ============
23 $ cd src/<tool>/
24 $ make deploy
25 # make install
27 Uninstall
28 =========
30 $ cd src/<tool>/
31 # make uninstall
32 $ make clean