Changes between Version 2 and Version 3 of GetTheSourceQuteCom


Ignore:
Timestamp:
May 10, 2011 12:42:57 PM (2 years ago)
Author:
dneary
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GetTheSourceQuteCom

    v2 v3  
    77where repository_name is one of the repositories you can see at http://hg.qutecom.org.  
    88 
    9 i.e for Fedora 
    10  
     9To install Mercurial on Fedora, run: 
    1110{{{ 
    1211yum -y install mercurial 
    13 hg clone http://hg.qutecom.org/qutecom-2.2  
    1412}}} 
     13 
     14On Debian or Ubuntu: 
     15{{{ 
     16apt-get install mercurial 
     17}}} 
     18 
     19Once you have installed Mercurial, you can get the latest version of !QuteCom's source code with the command 
     20{{{ 
     21hg clone http://hg.qutecom.org/qutecom-3.0 
     22}}} 
     23 
     24If you prefer, you can get the most recent version of the maintenance branch with the command 
     25{{{ 
     26hg clone http://hg.qutecom.org/qutecom-2.2 
     27}}}