Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 773 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 773 Bytes

Build Status

NOTE: This project is not in a functiona state and is developed on the purpose of trying Qt.

A Qt UI for Linphone.

Build

  1. 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.

  2. Install Qt Open Source somewhere, likely on your User directory

  3. Run qmake && make in qlinphone's directory.