aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/suricata/doc/HTP_library_installation.txt
blob: 827262ff5444f78f5031473bcdb085b799b91d1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Autogenerated on 2012-11-29
from - https://redmine.openinfosecfoundation.org/projects/suricata/wiki/HTP_library_installation


HTP library installation

The installation of the HTP library is the same for several operating systems,
except you can not use 'sudo' with Debian and FreeBSD. Using Debian or FreeBSD
you have to Make sure you enter all following commands as root/super-user.
To download and build HTP, enter the following:

  wget http://www.openinfosecfoundation.org/download/libhtp-0.2.3.tar.gz
  tar -xzvf libhtp-0.2.3.tar.gz
  cd libhtp-0.2.3
  ./configure
  make
  make install