freeswitch 컴파일

1060 단어
debian 가방이 너무 낡았어요.
echo "deb http://files.freeswitch.org/repo/deb/debian/ jessie main" > /etc/apt/sources.list.d/freeswitch.list
wget -O - http://files.freeswitch.org/repo/deb/debian/key.gpg |apt-key add -

 
원본 다운로드
git clone https://freeswitch.org/stash/scm/fs/freeswitch.git또는 git clone -b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git 1.6
 
컴파일링에 필요한 물건을 설치하다
sudo apt-get install autoconf libtool-bin libghc-zlib-dev libjpeg-dev pkg-config libsqlite3-dev libcurl4-openssl-dev libpcre++-dev libspeex-dev libspeexdsp-dev libldns-dev libedit-dev liblua5.2-dev libyuv-dev libvpx2-dev libopus-dev libsndfile-dev

 
컴파일freeswitch
./bootstrap
        modules.conf,  erlang    
./configure --prefix=/home/`whoami`/fs/freeswitch-bin
make sounds-install moh-install
make install

좋은 웹페이지 즐겨찾기