Changes between Version 26 and Version 27 of LatestReleaseLinux


Ignore:
Timestamp:
Jul 20, 2011, 1:10:43 AM (13 years ago)
Author:
historic_bruno
Comment:

Adding Sabayon, organizing list into alphabetical order

Legend:

Unmodified
Added
Removed
Modified
  • LatestReleaseLinux

    v26 v27  
    66[[TOC(inline,noheading)]]
    77
    8 == Ubuntu ==
    9 Install from our [https://launchpad.net/~wfg/+archive/0ad PPA]:
    108
    11 {{{
    12 sudo add-apt-repository ppa:wfg/0ad
    13 sudo apt-get update
    14 sudo apt-get install 0ad
    15 }}}
    16 (If you get errors about unmet dependencies, check that you have the Universe repository enabled in `/etc/apt/sources.list`.)
     9== Arch ==
     10See [http://aur.archlinux.org/packages.php?ID=36132 releases] and [http://aur.archlinux.org/packages.php?ID=28560 latest SVN] packages.
    1711
    18 Run the game from the command-line as
    19 
    20 {{{
    21 0ad
    22 }}}
    23 or from the application menu item "Games" / "0 A.D."
    24 
    25 '''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.
    26 
    27 == OpenSUSE ==
    28  * Launch YaST.
    29  * Select "Software" and "Software Repositories".
    30  * Select "Add" and "Specify URL..."
    31  * Enter one of the following URLs, with name "obs-games":
    32    * `http://download.opensuse.org/repositories/games/openSUSE_Tumbleweed/`
    33    * `http://download.opensuse.org/repositories/games/openSUSE_Factory/`
    34    * `http://download.opensuse.org/repositories/games/openSUSE_11.4/`
    35    * `http://download.opensuse.org/repositories/games/openSUSE_11.3/`
    36  * 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.
    37  * Run "Install/Remove Software"
    38  * Select "0ad" to install.
    39 
    40 Run the game from the command-line as
    41 
    42 {{{
    43 0ad
    44 }}}
    45 or from the application menu item "0 A.D."
     12== Chakra ==
     13It's [http://chakra-project.org/packages/index.php?act=search&searchpattern=0ad available in games repository]. See [http://www.chakra-project.org/wiki/index.php/0_A.D. Chakra wiki] for additional information.
    4614
    4715== Fedora ==
     
    8048See [http://bugs.gentoo.org/show_bug.cgi?id=278541 bug containing ebuilds] (both latest release and latest SVN).
    8149
    82 == Arch ==
    83 See [http://aur.archlinux.org/packages.php?ID=36132 releases] and [http://aur.archlinux.org/packages.php?ID=28560 latest SVN] packages.
     50== OpenSUSE ==
     51 * Launch YaST.
     52 * Select "Software" and "Software Repositories".
     53 * Select "Add" and "Specify URL..."
     54 * Enter one of the following URLs, with name "obs-games":
     55   * `http://download.opensuse.org/repositories/games/openSUSE_Tumbleweed/`
     56   * `http://download.opensuse.org/repositories/games/openSUSE_Factory/`
     57   * `http://download.opensuse.org/repositories/games/openSUSE_11.4/`
     58   * `http://download.opensuse.org/repositories/games/openSUSE_11.3/`
     59 * 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.
     60 * Run "Install/Remove Software"
     61 * Select "0ad" to install.
     62
     63Run the game from the command-line as
     64
     65{{{
     660ad
     67}}}
     68or from the application menu item "0 A.D."
    8469
    8570== Pardus GNU/Linux ==
     
    10186* If you don't want to add a repository, you can download and install PiSi package from http://paketler.pardus-linux.org/P2011
    10287
    103 == Chakra ==
    104 It's [http://chakra-project.org/packages/index.php?act=search&searchpattern=0ad available in games repository]. See [http://www.chakra-project.org/wiki/index.php/0_A.D. Chakra wiki] for additional information.
     88== Sabayon ==
     89
     90{{{
     91equo install 0ad
     92}}}
     93
     94== Ubuntu ==
     95Install from our [https://launchpad.net/~wfg/+archive/0ad PPA]:
     96
     97{{{
     98sudo add-apt-repository ppa:wfg/0ad
     99sudo apt-get update
     100sudo apt-get install 0ad
     101}}}
     102(If you get errors about unmet dependencies, check that you have the Universe repository enabled in `/etc/apt/sources.list`.)
     103
     104Run the game from the command-line as
     105
     106{{{
     1070ad
     108}}}
     109or from the application menu item "Games" / "0 A.D."
     110
     111'''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.
    105112
    106113== Compiling on Linux ==