How to install Linphone on CentOS7

After many frustrating days I finally figured out how to get the latest version of Linphone working on CentOS7. I have yet to find any simple how to so here it goes.

RHEL7 (which is what CentOS7 is based on) was taken from Fedora 19. Being that CentOS tries to be 100% upstream compatible any package for Fedora 19 should work on RHEL7 which means it should work on CentOS7.

  1. rpm -Uvh http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/19/Everything/x86_64/os/Packages/a/antlr3-C-devel-3.4-14.fc19.x86_64.rpm http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/19/Everything/x86_64/os/Packages/a/antlr3-C-3.4-14.fc19.x86_64.rpm
  2. edit /etc/yum.repos.d/belldone.repo and add to it
    [Belledonne]
    name=Belledonne Communications
    baseurl=https://www.linphone.org/snapshots/centos7
    enabled=1
    gpgcheck=0
    priority=1
  3. yum -y install linphone

A big thank you to @wolfy for helping me figuring out the bug on the repo and helping report it.

Leave a comment

Leave a Reply