Installing SIPp ================================== building SIPp on a Raspberry Pi ================================== download zip from https://github.com/SIPp/sipp-deb Do what README.md says: wget -O sipp_3.5.1.orig.tar.gz \ https://github.com/SIPp/sipp/releases/download/v3.5.1/sipp-3.5.1.tar.gz tar zxf sipp_3.5.1.orig.tar.gz cd sipp-3.5.1 git clone https://github.com/SIPp/sipp-deb debian Finally, build with:: DEB_BUILD_OPTIONS=parallel=12 dpkg-buildpackage -us -uc -sa pi@raspberrypi:~/Desktop/sipp-deb-3.5/sipp-3.5.1 $ https://stackoverflow.com/questions/35215692/how-to-install-ncurses-on-raspberry-pi do each of these is turn:- sudo apt-get update sudo apt-get install autoconf sudo apt-get install libncurses5-dev libncursesw5-dev Now build ./sipp cd ~/Desktop/sipp-deb-3.5/sipp-3.5.1 ./build.sh ls to look for sipp get help using:- ./sipp -h to run back to back, run this in a window:- ./sipp -sn uas In another window: ./sipp -sn uac 127.0.0.1 -m 5 ================================ https://github.com/SIPp/sipp/blob/master/README.md sudo apt-get install autoconf ./build.sh https://github.com/SIPp/sipp/blob/master/README.md configure: error: ncurses library missing sudo apt-get install libncurses5-dev libncursesw5-dev ./build.sh ./configure autoreconf -vif ./build.sh cd ~/De~/Desktop/sipp-3.5.1 git clone https://github.com/SIPp/sipp-deb debian ~/Desktop/sipp-3.5.1 ================================ Add some Make commands make dhrReg - run sipp to handle registration make dhr1 - run sipp make dhr2 - run sipp