Skip to content
Lorenzo Mangani edited this page Mar 29, 2014 · 10 revisions

Welcome to the sipgrep wiki!

Requirements:

  • libpcap
  • libpcre

To install the libpcap: sudo apt-get install libpcap-dev

To install the libpcre: sudo apt-get install libpcre3-dev

Clone from GIT:

cd /usr/src

git clone https://github.com/adubovikov/sipgrep.git

Build and Install:

cd sipgrep

./build.sh

./configure

make && make install

Run:

sipgrep -h

Clone this wiki locally