Changes between Version 68 and Version 69 of LatestReleaseLinux


Ignore:
Timestamp:
May 15, 2014, 10:03:03 PM (10 years ago)
Author:
leper
Comment:

Link to website like we do for Windows and OS X, leave the compilation instructions (for now).

Legend:

Unmodified
Added
Removed
Modified
  • LatestReleaseLinux

    v68 v69  
    1 = How to install the latest version on Linux =
    2 '''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://play0ad.com/ site]''' and '''[http://www.wildfiregames.com/forum/index.php?showforum=135 forums]''' for future updates!
    3 
    4 '''Warning''': there are known graphics problems when running 0 A.D. with old graphics drivers. If you notice a graphic issue, before reporting a ticket in '''[http://trac.wildfiregames.com/report our issue tracker]''', make sure you are using updated drivers. With open source driver (all Intel and Radeon up to HD 4870 only support open source drivers on recent distributions) this means using a recent release of '''[http://www.mesa3d.org/ Mesa]''' and, eventually, the '''[https://www.kernel.org/ Linux kernel]'''. You can do this upgrading your Linux distribution to the latest release or/and using a third party archive with updated drivers (e.g. a PPA, Personal Package Archive, on Ubuntu). You can find more informations for your Linux flavor in the sections below.
    5 
    6 The Linux packages are new and not well-tested, so please report any problems in our [http://www.wildfiregames.com/forum/index.php?showforum=378 Bug reports forum here].
    7 
    8 [[TOC(inline,noheading)]]
    9 
    10 == Arch ==
    11 0 A.D. is available in the [https://www.archlinux.org/packages/?sort=&q=0ad "community repository"]. A [http://aur.archlinux.org/packages.php?ID=28560 SVN package] is in the AUR.
    12 
    13 == Chakra ==
    14 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.
    15 
    16 == Debian ==
    17 0 A.D. is available in Debian's repositories since Debian 7.0 Wheezy.
    18 
    19 Install the package (requires root privileges):
    20 {{{
    21 apt-get install 0ad
    22 }}}
    23 Run the game from the command-line as
    24 {{{
    25 0ad
    26 }}}
    27 or from the application menu item "0 A.D."
    28 
    29 == Fedora ==
    30 0 A.D. is available in the official Fedora repositories starting with F16. Install the packages by running:
    31 {{{
    32 sudo yum install 0ad
    33 }}}
    34 
    35 Run the game from the command-line as
    36 
    37 {{{
    38 0ad
    39 }}}
    40 or from the application menu item "0 A.D."
    41 
    42 == Foresight ==
    43 Install 0 A.D by executing following command:
    44 
    45 {{{
    46 sudo conary install 0ad=gameway.rpath.org@fl:2
    47 }}}
    48 
    49 == Frugalware ==
    50 0 A.D. is the the repositories, install the package:
    51 
    52 {{{
    53 repoman upd
    54 repoman merge 0ad
    55 }}}
    56 == Gentoo ==
    57 See [http://bugs.gentoo.org/show_bug.cgi?id=278541 bug containing ebuilds] (both latest release and latest SVN).
    58 
    59 == OpenSUSE ==
    60  * Launch YaST.
    61  * Select "Software" and "Software Repositories".
    62  * Select "Add" and "Specify URL..."
    63  * Enter one of the following URLs, with name "obs-games":
    64    * `http://download.opensuse.org/repositories/games/openSUSE_Factory/`
    65    * `http://download.opensuse.org/repositories/games/openSUSE_12.3/`
    66    * `http://download.opensuse.org/repositories/games/openSUSE_12.2/`
    67  * 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.
    68  * Run "!Install/Remove Software"
    69  * Select "0ad" to install.
    70 
    71 Run the game from the command-line as
    72 
    73 {{{
    74 0ad
    75 }}}
    76 or from the application menu item "0 A.D."
    77 
    78 == Pisi ==
    79 
    80 0 A.D. can be installed from the package manager, or by typing in the terminal:
    81 {{{
    82 sudo pisi it 0ad
    83 }}}
    84 
    85 == ROSA ==
    86  * Select "Software" and "Software Repositories".
    87  * Select "Games" - "Strategy"
    88  * Select "0ad" to install.
    89 
    90 Run the game from the command-line as
    91 
    92 {{{
    93 0ad
    94 }}}
    95 or from the application menu item "0 A.D."
    96 
    97 
    98 == Sabayon ==
    99 Install 0 A.D. [http://packages.sabayon.org/quicksearch?q=0ad&x=0&y=0 package] using this command:
    100 
    101 {{{
    102 equo install 0ad
    103 }}}
    104 
    105 
    106 == Slackware ==
    107 [http://slackbuilds.org/repository/14.0/games/0ad/ 0ad] and [http://slackbuilds.org/repository/14.0/games/0ad-data/ 0ad-data] !SlackBuilds are available for Slackware 14 users. The easiest way to install them is probably using [http://www.sbopkg.org/ Sbopkg]:
    108 {{{
    109 su
    110 sbopkg -i 0ad-data
    111 sbopkg -i 0ad
    112 }}}
    113 
    114 Run the game from the command-line as
    115 {{{
    116 0ad
    117 }}}
    118 
    119 Alternatively, you can build the !SlackBuilds manually as described in the [http://slackbuilds.org/howto/ HOWTO].
    120 
    121 == Ubuntu ==
    122 '''Warning''': if you are experiencing a graphic issue first read the warning on top of this page. To solve the issue you can update to latest Ubuntu version or/and, if you are using open source drivers, use the [https://launchpad.net/~oibaf/+archive/graphics-drivers/ Updated and Optimized Open Graphics Drivers PPA].
    123 
    124 === Ubuntu provided packages ===
    125 0 A.D. is available in Ubuntu's ''universe'' repository since Ubuntu 12.04 LTS (Precise Pangolin). Install the packages by running:
    126 {{{
    127 sudo apt-get install 0ad
    128 }}}
    129 
    130 Updated releases are available in [https://help.ubuntu.com/community/UbuntuBackports Ubuntu Backports] repository.
    131 
    132 === 0 A.D. provided packages ===
    133 Alternatively, 0 A.D. packages are available from 0 A.D. [https://launchpad.net/~wfg/+archive/0ad PPA]:
    134 
    135 {{{
    136 sudo add-apt-repository ppa:wfg/0ad
    137 sudo apt-get update
    138 sudo apt-get install 0ad
    139 }}}
    140 (If you get errors about unmet dependencies, check that you have the Universe repository enabled in `/etc/apt/sources.list`.)
    141 
    142 '''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.
    143 
    144 === How to run the game ===
    145 Run the game from the command-line as:
    146 
    147 {{{
    148 0ad
    149 }}}
    150 or from the application menu item ''Games'' / ''0 A.D.''
     1= Please see the web site for up-to-date information on how to download/install 0 A.D. on Linux =
     2http://play0ad.com/download/linux/
    1513
    1524== Compiling on Linux ==
     
    17426}}}
    17527Then follow the '''[wiki:BuildInstructions#Linux build instructions]''' using the files from this release instead of downloading from SVN.
    176 
    177 == How to get info on new releases ==
    178 There are several ways to be notified when a new release is out, as well as getting notified on other updates, either by subscribing to the [http://feedburner.google.com/fb/a/mailverify?uri=0AdNews&loc=en_US email mail list], following [http://www.twitter.com/play0ad 0 A.D. on Twitter] or [http://www.facebook.com/play0ad Facebook], or the [http://feeds.feedburner.com/0AdNews RSS feed].