-
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 git autoconf automake gcc make \
libncurses-dev libpcap-dev libssl-dev
Install required packages from repository:
# yum install ncurses-devel make libpcap-devel \
openssl-devel git gcc autoconf automake
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)