Changes between Version 70 and Version 71 of LatestReleaseLinux


Ignore:
Timestamp:
Oct 12, 2014, 4:30:47 AM (10 years ago)
Author:
historic_bruno
Comment:

Moved compiling details to play0ad.com

Legend:

Unmodified
Added
Removed
Modified
  • LatestReleaseLinux

    v70 v71  
    33
    44== Compiling on Linux ==
    5 You need two files:
    65
    7  * [https://sourceforge.net/projects/zero-ad/files/releases/0ad-0.0.17-alpha-unix-build.tar.xz/download 0ad-unix-build.tar.xz] (19 MB) ''or'' [https://sourceforge.net/projects/zero-ad/files/releases/0ad-0.0.17-alpha-unix-build.tar.gz/download 0ad-unix-build.tar.gz] (21 MB)
    8  * [https://sourceforge.net/projects/zero-ad/files/releases/0ad-0.0.17-alpha-unix-data.tar.xz/download 0ad-unix-data.tar.xz] (562 MB) ''or'' [https://sourceforge.net/projects/zero-ad/files/releases/0ad-0.0.17-alpha-unix-data.tar.gz/download 0ad-unix-data.tar.gz] (697 MB)
    9 
    10 The `.xz` files are smaller but may require you to install [http://tukaani.org/xz/ XZ Utils].
    11 
    12 Extract both files to the same location:
    13 
    14 {{{
    15 # Extract .xz version into the current directory:
    16 tar xvJf 0ad-0.0.17-alpha-unix-build.tar.xz
    17 tar xvJf 0ad-0.0.17-alpha-unix-data.tar.xz
    18 
    19 # Or, if your tar is older than 1.22:
    20 xz -cd 0ad-0.0.17-alpha-unix-build.tar.xz | tar xv
    21 xz -cd 0ad-0.0.17-alpha-unix-data.tar.xz | tar xv
    22 
    23 # Or, if you downloaded the .gz version:
    24 tar xvzf 0ad-0.0.17-alpha-unix-build.tar.gz
    25 tar xvzf 0ad-0.0.17-alpha-unix-data.tar.gz
    26 }}}
    27 Then follow the '''[wiki:BuildInstructions#Linux build instructions]''' using the files from this release instead of downloading from SVN.
     6http://play0ad.com/download/source/