Created
February 16, 2018 23:10
-
-
Save csegura2011/57024bda49c0d254bcc105d38019d3ea to your computer and use it in GitHub Desktop.
Compile Asterisk 13 (The happy & simple way)
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
cd /usr/src/asterisk-x.x.x | |
./configure | |
make all | |
make install | |
make samples | |
make config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment