wget -O - https:
//files
.freeswitch.org
/repo/deb/debian/freeswitch_archive_g0
.pub | apt-key add -
echo
"debhttp://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main"
>
/etc/apt/sources
.list.d
/freeswitch
.list
apt-get update
apt-get
install
-y --force-
yes
freeswitch-video-deps-most
# because we're in a branch that will go through many rebases it's
# better to set this one, or you'll get CONFLICTS when pulling (update)
git config --global pull.rebase
true
# then let's get the source. Use the -b flag to get a specific branch
cd
/usr/src/
git clone https:
//freeswitch
.org
/stash/scm/fs/freeswitch
.git -bv1.6 freeswitch.git
cd
freeswitch.git
.
/bootstrap
.sh -j
.
/configure
make
make
install
本文详细介绍如何在Debian Jessie上安装配置FreeSwitch 1.6版本,包括添加官方源、安装依赖包、克隆源代码、配置及编译安装等步骤。
1157

被折叠的 条评论
为什么被折叠?



