Changes between Version 9 and Version 10 of LatestRelease


Ignore:
Timestamp:
Jul 11, 2010, 1:21:19 AM (14 years ago)
Author:
Philip Taylor
Comment:

version bump

Legend:

Unmodified
Added
Removed
Modified
  • LatestRelease

    v9 v10  
    55== Windows ==
    66
    7 Download 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.
     7Download and run [http://releases.wildfiregames.com/0ad-r07732-pre-alpha-win32.exe 0ad-win32.exe] (120 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 18f584b74f3df709a6694bafee646e9a8cb752ee  0ad-r07539-pre-alpha-win32.exe         
     13b704eb3df6a4789a601f567f210428da61d125fc  0ad-r07732-pre-alpha-win32.exe
    1414}}}
    1515
     
    2525
    2626You need two files:
    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)
     27 * [http://releases.wildfiregames.com/0ad-r07732-pre-alpha-unix-build.tar.xz 0ad-unix-build.tar.xz] (3 MB) ''or'' [http://releases.wildfiregames.com/0ad-r07732-pre-alpha-unix-build.tar.bz2 0ad-unix-build.tar.bz2] (4 MB)
     28 * [http://releases.wildfiregames.com/0ad-r07732-pre-alpha-unix-data.tar.xz 0ad-unix-data.tar.xz] (98 MB) ''or'' [http://releases.wildfiregames.com/0ad-r07732-pre-alpha-unix-data.tar.bz2 0ad-unix-data.tar.bz2] (113 MB)
    2929The `.xz` files are smaller but may require you to install [http://tukaani.org/xz/ XZ Utils].
    3030
    3131SHA1 digests:
    3232{{{
    33 272f494544968728dce3495a66070a8ab92cdd00  0ad-r07539-pre-alpha-unix-build.tar.xz
    34 7da77765f6f45f66a3f8e5b6b045fdcb051d2f71  0ad-r07539-pre-alpha-unix-build.tar.bz2
    35 b99a55cb648d976691306406ce23815f231a136b  0ad-r07539-pre-alpha-unix-data.tar.xz 
    36 87849ab8085ea8b9705383377215f3e683a3d38f  0ad-r07539-pre-alpha-unix-data.tar.bz2
     333d2f908158f4cd0b4dae209192ccf458d0abbf27  0ad-r07732-pre-alpha-unix-build.tar.xz
     34b006836012047d4d6d301ddc85b0fe9d6d4c8dff  0ad-r07732-pre-alpha-unix-build.tar.bz2
     358cfcff95005d14c6f7b809303b701545f0779b1f  0ad-r07732-pre-alpha-unix-data.tar.xz
     36d7b41d6bf7c697640e4b3edccb5916961ae427a5  0ad-r07732-pre-alpha-unix-data.tar.bz2
    3737}}}
    3838
     
    4040{{{
    4141# Extract .xz version into the current directory:
    42 tar xvJf 0ad-r07539-pre-alpha-unix-build.tar.xz
    43 tar xvJf 0ad-r07539-pre-alpha-unix-data.tar.xz
     42tar xvJf 0ad-r07732-pre-alpha-unix-build.tar.xz
     43tar xvJf 0ad-r07732-pre-alpha-unix-data.tar.xz
    4444# Or, if your tar is older than 1.22:
    45 xz -cd 0ad-r07539-pre-alpha-unix-build.tar.xz | tar xv
    46 xz -cd 0ad-r07539-pre-alpha-unix-data.tar.xz | tar xv
     45xz -cd 0ad-r07732-pre-alpha-unix-build.tar.xz | tar xv
     46xz -cd 0ad-r07732-pre-alpha-unix-data.tar.xz | tar xv
    4747# Or, if you have the .bz2 version:
    48 tar xvjf 0ad-r07539-pre-alpha-unix-build.tar.bz2
    49 tar xvjf 0ad-r07539-pre-alpha-unix-data.tar.bz2
     48tar xvjf 0ad-r07732-pre-alpha-unix-build.tar.bz2
     49tar xvjf 0ad-r07732-pre-alpha-unix-data.tar.bz2
    5050}}}
    5151