Created
September 13, 2019 08:32
-
-
Save rjohnsondev/f4fffcd88760665125c01184cd4fedba to your computer and use it in GitHub Desktop.
Building linphone-desktop on ubuntu 19.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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