config:linphone
Linphone
Compile latest from source:
- linphone-compile.sh
# This will take 5-30 mins depending on your internet speed and machine performance # Install Dependencies sudo apt-get install libtool intltool libgtk2.0-dev libspeexdsp-dev \ libavcodec-dev libswscale-dev libx11-dev libxv-dev libgl1-mesa-dev \ libglew-dev libv4l-dev libxml2-dev cmake yasm libpulse-dev \ python-pystache doxygen libbsd-dev qtquickcontrols2-5-dev # Create directory mkdir ~/dev cd ~/dev # Clone linphone-desktop git clone git://git.linphone.org/linphone-desktop.git --depth=1 --recursive cd linphone-desktop # Prepare compilation without non-free codecs or G729: # ./prepare.py # Prepare compilation with non-free codecs and G729: ./prepare.py -DENABLE_NON_FREE_CODECS=ON -DENABLE_G729=ON # Compile make
chmod 755 linphone-compile.sh ./linphone-compile.sh
config/linphone.txt · Last modified: 2023/05/29 11:55 by 127.0.0.1