Skip to content

Instantly share code, notes, and snippets.

@rjohnsondev
Created September 13, 2019 08:32
Show Gist options
  • Save rjohnsondev/f4fffcd88760665125c01184cd4fedba to your computer and use it in GitHub Desktop.
Save rjohnsondev/f4fffcd88760665125c01184cd4fedba to your computer and use it in GitHub Desktop.
Building linphone-desktop on ubuntu 19.04
sudo apt list python-pip python3-pip qtbase5-dev yasm libV4l\* libturbo\* libglew-dev qtdeclarative5-dev qml-module-qtquick-controls libqt5svg5-dev qttools5-dev qtquickcontrols\* qml-module-\*
sudo pip install pystache
export Qt5_DIR="/usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/data/cmake"
export PATH='/usr/lib/x86_64-linux-gnu/qt5/bin':$PATH
./prepare.py -DENABLE_DOC=OFF -DENABLE_AMRWB=ON -DENABLE_AMRNB=ON -DENABLE_NON_FREE_CODECS=ON -DENABLE_G729=ON -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment