All Downloads are FREE. Search and download functionalities are using the official Maven repository.

performance.uas.download-and-compile-sipp.sh Maven / Gradle / Ivy

There is a newer version: 1.3.0-91
Show newest version
# Compile sipp
wget -m -nd http://downloads.sourceforge.net/project/sipp/sipp/3.0/sipp-3.0.src.tar.gz?use_mirror=surfnet
tar -xzf sipp-3.0.src.tar.gz
cd sipp-3.0.src

wget -m -nd http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz
tar -xzf ncurses-5.6.tar.gz
cd ncurses-5.6
./configure > /dev/null
make > /dev/null
cd ..
wget -m -nd http://people.redhat.com/lbarreir/hudson/call-setup-test/Makefile
make > /dev/null
mv -f sipp ..
cd ..
rm -fr  sipp-3.0.src*




© 2015 - 2025 Weber Informatics LLC | Privacy Policy