Download Ekiga sources
From Ekiga
Steps: Download sources → Compile → 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):
- stable: PTLIB 2.10.10, OPAL 3.10.10, Ekiga 4.0.1
Active branches (using git/SVN):
- master/trunk (unstable branch): This branch contains the latest development code. 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_10 ptlibsvn export https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/branches/v3_10 opalgit clone git://git.gnome.org/ekiga
- v4_0 (stable branch): This branch contains the latest stable code corresponding to the Ekiga 4.0.x releases.
svn export https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/branches/v2_10 ptlibsvn export https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/branches/v3_10 opalgit clone git://git.gnome.org/ekiga; cd ekiga; git checkout -b v4_0 origin/v4_0
Useful Links
- Web Interface:
- git tutorial: http://live.gnome.org/Git/Developers
- SVN Tutorial: http://developer.gnome.org/tools/svn.html