Changes between Version 82 and Version 83 of BuildInstructions


Ignore:
Timestamp:
2010-03-29 13:10:12 (3 years ago)
Author:
Philip
Comment:

bump release version

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v82 v83  
    162162 
    163163You need two files: 
    164  * [http://releases.wildfiregames.com/0ad-r07405-pre-alpha-unix-build.tar.xz 0ad-unix-build.tar.xz] (6 MB) ''or'' [http://releases.wildfiregames.com/0ad-r07405-pre-alpha-unix-build.tar.bz2 0ad-unix-build.tar.bz2] (8 MB) 
    165  * [http://releases.wildfiregames.com/0ad-r07405-pre-alpha-unix-data.tar.xz 0ad-unix-data.tar.xz] (92 MB) ''or'' [http://releases.wildfiregames.com/0ad-r07405-pre-alpha-unix-data.tar.bz2 0ad-unix-data.tar.bz2] (106 MB) 
     164 * [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) 
     165 * [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) 
    166166The `.xz` files are smaller but may require you to install [http://tukaani.org/xz/ XZ Utils]. 
    167167 
    168168SHA1 digests: 
    169169{{{ 
    170 57d61f2bee26666d8e89e9952a6c2b532dd6e030  0ad-r07405-pre-alpha-unix-build.tar.xz 
    171 eaaa0094a8baeaf3d3a11792b7272b397f2ca84c  0ad-r07405-pre-alpha-unix-build.tar.bz2 
    172 2a5837141579f77f3b3b5f3d2e83b490dbef9bc5  0ad-r07405-pre-alpha-unix-data.tar.xz 
    173 a30fc818807a40225bb792892ffd91a1c86fadfe  0ad-r07405-pre-alpha-unix-data.tar.bz2 
     17066657a2799fbc05edf07de5d33e8d59319839a3f  0ad-r07413-pre-alpha-unix-build.tar.xz 
     171ba9ed5d4545e29b19c27f33b68c605342337ed7f  0ad-r07413-pre-alpha-unix-build.tar.bz2 
     1729d2c25f1ec54c5b6a3a8ff59577d3effb35b4eb8  0ad-r07413-pre-alpha-unix-data.tar.xz 
     17306fbf94bb38f3b3069df6efe0ccf93c6dd1ffc56  0ad-r07413-pre-alpha-unix-data.tar.bz2 
    174174}}} 
    175175 
     
    177177{{{ 
    178178# Extract .xz version into the current directory: 
    179 tar xvJf 0ad-r07405-pre-alpha-unix-build.tar.xz 
    180 tar xvJf 0ad-r07405-pre-alpha-unix-data.tar.xz 
     179tar xvJf 0ad-r07413-pre-alpha-unix-build.tar.xz 
     180tar xvJf 0ad-r07413-pre-alpha-unix-data.tar.xz 
    181181# Or, if your tar is older than 1.22: 
    182 xz -cd 0ad-r07405-pre-alpha-unix-build.tar.xz | tar xv 
    183 xz -cd 0ad-r07405-pre-alpha-unix-data.tar.xz | tar xv 
     182xz -cd 0ad-r07413-pre-alpha-unix-build.tar.xz | tar xv 
     183xz -cd 0ad-r07413-pre-alpha-unix-data.tar.xz | tar xv 
    184184# Or, if you have the .bz2 version: 
    185 tar xvjf 0ad-r07405-pre-alpha-unix-build.tar.bz2 
    186 tar xvjf 0ad-r07405-pre-alpha-unix-data.tar.bz2 
     185tar xvjf 0ad-r07413-pre-alpha-unix-build.tar.bz2 
     186tar xvjf 0ad-r07413-pre-alpha-unix-data.tar.bz2 
    187187}}} 
    188188 
     
    191191=== Windows === 
    192192 
    193 Download and run [http://releases.wildfiregames.com/0ad-r07405-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. 
     193Download 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. 
    194194 
    195195SHA1 digest: 
    196196{{{ 
    197 76f4ba98ef0f6e05eac9ff2a1b83ca767b181da3  0ad-r07405-pre-alpha-win32.exe 
     19726b7dbcf9ce346c278ac5e2bacc583f61069534c  0ad-r07413-pre-alpha-win32.exe 
    198198}}} 
    199199 
     
    213213 * `libAtlasUI_dbg.so` or `libAtlasUI.so` 
    214214 * `libmozjs-ps-debug.so` or `libmozjs-ps-release.so` 
    215 You also need to distribute the contents of the `data` tarball. You don't need to distribute anything from the `build` tarball. The executables should be located somewhere so that they can use `../data/` to access the `data` tarball's `binaries/data/` directory. (They don't need to be in a directory called `system/`, and that directory doesn't need to be in one called `binaries/`, if you prefer different names). The whole thing should probably go somewhere like `/opt/0ad/`, and you might want to set up a script with a nice name like `/usr/bin/0ad` to run it, depending on local conventions. 
    216  
    217 These directories and files should be read-only; all per-user output goes in XDG basedir locations (unless we have bugs). 
     215You also need to distribute the contents of the `data` tarball. You don't need to distribute anything from the `build` tarball. The executables should be located in a directory alongside the `data` tarball's `binaries/data/` directory, so they can access it as `../data/` relative to the executables path. (They don't need to be in a directory called `system/`, and that directory doesn't need to be in one called `binaries/`, if you prefer different names). The whole thing should probably go somewhere like `/opt/0ad/`, and you might want to set up a script with a nice name like `/usr/bin/0ad` to run it, depending on local conventions. 
     216 
     217These directories and files should be read-only; all per-user output goes in [http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html XDG basedir] locations (unless we have bugs).