-
Notifications
You must be signed in to change notification settings - Fork 188
Building
Kaian edited this page Feb 6, 2015
·
12 revisions
Install required packages from repository:
# apt-get update
# apt-get install libpcap-dev libncurses5-dev libssl-dev git make
Install required packages from repository:
# yum install ncurses-devel make libpcap-devel openssl-devel git gcc autoconf
Install required packages from repository:
# pacman -Sy ncurses libpcap openssl git gcc sed make
Clone the github repository and check that all prerequisites are fulfilled.
$ git clone https://github.com/irontec/sngrep
$ cd sngrep
$ ./bootstrap.sh
$ ./configure
$ make
# make install # (as root)