Created
November 20, 2014 00:25
-
-
Save morgant/344b7880579d59389ee7 to your computer and use it in GitHub Desktop.
Asterisk 12.7.0 build failure on OS X Yosemite 10.10.1 with MacPorts prerequisites and manual build
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
sudo port sync | |
sudo port install gcc48 | |
sudo port install glib2-devel | |
sudo port install jansson | |
curl -O http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-12.7.0.tar.gz | |
tar -xzf asterisk-12.7.0.tar.gz | |
cd asterisk-12.7.0 | |
run port select --set gcc mp-gcc48 | |
./configure —with-jansson=/opt/local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment