July 2017
Intermediate to advanced
434 pages
12h 59m
English
Again, on a new, bare, clean Debian 8 64-bit machine, connect via ssh and execute as root, from the command line:
apt-get update
apt-get -y upgrade
apt-get install -y wget ca-certificates git
wget -O - https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub | apt-key add -
echo "deb http://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
At this point, we'll see that an enormous amount of software is installed on our machine. Those are all dependencies needed to build FreeSWITCH from source. You'll end up with a complete developer suite, tools, libraries, and languages; all that's needed ...
Read now
Unlock full access