Last active
October 14, 2015 05:06
-
-
Save dgershman/b4f33f54397be0ff62b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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