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

来源:互联网 发布:怎么查端口号 编辑:程序博客网 时间:2024/06/06 02:00

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







0 0
原创粉丝点击