Changes between Version 2 and Version 3 of Binaries


Ignore:
Timestamp:
09/21/11 10:52:25 (13 years ago)
Author:
slavazanko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Binaries

    v2 v3  
    55== Debian and Ubuntu == 
    66 
     7 
     8Binary packages for Debian Lenny\Squeeze, Ubuntu Maverick\Natty (both i386 and amd64): 
     9 
     10'''Release''' 
     11{{{ 
     12deb http://www.tataranovich.com/debian lenny main 
     13deb http://www.tataranovich.com/debian squeeze main 
     14deb http://www.tataranovich.com/debian maverick main 
     15deb http://www.tataranovich.com/debian natty main 
     16}}} 
     17 
     18'''Nightly''' 
     19{{{ 
     20deb http://www.tataranovich.com/debian lenny nightly 
     21deb http://www.tataranovich.com/debian squeeze nightly 
     22deb http://www.tataranovich.com/debian maverick nightly 
     23deb http://www.tataranovich.com/debian natty nightly 
     24}}} 
     25Also available source packages (add deb-src) 
     26 
     27Repository signed with key: 2EE7EF82 
     28 
     29{{{#!comment 
    730=== Debian === 
    831 
     
    1942To use the packages provided by the PPA, install the signing key first: 
    2043 
    21 {{{ 
     44{ {{ 
    2245sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F82FBD49 
    23 }}} 
     46}} } 
    2447 
    2548Then add the corresponding lines to your '''/etc/apt/sources.list''', replacing '''YOUR_DISTRO''' with the corresponding release name (hardy, intrepid, etc.): 
    2649 
    27 {{{ 
     50{ {{ 
    2851deb http://ppa.launchpad.net/zaytsev/ppa/ubuntu YOUR_DISTRO main  
    2952deb-src http://ppa.launchpad.net/zaytsev/ppa/ubuntu YOUR_DISTRO main  
    30 }}} 
     53}} } 
    3154 
    3255and perform a system upgrade: 
    3356 
    34 {{{ 
     57{ {{ 
    3558sudo apt-get update 
    3659sudo apt-get upgrade 
    37 }}} 
     60}} } 
    3861 
    3962In case you need support with the package, please use mc-devel mailing list. 
     63}}} 
     64== Redhat-based distros == 
    4065 
    41 == Redhat-based distros == 
     66'''Warning!!! The RPM build host was destroyed and therefore is temporarily nonoperational. Please wait until it will be restored at a new location.''' 
     67 
     68The binaries are normally provided by the distributions, who choose to ship mc along with their packages. We have, however, set up a machine which builds nightly RPM packages from the snapshot of the master Git branch at around 4:30 (GMT+3) for a number of platforms and architectures (EL4, EL5, FC10, FC11, FC12, both x86 and x86_64). Please check out the NightlyBuilds for details. 
    4269 
    4370The very same machine that is currently being used as a buildhost for nightly builds also provides release builds for all currently supported Redhat distributions. Be warned, however, that these builds possible do not offer the same stability that is expected from distro builds, so please encourage the acceptance of the new versions of mc in the distribution in the first place.