Download Ekiga sources

From Ekiga

Jump to: navigation, search

Steps: Download sourcesCompile → Execute and Debug

Ekiga depends on two libraries, ptlib and opal, and these three programs are developed together. So you need to download and compile all the three. Note that you cannot mix them (stable branch ekiga with unstable branch ptlib for ex.)

If you do not know what to download, we recommend you to download the Last release, stable below.

Download

Last releases (tarballs):

Active branches (using git/SVN):

  • trunk/master (unstable branch): This branch contains the latest development code. It will make up a future release 3.4.0. Note that only ekiga uses master, while ptlib and opal use stable branch.
svn export https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/branches/v2_8 ptlib
svn export https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/branches/v3_8 opal
git clone git://git.gnome.org/ekiga
  • gnome-2-26 (stable branch): This branch contains the latest stable code corresponding to the Ekiga 3.2.x releases.
svn export https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/branches/v2_6 ptlib
svn export https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/branches/v3_6 opal
git clone git://git.gnome.org/ekiga; cd ekiga; git checkout -b gnome-2-26 origin/gnome-2-26

Useful Links

Personal tools