Source code access
QuteCom's source code is managed using the Mercurial version management software, also known as "hg". To get your local copy of the repository, use the hg clone command:
$ hg clone http://hg.qutecom.org/repository_name
where repository_name is one of the repositories you can see at http://hg.qutecom.org.
i.e for Fedora
yum -y install mercurial hg clone http://hg.qutecom.org/qutecom-2.2
