You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also you need to manually compile pjproject:
Get tar.bz2 from http://www.pjsip.org/download.htm
put in mumsi-dist, extract, and make symlink to pjproject
Dependencies:
apt-get install libasound2-dev alsa-base
Build & install (to /usr/local by default)
cd pjproject
./configure
make dep
make
sudo make install
Why did you install libpjproject-dev and libpjsua2 packages when you're compiling pjproject manually? Is it just your typo or you have them installed for reason?
I just did an install on a pretty clean Ubuntu 16.04.
Dependencies:
The text was updated successfully, but these errors were encountered: