Changes between Version 16 and Version 17 of LatestReleaseMac


Ignore:
Timestamp:
Mar 15, 2012, 8:12:15 PM (12 years ago)
Author:
historic_bruno
Comment:

remove confusing build instructions

Legend:

Unmodified
Added
Removed
Modified
  • LatestReleaseMac

    v16 v17  
    77'''[http://releases.wildfiregames.com/0ad-r11339-alpha-osx.dmg Download the OS X .dmg package]''' (372 MB).
    88
    9 == Compiling on OS X ==
    10 
    11 You need two files:
    12  * [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)
    13  * [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)
    14 The `.xz` files are smaller but may require you to install [http://tukaani.org/xz/ XZ Utils].
    15 
    16 Extract both files to the same location:
    17 {{{
    18 # Extract .xz version into the current directory:
    19 tar xvJf 0ad-r11339-alpha-unix-build.tar.xz
    20 tar xvJf 0ad-r11339-alpha-unix-data.tar.xz
    21 
    22 # Or, if your tar is older than 1.22:
    23 xz -cd 0ad-r11339-alpha-unix-build.tar.xz | tar xv
    24 xz -cd 0ad-r11339-alpha-unix-data.tar.xz | tar xv
    25 
    26 # Or, if you downloaded the .gz version:
    27 tar xvzf 0ad-r11339-alpha-unix-build.tar.gz
    28 tar xvzf 0ad-r11339-alpha-unix-data.tar.gz
    29 }}}
    30 
    31 Then follow the '''[BuildInstructions#OSX build instructions]''' using the files from this release instead of downloading from SVN.
    32 
    33 
    349== How to get info on new releases ==
    3510