Ubuntu/centos/redhat/SUSE sipp安装(带rtp支持,3.5.1版本)

1.ubuntu 12.04

apt-get install ncurses-dev

apt-get install libpcap-dev

./configure --with-pcap

make


2.centos/redhat

yum -y install ncurses-devel

yum -y install libpcap-devel

./configure --with-pcap

make


3.SUSE 

 zypper in ncurses-devel

 zypper in libpcap-devel

./configure --with-pcap

make







posted @ 2016-03-18 16:44  洛笔达  阅读(436)  评论(0编辑  收藏  举报