mumsi icon indicating copy to clipboard operation
mumsi copied to clipboard

Properly document dependencies

Open NerdyProjects opened this issue 9 years ago • 3 comments

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 avatar Oct 23 '16 19:10 NerdyProjects

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

NerdyProjects avatar Oct 23 '16 20:10 NerdyProjects

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?

slomkowski avatar Oct 24 '16 23:10 slomkowski

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

jundis avatar Oct 04 '17 01:10 jundis