SipP installation in Debian 12

Install the required packages

sudo apt update && sudo apt install -y \
  build-essential \
  cmake \
  git \
  libncurses5-dev \
  libssl-dev \
  libpcap-dev \
  libnet1-dev \
  libsctp-dev \
  libgsl-dev \
  libgtest-dev

Clone the Git Repository

git clone https://github.com/SIPp/sipp.git

Compile the SIPp

cd sipp
cmake . -DUSE_SSL=1 -DUSE_SCTP=1 -DUSE_PCAP=1 -DUSE_GSL=1
make all
Tagged:
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!