Compile pjsip with pjsua on Ubuntu 16.04

As a personal note to myself :-)

apt-get install make gcc pkg-config libasound2-dev
wget http://www.pjsip.org/release/2.6/pjproject-2.6.tar.bz2
tar -xjf pjproject-2.6.tar.bz2
cd pjproject
./configure && make dep && make
sudo make install
sudo cp pjsip-apps/bin/pjsua-x86_64-unknown-linux-gnu /usr/local/bin/pjsua

That’s it!

This entry was posted in Computer, Linux, VoIP. Bookmark the permalink.

One Response to Compile pjsip with pjsua on Ubuntu 16.04

  1. av says:

    Thank you. 4 years after your post but after 3 days of going bonkers this helped me out big time,
    The last line was particularly crucial and missing from everyone else’s instructions.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.