Advertisement

freeswitch 在redhat和centos服务器上进行编译和安装

阅读量:

参考相关权威资料:

https://freeswitch.org/confluence/display/FREESWITCH/CentOS+7

https://freeswitch.org/confluence/display/FREESWITCH/CentOS+7+and+RHEL+7

复制代码
    1) Make sure yum update is run and CentOS is up-to-date
    2) {optional} inside Terminal window select Edit Profile Preferences and select "Use custom default terminal size" and make it 160 x 60.  Close terminal and re-open for the change to take affect.
    3) yum -y install git
    4) yum -y install epel-release
    5) rpm -Uvh http://files.freeswitch.org/freeswitch-release-1-6.noarch.rpm
    6) yum -y install git gcc-c++ autoconf au

全部评论 (0)

还没有任何评论哟~