forked from zeek/capstats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
30 lines (22 loc) · 864 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Prerequisites
=============
capstats relies on the following libraries and tools, which need to be
installed before you begin:
* A C++ compiler
* Libpcap headers and libraries
Network traffic capture library
* CMake 2.6.3 or greater
CMake is a cross-platform, open-source build system, typically
not installed by default. See http://www.cmake.org for more
information regarding CMake and the installation steps below for
how to use it to build this distribution. CMake generates native
Makefiles that depend on GNU Make by default.
Installation
============
To build and install into /usr/local:
> ./configure
> make
> make install
This will perform an out-of-source build into the build directory using
the default build options and then install the capstats binary into
/usr/local/bin.