Changes between Version 27 and Version 28 of LatestRelease


Ignore:
Timestamp:
Sep 17, 2010, 3:54:25 AM (14 years ago)
Author:
Erik Johansson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LatestRelease

    v27 v28  
    1 '''Warning''': The game is currently under heavy development, and many features are currently missing. This release is an '''alpha version''', not a completed playable game - please check our '''[http://www.wildfiregames.com/0ad/ site]''' and '''[http://www.wildfiregames.com/forum/index.php?showforum=135 forums]''' for future updates!
     1This page is obsolete, now there are separate pages for each operating system to make it easier for people to find the correct version for the operating system, please see below. '''Please update any pages linking to this with the appropriate operating system specific page, alternatively all pages'''.
    22
    3 The Linux packages are new and not well-tested, so please report any problems.
    43
    5 [[TOC(inline,noheading)]]
     4== [wiki:LatestReleaseWindows How to install the latest version of 0 A.D. on Windows] ==
    65
    7 == Windows ==
     6== [wiki:LatestReleaseLinux How to install the latest version of 0 A.D. on Linux] ==
    87
    9 '''[http://releases.wildfiregames.com/0ad-r07970-alpha-win32.exe Download the Windows installer]''' (122 MB).
    10 
    11 The installer includes the full source code. 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.
    12 
    13 == Ubuntu 10.04 ==
    14 
    15 Install from our [https://launchpad.net/~wfg/+archive/0ad PPA]:
    16 {{{
    17 sudo add-apt-repository ppa:wfg/0ad
    18 sudo apt-get update
    19 sudo apt-get install 0ad
    20 }}}
    21 (If you get errors about unmet dependencies, check that you have the Universe repository enabled in `/etc/apt/sources.list`.)
    22 
    23 Run the game from the command-line as
    24 {{{
    25 0ad
    26 }}}
    27 or from the application menu item "Games" / "0 A.D."
    28 
    29 Alternatively, you can install `0ad` from [http://www.playdeb.net/software/0%20A.D. PlayDeb.net] (see their [http://www.playdeb.net/updates/ubuntu/all/#how_to_install setup instructions]).
    30 
    31 '''Unstable version''': You can try a more up-to-date but less-well-tested version from our [https://launchpad.net/~wfg/+archive/0ad.dev development snapshot PPA], which should be updated each week. Follow the instructions above but use the `ppa:wfg/0ad.dev` repository name.
    32 
    33 == Debian 5.0 ==
    34 
    35 {{{
    36 sudo sh -e'echo "deb http://download.opensuse.org/repositories/games/Debian_5.0/ /" >/etc/apt/sources.list.d/obs-games.list'
    37 sudo apt-get update
    38 sudo apt-get install 0ad
    39 }}}
    40 It should prompt "Install these packages without verification?" - these packages are not checked or trusted by Debian. You should not install them in security-critical environments. If you understand and accept the danger of installing unknown software, answer "y".
    41 
    42 Run the game from the command-line as
    43 {{{
    44 0ad
    45 }}}
    46 or from the application menu item "0 A.D."
    47 
    48 == OpenSUSE ==
    49 
    50  * Launch YaST.
    51  * Select "Software" and "Software Repositories".
    52  * Select "Add" and "Specify URL..."
    53  * Enter one of the following URLs, with name "obs-games":
    54   * `http://download.opensuse.org/repositories/games/openSUSE_11.3/`
    55   * `http://download.opensuse.org/repositories/games/openSUSE_11.2/`
    56   * `http://download.opensuse.org/repositories/games/openSUSE_11.1/`
    57  * It should prompt "Import Untrusted GnuPG Key" - these packages are not checked or trusted by OpenSUSE. You should not install them in security-critical environments. If you understand and accept the danger of installing unknown software, accept the import.
    58  * Run "Install/Remove Software"
    59  * Select "0ad" to install.
    60 
    61 Run the game from the command-line as
    62 {{{
    63 0ad
    64 }}}
    65 or from the application menu item "0 A.D."
    66 
    67 == Fedora, Mandriva ==
    68 
    69 First run:
    70 {{{
    71 su -
    72 }}}
    73 Then run one of the following commands:
    74  * `curl http://download.opensuse.org/repositories/games/Fedora_13/games.repo >/etc/yum.repos.d/obs-games.repo`
    75  * `curl http://download.opensuse.org/repositories/games/Fedora_12/games.repo >/etc/yum.repos.d/obs-games.repo`
    76  * `curl http://download.opensuse.org/repositories/games/Mandriva_2010.1/games.repo >/etc/yum.repos.d/obs-games.repo`
    77  * `curl http://download.opensuse.org/repositories/games/Mandriva_2010/games.repo >/etc/yum.repos.d/obs-games.repo`
    78  * `curl http://download.opensuse.org/repositories/games/Mandriva_2009.1/games.repo >/etc/yum.repos.d/obs-games.repo`
    79 Install the package:
    80 {{{
    81 yum install 0ad
    82 }}}
    83 It should prompt "Importing GPG key 0xC862B42C ... Is this ok?" - these packages are not checked or trusted by Fedora/Mandriva. You should not install them in security-critical environments. If you understand and accept the danger of installing unknown software, answer "y".
    84 
    85 Exit from the `su` shell:
    86 {{{
    87 exit
    88 }}}
    89 Run the game from the command-line as
    90 {{{
    91 0ad
    92 }}}
    93 or from the application menu item "0 A.D."
    94 
    95 '''Unstable version''': Fedora: You can try a more up-to-date but less-well-tested version from a [http://forums.fedoraforum.org/showthread.php?t=250474 Fedora People repository].
    96 
    97 == Gentoo ==
    98 
    99 See [http://bugs.gentoo.org/show_bug.cgi?id=278541 bug containing ebuilds] (both latest release and latest SVN).
    100 
    101 == Arch ==
    102 
    103 See [http://aur.archlinux.org/packages.php?ID=36132 releases] and [http://aur.archlinux.org/packages.php?ID=28560 latest SVN] packages.
    104 
    105 == Compiling on Linux and OS X ==
    106 
    107 You need two files:
    108  * [http://releases.wildfiregames.com/0ad-r07970-alpha-unix-build.tar.xz 0ad-unix-build.tar.xz] (3 MB) ''or'' [http://releases.wildfiregames.com/0ad-r07970-alpha-unix-build.tar.gz 0ad-unix-build.tar.gz] (5 MB)
    109  * [http://releases.wildfiregames.com/0ad-r07970-alpha-unix-data.tar.xz 0ad-unix-data.tar.xz] (99 MB) ''or'' [http://releases.wildfiregames.com/0ad-r07970-alpha-unix-data.tar.gz 0ad-unix-data.tar.gz] (118 MB)
    110 The `.xz` files are smaller but may require you to install [http://tukaani.org/xz/ XZ Utils].
    111 
    112 Extract both files to the same location:
    113 {{{
    114 # Extract .xz version into the current directory:
    115 tar xvJf 0ad-r07970-alpha-unix-build.tar.xz
    116 tar xvJf 0ad-r07970-alpha-unix-data.tar.xz
    117 
    118 # Or, if your tar is older than 1.22:
    119 xz -cd 0ad-r07970-alpha-unix-build.tar.xz | tar xv
    120 xz -cd 0ad-r07970-alpha-unix-data.tar.xz | tar xv
    121 
    122 # Or, if you downloaded the .gz version:
    123 tar xvzf 0ad-r07970-alpha-unix-build.tar.gz
    124 tar xvzf 0ad-r07970-alpha-unix-data.tar.gz
    125 }}}
    126 
    127 Then follow the '''[BuildInstructions#Unix build instructions]''' using the files from this release instead of downloading from SVN.
     8== [wiki:LatestReleaseMac How to install the latest version of 0 A.D. on Mac] ==