Skip to content

Instantly share code, notes, and snippets.

@dgershman
Last active October 14, 2015 05:06
Show Gist options
  • Select an option

  • Save dgershman/b4f33f54397be0ff62b6 to your computer and use it in GitHub Desktop.

Select an option

Save dgershman/b4f33f54397be0ff62b6 to your computer and use it in GitHub Desktop.
#apt-get install libtool libtool-bin libjpeg-dev libsqlite3-dev libpcre++-dev libspeex-dev libspeexdsp-dev libedit-dev
echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > /etc/apt/sources.list.d/99FreeSWITCH.test.list
wget -O - http://files.freeswitch.org/repo/deb/freeswitch-1.6/key.gpg |apt-key add -
apt-get update
apt-get install libyuv
DEBIAN_FRONTEND=none APT_LISTCHANGES_FRONTEND=none apt-get install -y --force-yes freeswitch-video-deps-most
./bootstrap.sh
#edit modules.conf
#disable mod_enum
#enable mod_av
./configure -C
make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment