sipp源码安装

1. apt-get install cmake libncurses-dev libsctp-dev libpcap-dev libssl-dev
2. wget https://github-releases.githubusercontent.com/sipp-3.6.1.tar.gz
3. cmake . -DUSE_GSL=1 -DUSE_PCAP=1 -DUSE_SSL=1 -DUSE_SCTP=1
4. make -j4
5. make install
posted @ 2022-06-21 17:26  一沙世界  阅读(158)  评论(0编辑  收藏  举报