Changes between Version 6 and Version 7 of LatestRelease


Ignore:
Timestamp:
May 12, 2010, 5:16:03 PM (14 years ago)
Author:
Philip Taylor
Comment:

version bump

Legend:

Unmodified
Added
Removed
Modified
  • LatestRelease

    v6 v7  
    55== Windows ==
    66
    7 Download 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.
     7Download and run [http://releases.wildfiregames.com/0ad-r07539-pre-alpha-win32.exe 0ad-win32.exe] (115 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 678ddf059300b6912a04556f93f00921fe1cc2d3  0ad-r07419-pre-alpha-win32.exe
     1318f584b74f3df709a6694bafee646e9a8cb752ee  0ad-r07539-pre-alpha-win32.exe         
    1414}}}
    1515
     
    2525
    2626You need two files:
    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)
     27 * [http://releases.wildfiregames.com/0ad-r07539-pre-alpha-unix-build.tar.xz 0ad-unix-build.tar.xz] (4 MB) ''or'' [http://releases.wildfiregames.com/0ad-r07539-pre-alpha-unix-build.tar.bz2 0ad-unix-build.tar.bz2] (4 MB)
     28 * [http://releases.wildfiregames.com/0ad-r07539-pre-alpha-unix-data.tar.xz 0ad-unix-data.tar.xz] (92 MB) ''or'' [http://releases.wildfiregames.com/0ad-r07539-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 3ac6d6a66180d08359a8455e9b59f433207e8e31  0ad-r07419-pre-alpha-unix-build.tar.xz
    34 7240efa9e1b383045b977936cfdcabb2de28cdcd  0ad-r07419-pre-alpha-unix-build.tar.bz2
    35 bd0c3d636d53b76f81f928540db1672f04ec0477  0ad-r07419-pre-alpha-unix-data.tar.xz
    36 eb3b061e6e82fc181887ad75622584f4dae7de3a  0ad-r07419-pre-alpha-unix-data.tar.bz2
     33272f494544968728dce3495a66070a8ab92cdd00  0ad-r07539-pre-alpha-unix-build.tar.xz
     347da77765f6f45f66a3f8e5b6b045fdcb051d2f71  0ad-r07539-pre-alpha-unix-build.tar.bz2
     35b99a55cb648d976691306406ce23815f231a136b  0ad-r07539-pre-alpha-unix-data.tar.xz 
     3687849ab8085ea8b9705383377215f3e683a3d38f  0ad-r07539-pre-alpha-unix-data.tar.bz2
    3737}}}
    3838
     
    4040{{{
    4141# Extract .xz version into the current directory:
    42 tar xvJf 0ad-r07419-pre-alpha-unix-build.tar.xz
    43 tar xvJf 0ad-r07419-pre-alpha-unix-data.tar.xz
     42tar xvJf 0ad-r07539-pre-alpha-unix-build.tar.xz
     43tar xvJf 0ad-r07539-pre-alpha-unix-data.tar.xz
    4444# Or, if your tar is older than 1.22:
    45 xz -cd 0ad-r07419-pre-alpha-unix-build.tar.xz | tar xv
    46 xz -cd 0ad-r07419-pre-alpha-unix-data.tar.xz | tar xv
     45xz -cd 0ad-r07539-pre-alpha-unix-build.tar.xz | tar xv
     46xz -cd 0ad-r07539-pre-alpha-unix-data.tar.xz | tar xv
    4747# Or, if you have the .bz2 version:
    48 tar xvjf 0ad-r07419-pre-alpha-unix-build.tar.bz2
    49 tar xvjf 0ad-r07419-pre-alpha-unix-data.tar.bz2
     48tar xvjf 0ad-r07539-pre-alpha-unix-build.tar.bz2
     49tar xvjf 0ad-r07539-pre-alpha-unix-data.tar.bz2
    5050}}}
    5151