Skip to content

Instantly share code, notes, and snippets.

@MayamaTakeshi
Created December 5, 2021 06:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MayamaTakeshi/64c2893dfbddb8729fcbe70b9a0b2e74 to your computer and use it in GitHub Desktop.
Save MayamaTakeshi/64c2893dfbddb8729fcbe70b9a0b2e74 to your computer and use it in GitHub Desktop.
Building and installing yate on ubuntu 20.04
sudo apt install build-essential
sudo add-apt-repository ppa:rock-core/qt4
sudo apt update
sudo apt install qt4-dev-tools
mkdir yate
cd yate
svn checkout http://voip.null.ro/svn/yate/trunk
cd trunk
./autogen.sh
./configure
make
sudo make install-noapi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment