Changes between Version 1 and Version 2 of LatestRelease


Ignore:
Timestamp:
Apr 1, 2010, 11:24:18 AM (14 years ago)
Author:
Philip Taylor
Comment:

version bump

Legend:

Unmodified
Added
Removed
Modified
  • LatestRelease

    v1 v2  
    55== Windows ==
    66
    7 Download and run [http://releases.wildfiregames.com/0ad-r07413-pre-alpha-win32.exe 0ad-win32.exe] (114 MB) (self-extracting [http://www.7-zip.org/ 7-Zip]), then select a location to extract the files. This includes all the source code and data files, and precompiled binaries.
     7Download and run [http://releases.wildfiregames.com/0ad-r07419-pre-alpha-win32.exe 0ad-win32.exe] (114 MB) (self-extracting [http://www.7-zip.org/ 7-Zip]), then select a location to extract the files. This includes all the source code and data files, and precompiled binaries.
    88
    99Run the game from `binaries\system\pyrogenesis.exe`. If you want to modify and compile the game yourself, follow the [BuildInstructions#Windows build instructions] using the files from this release instead of downloading from SVN.
     
    1111SHA1 digest (to verify the download):
    1212{{{
    13 26b7dbcf9ce346c278ac5e2bacc583f61069534c  0ad-r07413-pre-alpha-win32.exe
     13678ddf059300b6912a04556f93f00921fe1cc2d3  0ad-r07419-pre-alpha-win32.exe
    1414}}}
    1515
     
    2525
    2626You need two files:
    27  * [http://releases.wildfiregames.com/0ad-r07413-pre-alpha-unix-build.tar.xz 0ad-unix-build.tar.xz] (6 MB) ''or'' [http://releases.wildfiregames.com/0ad-r07413-pre-alpha-unix-build.tar.bz2 0ad-unix-build.tar.bz2] (8 MB)
    28  * [http://releases.wildfiregames.com/0ad-r07413-pre-alpha-unix-data.tar.xz 0ad-unix-data.tar.xz] (92 MB) ''or'' [http://releases.wildfiregames.com/0ad-r07413-pre-alpha-unix-data.tar.bz2 0ad-unix-data.tar.bz2] (106 MB)
     27 * [http://releases.wildfiregames.com/0ad-r07419-pre-alpha-unix-build.tar.xz 0ad-unix-build.tar.xz] (6 MB) ''or'' [http://releases.wildfiregames.com/0ad-r07419-pre-alpha-unix-build.tar.bz2 0ad-unix-build.tar.bz2] (8 MB)
     28 * [http://releases.wildfiregames.com/0ad-r07419-pre-alpha-unix-data.tar.xz 0ad-unix-data.tar.xz] (92 MB) ''or'' [http://releases.wildfiregames.com/0ad-r07419-pre-alpha-unix-data.tar.bz2 0ad-unix-data.tar.bz2] (106 MB)
    2929The `.xz` files are smaller but may require you to install [http://tukaani.org/xz/ XZ Utils].
    3030
    3131SHA1 digests:
    3232{{{
    33 66657a2799fbc05edf07de5d33e8d59319839a3f  0ad-r07413-pre-alpha-unix-build.tar.xz
    34 ba9ed5d4545e29b19c27f33b68c605342337ed7f  0ad-r07413-pre-alpha-unix-build.tar.bz2
    35 9d2c25f1ec54c5b6a3a8ff59577d3effb35b4eb8  0ad-r07413-pre-alpha-unix-data.tar.xz
    36 06fbf94bb38f3b3069df6efe0ccf93c6dd1ffc56  0ad-r07413-pre-alpha-unix-data.tar.bz2
     333ac6d6a66180d08359a8455e9b59f433207e8e31  0ad-r07419-pre-alpha-unix-build.tar.xz
     347240efa9e1b383045b977936cfdcabb2de28cdcd  0ad-r07419-pre-alpha-unix-build.tar.bz2
     35bd0c3d636d53b76f81f928540db1672f04ec0477  0ad-r07419-pre-alpha-unix-data.tar.xz
     36eb3b061e6e82fc181887ad75622584f4dae7de3a  0ad-r07419-pre-alpha-unix-data.tar.bz2
    3737}}}
    3838
     
    4040{{{
    4141# Extract .xz version into the current directory:
    42 tar xvJf 0ad-r07413-pre-alpha-unix-build.tar.xz
    43 tar xvJf 0ad-r07413-pre-alpha-unix-data.tar.xz
     42tar xvJf 0ad-r07419-pre-alpha-unix-build.tar.xz
     43tar xvJf 0ad-r07419-pre-alpha-unix-data.tar.xz
    4444# Or, if your tar is older than 1.22:
    45 xz -cd 0ad-r07413-pre-alpha-unix-build.tar.xz | tar xv
    46 xz -cd 0ad-r07413-pre-alpha-unix-data.tar.xz | tar xv
     45xz -cd 0ad-r07419-pre-alpha-unix-build.tar.xz | tar xv
     46xz -cd 0ad-r07419-pre-alpha-unix-data.tar.xz | tar xv
    4747# Or, if you have the .bz2 version:
    48 tar xvjf 0ad-r07413-pre-alpha-unix-build.tar.bz2
    49 tar xvjf 0ad-r07413-pre-alpha-unix-data.tar.bz2
     48tar xvjf 0ad-r07419-pre-alpha-unix-build.tar.bz2
     49tar xvjf 0ad-r07419-pre-alpha-unix-data.tar.bz2
    5050}}}
    5151