Changes between Version 36 and Version 37 of LatestReleaseLinux


Ignore:
Timestamp:
Mar 15, 2012, 6:26:04 PM (12 years ago)
Author:
Philip Taylor
Comment:

version bump

Legend:

Unmodified
Added
Removed
Modified
  • LatestReleaseLinux

    v36 v37  
    2929yum install 0ad
    3030}}}
    31 It should prompt "Importing GPG key 0xC862B42C ... Is this ok?" - these packages are not checked or trusted by Fedora/Mandriva. You should not install them in security-critical environments. If you understand and accept the danger of installing unknown software, answer "y".
     31It should prompt "Importing GPG key 0xC862B42C ... Is this ok?" - these packages are not checked or trusted by !Fedora/Mandriva. You should not install them in security-critical environments. If you understand and accept the danger of installing unknown software, answer "y".
    3232
    3333Exit from the `su` shell:
     
    118118You need two files:
    119119
    120  * [http://releases.wildfiregames.com/0ad-r10803-alpha-unix-build.tar.xz 0ad-unix-build.tar.xz] (8 MB) ''or'' [http://releases.wildfiregames.com/0ad-r10803-alpha-unix-build.tar.gz 0ad-unix-build.tar.gz] (9 MB)
    121  * [http://releases.wildfiregames.com/0ad-r10803-alpha-unix-data.tar.xz 0ad-unix-data.tar.xz] (252 MB) ''or'' [http://releases.wildfiregames.com/0ad-r10803-alpha-unix-data.tar.gz 0ad-unix-data.tar.gz] (308 MB)
     120 * [http://releases.wildfiregames.com/0ad-r11339-alpha-unix-build.tar.xz 0ad-unix-build.tar.xz] (8 MB) ''or'' [http://releases.wildfiregames.com/0ad-r11339-alpha-unix-build.tar.gz 0ad-unix-build.tar.gz] (9 MB)
     121 * [http://releases.wildfiregames.com/0ad-r11339-alpha-unix-data.tar.xz 0ad-unix-data.tar.xz] (281 MB) ''or'' [http://releases.wildfiregames.com/0ad-r11339-alpha-unix-data.tar.gz 0ad-unix-data.tar.gz] (346 MB)
    122122
    123123The `.xz` files are smaller but may require you to install [http://tukaani.org/xz/ XZ Utils].
     
    127127{{{
    128128# Extract .xz version into the current directory:
    129 tar xvJf 0ad-r10803-alpha-unix-build.tar.xz
    130 tar xvJf 0ad-r10803-alpha-unix-data.tar.xz
     129tar xvJf 0ad-r11339-alpha-unix-build.tar.xz
     130tar xvJf 0ad-r11339-alpha-unix-data.tar.xz
    131131
    132132# Or, if your tar is older than 1.22:
    133 xz -cd 0ad-r10803-alpha-unix-build.tar.xz | tar xv
    134 xz -cd 0ad-r10803-alpha-unix-data.tar.xz | tar xv
     133xz -cd 0ad-r11339-alpha-unix-build.tar.xz | tar xv
     134xz -cd 0ad-r11339-alpha-unix-data.tar.xz | tar xv
    135135
    136136# Or, if you downloaded the .gz version:
    137 tar xvzf 0ad-r10803-alpha-unix-build.tar.gz
    138 tar xvzf 0ad-r10803-alpha-unix-data.tar.gz
     137tar xvzf 0ad-r11339-alpha-unix-build.tar.gz
     138tar xvzf 0ad-r11339-alpha-unix-data.tar.gz
    139139}}}
    140140Then follow the '''[wiki:BuildInstructions#Linux build instructions]''' using the files from this release instead of downloading from SVN.