User Tools

Site Tools


config:linphone

This is an old revision of the document!


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

# 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
./prepare.py

# Compile
make
chmod 755 linphone-compile.sh
./linphone-compile.sh
config/linphone.1556792898.txt.gz · Last modified: 2023/05/29 11:53 (external edit)