Skip to content

Instantly share code, notes, and snippets.

@jbiel
Created November 18, 2011 17:05
Show Gist options
  • Select an option

  • Save jbiel/1377058 to your computer and use it in GitHub Desktop.

Select an option

Save jbiel/1377058 to your computer and use it in GitHub Desktop.
Asterisk manual compilation
./configure \
--prefix=/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
--with-cap \
--with-gsm \
--with-imap=system \
--with-pwlib=/usr/share/pwlib/include/ \
--with-h323=/usr/share/openh323/ \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment