A Qt UI for Linphone.
-
Install liblinphone on your computer.
-
Mac:
brew tap Gui13/linphone brew install --head bellesip linphone
-
Ubuntu:
sudo add-apt-repository ppa:linphone/release sudo aptitude update sudo aptitude install liblinphone-dev
Other linuxes should be fine too, qlinphone requires linphone >= 3.8, just make sure you have that.
-
-
Install Qt Open Source somewhere, likely on your User directory
-
Run
qmake && make
in qlinphone's directory.