This guide will walk you through installing SIPp on Ubuntu 20.04 via Windows Subsystem for Linux.

Installing the Prerequisites

$sudo apt update
$ sudo apt install git pkg-config dh-autoreconf build-essential libssl-dev libpcap-dev libncurses5-dev libsctp-dev lksctp-tools cmake libssl-dev libncurses-dev -y

Clone the GitHub Repo

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

Compile the binary

$ ./build.sh -DUSE_SSL=1 -DUSE_SCTP=1 -DUSE_PCAP=1 -DUSE_GSL=1

Copy the binary to a directory in your PATH

$ sudo cp sipp /usr/local/bin/

Now you can execute the SIPp command from your terminal.