Changes between Version 2 and Version 3 of GetTheSourceQuteCom
- Timestamp:
- May 10, 2011 12:42:57 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GetTheSourceQuteCom
v2 v3 7 7 where repository_name is one of the repositories you can see at http://hg.qutecom.org. 8 8 9 i.e for Fedora 10 9 To install Mercurial on Fedora, run: 11 10 {{{ 12 11 yum -y install mercurial 13 hg clone http://hg.qutecom.org/qutecom-2.214 12 }}} 13 14 On Debian or Ubuntu: 15 {{{ 16 apt-get install mercurial 17 }}} 18 19 Once you have installed Mercurial, you can get the latest version of !QuteCom's source code with the command 20 {{{ 21 hg clone http://hg.qutecom.org/qutecom-3.0 22 }}} 23 24 If you prefer, you can get the most recent version of the maintenance branch with the command 25 {{{ 26 hg clone http://hg.qutecom.org/qutecom-2.2 27 }}}
