ubuntu14.04编译freeswitch-1.6.9

# ubuntu centos 编译freeswitch-1.6.X版本


ubuntu/centos 编译出现freeswitch出现问题可以联系 QQ:119849130 进行交流

  • 0:前奏环境准备:
    0-1:系统环境:ubuntu14.04.01 (32bit)
    0-2:freeswitch版本:freeswitch-1.6.9
    0-3:编译依赖包

  • 1:依赖环境安装:
    1-1:依赖包:
    apt-get install libedit-dev libldns-dev libpcre3-dev libspeexdsp-dev libspeex-dev libcurl4-openssl-dev libopus-dev libncurses5-dev libtiff-dev libjpeg-dev zlib1g-dev libssl-dev libsqlite3-dev build-essential automake autoconf git-core wget libtool liblua50-dev libsndfile1-dev yasm

  • 2:编译&问题:
    2-1:./configure: 成功未发现问题

  • 3:运行freeswitch
    可执行文件默认安装在/usr/local/freeswitch/bin下,直接运行就可以了。

  • 至此freeswitch编译完成,如有问题可以交流

你可能感兴趣的:(freeswitch)