首页 > 其他 > 详细

centos7 安装freeswitch

时间:2020-07-16 16:15:05      阅读:46      评论:0      收藏:0      [点我收藏+]
yum install -y https://files.freeswitch.org/repo/yum/centos-dev/freeswitch-dev-repo-0-1.noarch.rpm epel-release
yum-builddep -y freeswitch
yum install -y yum-plugin-ovl centos-release-scl rpmdevtools yum-utils git
yum install -y devtoolset-4-gcc*
 
scl enable devtoolset-4 bash
 
cd /usr/local/src
git clone https://github.com/signalwire/freeswitch.git freeswitch
cd /usr/local/src/freeswitch
./bootstrap.sh -j
./configure --enable-portable-binary             --prefix=/usr --localstatedir=/var --sysconfdir=/etc             --with-gnu-ld --with-python --with-erlang --with-openssl             --enable-core-odbc-support --enable-zrtp
make -j
make -j install
make -j cd-sounds-install
make -j cd-moh-install

一定会报错:待后续补充

 

centos7 安装freeswitch

原文:https://www.cnblogs.com/setout/p/13322003.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!