Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly document dependencies #16

Open
NerdyProjects opened this issue Oct 23, 2016 · 3 comments
Open

Properly document dependencies #16

NerdyProjects opened this issue Oct 23, 2016 · 3 comments

Comments

@NerdyProjects
Copy link
Contributor

NerdyProjects commented Oct 23, 2016

I just did an install on a pretty clean Ubuntu 16.04.

Dependencies:

apt-get install build-essential libopus-dev libprotobuf-dev libboost-system-dev libssl-dev pkgconf libpjsua2 cmake liblog4cpp5-dev libboost-dev protobuf-compiler libpjproject-dev libboost-regex-dev
@NerdyProjects
Copy link
Contributor Author

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

@slomkowski
Copy link
Owner

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?

@jundis
Copy link

jundis commented Oct 4, 2017

Just to confirm I also had to go through the same process on LTS 16.04, including manually building pjsip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants