<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.wesnoth.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Naranja</id>
	<title>The Battle for Wesnoth Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.wesnoth.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Naranja"/>
	<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/Special:Contributions/Naranja"/>
	<updated>2026-04-16T18:47:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=46623</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=46623"/>
		<updated>2012-05-19T18:15:44Z</updated>

		<summary type="html">&lt;p&gt;Naranja: Removed Ark Linux (It's dead, Jim)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not all Distributions are always at the state of the current release. If you want to be sure to have the current version, please get the sources and compile it yourself.&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* For the official pkg from [extra]: &amp;lt;code&amp;gt;pacman -S wesnoth&amp;lt;/code&amp;gt; &lt;br /&gt;
* There's a wesnoth-devel package for development releases in [http://aur.archlinux.org/packages.php?ID=9600 AUR].&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* &amp;lt;code&amp;gt;aptitude install wesnoth&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;(use &amp;lt;code&amp;gt;wesnoth-all&amp;lt;/code&amp;gt; if you want to pull in all the campaigns and the editor, too)&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. You need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.8 1.8] (stable) or [http://packages.debian.org/wesnoth-1.10 1.10] (development)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
===International language support===&lt;br /&gt;
Debian does not come with all locales. If you can't choose your language, you need to add locale for your lang.&lt;br /&gt;
see man locale.gen for more info.&lt;br /&gt;
quick guide for lenny: uncomment locales you want in /etc/locale.gen, then as root run &amp;quot;locale-gen&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the SVN version directly you may have to compile it yourself. See [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth].&lt;br /&gt;
&lt;br /&gt;
'''To install the dependencies:'''&lt;br /&gt;
&lt;br /&gt;
You can use a neat trick: Use the Build-Dependencies of the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do an &amp;lt;code&amp;gt;aptitude build-dep wesnoth&amp;lt;/code&amp;gt;. That will pull in most you need.&lt;br /&gt;
&lt;br /&gt;
'''To compile it:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
If you have already installed an older version of wesnoth, uninstall it by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;aptitude purge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this will not remove downloaded data or savegames which are stored in your home directory in the folder &amp;lt;code&amp;gt;.wesnoth&amp;lt;/code&amp;gt;. From this point on you can simply follow the advices from the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page, no need to duplicate that informations in here. :)&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
[http://apt.ubuntu.com/p/wesnoth Click here] to install the latest version of the &amp;lt;code&amp;gt;wesnoth&amp;lt;/code&amp;gt; packaged for your release. Alternatively, search for &amp;quot;wesnoth&amp;quot; in the ''Ubuntu Software Center'' or use following command:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install wesnoth&lt;br /&gt;
&lt;br /&gt;
===Available Versions===&lt;br /&gt;
&lt;br /&gt;
Different releases of Ubuntu provide different versions of Wesnoth in their repositories. Often, this version will be older than the most current Wesnoth.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Release&lt;br /&gt;
! Packaged Version&lt;br /&gt;
|-&lt;br /&gt;
| 12.04 (Precise)&lt;br /&gt;
| 1.10&lt;br /&gt;
|-&lt;br /&gt;
| 11.10 (Oneiric)&lt;br /&gt;
| 1.8, and 1.10 with backports enabled&lt;br /&gt;
|-&lt;br /&gt;
| 11.04 (Natty)&lt;br /&gt;
| 1.8, and 1.10 with backports enabled&lt;br /&gt;
|-&lt;br /&gt;
| 10.04 LTS (Lucid)&lt;br /&gt;
| 1.6, and 1.10 with backports enabled&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Repos with newer vesions===&lt;br /&gt;
&lt;br /&gt;
You can get the very latest version from the Software Center by enabling backports, [https://help.ubuntu.com/community/UbuntuBackports see here].&lt;br /&gt;
&lt;br /&gt;
[http://www.playdeb.net/software/Battle%20for%20Wesnoth PlayDeb usually has the latest version very promptly, as well.]&lt;br /&gt;
&lt;br /&gt;
If you are interested in the development version of wesnoth, you can get it from this PPA: [http://launchpad.net/~rhonda/+archive/wesnoth-devel ppa:rhonda/wesnoth-devel]&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you choose to build Wesnoth from source you should add the datadir flag to ''configure'' to ensure your installation puts the data in the same place as the official installation path:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src&lt;br /&gt;
 tar -xvjf wesnoth-1.x.x.tar.bz2&lt;br /&gt;
 cd wesnoth-1.x.x&lt;br /&gt;
 ./configure --datadir=/usr/share/games ...&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
Battle for Wesnoth is included in [http://koji.fedoraproject.org/koji/packageinfo?packageID=4097 Fedora].  The current version of Battle for Wesnoth is available for ppc, i386, and x86_64 architectures.  If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb_AT_jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;yum install wesnoth wesnoth-tools wesnoth-server&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
For the stable release just type:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development release you will have to fetch an overlay, eg from this site:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-dev.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
The ebuild will be updated whenever the person creating the ebuild finds the time to do so.&lt;br /&gt;
&lt;br /&gt;
Or if you're too impatient to wait and willing to take the risk of things blowing up, download&lt;br /&gt;
and extract the overlay, make a copy of the highest available ebuild version, but change the version number to&lt;br /&gt;
that of Wesnoth version you want (for instance, wesnoth-dev-1.3.2.ebuild might become &lt;br /&gt;
wesnoth-dev-1.3.8.ebuild ), run &lt;br /&gt;
&amp;lt;code&amp;gt;ebuild [new ebuild file] digest&amp;lt;/code&amp;gt;&lt;br /&gt;
and then try to emerge. It may or may not work, depending on exactly how extensive the changes in the Wesnoth&lt;br /&gt;
source are--going from 1.3.2 to 1.3.8 this way worked for me.&lt;br /&gt;
There's an ebuild for 1.5.8 on Gentoo Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=256513&lt;br /&gt;
&lt;br /&gt;
For building from svn tree download the portage overlay from:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-svn.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-svn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wesnoth-dev are the official development releases&lt;br /&gt;
while wesnoth-svn will build straight from SVN-source tree to keep you up to date with the lastest changes and all the errors ;-)&lt;br /&gt;
updating wesnoth-svn will not work ! you have to reemerge it each time you want to update !&lt;br /&gt;
&lt;br /&gt;
 Note: Neither wesnoth-dev nor wesnoth-svn seem to be maintained (as seen Nov 2009). The easiest way &lt;br /&gt;
 should be downloading the source and following the instructions to build wesnoth in the source directory &lt;br /&gt;
 with cmake and as a normal user. Inside the source directory start with ''./wesnoth'', as opposed &lt;br /&gt;
 to ''wesnoth'' from your portage tree.&lt;br /&gt;
&lt;br /&gt;
== Mandriva / Rosa ==&lt;br /&gt;
stable version: &amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
development version: &amp;lt;code&amp;gt;urpmi wesnoth-unstable&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or use the GUI installer (in the Control Centre)&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version in currently supported Mandriva releases you need to enable the contrib backports repo: you can do this in the Mandriva Control Centre.&lt;br /&gt;
&lt;br /&gt;
== Pardus ==&lt;br /&gt;
* Run Package Manager, click Games section, select Wesnoth and click install.&lt;br /&gt;
* If you prefer to install Wesnoth from command line type &amp;lt;code&amp;gt;pisi it wesnoth&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Slackware ==&lt;br /&gt;
&lt;br /&gt;
* Slackbuilds for Battle for Wesnoth on Slackware 13 are for 1.6.5.  Developmental branch requires you to edit  a new line between 65 &amp;amp; 66 with './autogen.sh' in addition to changing the version number in the wesnoth.SlackBuild script.&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 12.2 can be downloaded from [http://slacky.eu/aadm/pkgs/index.php?sear=wesnoth&amp;amp;ver=6 slacky.eu] Latest Wesnoth build: 1.6.3&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script for Slackware 12.2 [http://slackbuilds.org/repository/12.2/games/wesnoth/ SlackBuilds.org] Latest Wesnoth build: 1.6.1 Note: Probably could be used for building newer 1.6.x version.&lt;br /&gt;
&lt;br /&gt;
Note: Depends on boost package (+ icu package if you use binary from slacky.eu), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
Install boost and icu binary from slacky.eu [http://slacky.eu/aadm/pkgs/index.php?sear=boost&amp;amp;ver=6 boost] [http://slacky.eu/aadm/pkgs/index.php?ver=6&amp;amp;sear=icu icu]&lt;br /&gt;
&lt;br /&gt;
Compile boost from source using SlackBuild script [http://slackbuilds.org/repository/12.2/development/boost/ SlackBuilds.org]&lt;br /&gt;
&lt;br /&gt;
* Installation:&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command.&lt;br /&gt;
&lt;br /&gt;
For example: #installpkg wesnoth-1.6.3-i486-1sl.tgz boost-1.39.0-i686-1as.tgz icu-3.6-i486-2sl.tgz&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO]&lt;br /&gt;
&lt;br /&gt;
== [http://www.opensuse.org OpenSUSE] ==&lt;br /&gt;
&lt;br /&gt;
These are builds of The Battle For Wesnoth for several versions of OpenSUSE, made for both i386 and x86_64 architecture.&lt;br /&gt;
&lt;br /&gt;
For OpenSUSE 11.3 and higher, you can either use the following One-Click-Install links below, or run the following at the command line (replacing XX.X with your OpenSUSE version):&lt;br /&gt;
 $ sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_XX.X/ Games&lt;br /&gt;
 $ sudo zypper ref&lt;br /&gt;
 $ sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
For OpenSUSE 11.1 and 11.2, wesnoth can be installed from the command line using zypper (see below). It is strongly recommended that you enable the Evergreen repositories to provide any bug fixes and updates unavailable in the main repositories.&lt;br /&gt;
&lt;br /&gt;
If you have problems with these packages, or other questions, please contact [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling OpenSUSE release) [http://software.opensuse.org/ymp/games/openSUSE_Tumbleweed/wesnoth.ymp?base=openSUSE%3ATumbleweed&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Factory (preview of the next OpenSUSE release) [http://software.opensuse.org/ymp/games/openSUSE_Factory/wesnoth.ymp?base=openSUSE%3AFactory&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 12.1 [http://software.opensuse.org/ymp/games/openSUSE_12.1/wesnoth.ymp?base=openSUSE%3A12.1&amp;amp;query=wesnoth One-Click-Install] v1.8.6&lt;br /&gt;
* OpenSUSE 11.4 [http://software.opensuse.org/ymp/games/openSUSE_11.4/wesnoth.ymp?base=openSUSE%3A11.4&amp;amp;query=wesnoth One-Click-Install] v1.8.6&lt;br /&gt;
* OpenSUSE 11.3 [http://software.opensuse.org/ymp/games/openSUSE_11.3/wesnoth.ymp?base=openSUSE%3A11.3&amp;amp;query=wesnoth One-Click-Install] v1.8.6&lt;br /&gt;
* OpenSUSE Evergreen 11.2, run the following for v1.4: &lt;br /&gt;
 $ sudo zypper ar --refresh -r http://download.opensuse.org/evergreen/11.1/openSUSE:Evergreen:11.2.repo &lt;br /&gt;
 $ sudo zypper ref&lt;br /&gt;
 $ sudo zypper in wesnoth&lt;br /&gt;
* OpenSUSE Evergreen 11.1, run the following for v1.4: &lt;br /&gt;
 $ sudo zypper ar --refresh -r http://download.opensuse.org/evergreen/11.1/openSUSE:Evergreen:11.1.repo &lt;br /&gt;
 $ sudo zypper ref&lt;br /&gt;
 $ sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
== Vine Linux ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux 5&amp;quot; is using VLGothic font.&lt;br /&gt;
&lt;br /&gt;
;Vine Linux 5.x&lt;br /&gt;
: VinePlus (plus category)&lt;br /&gt;
:* RPM package &amp;quot;wesnoth&amp;quot; is version 1.6.5.&lt;br /&gt;
:* RPM package &amp;quot;wesnoth147&amp;quot; is version 1.4.7.&lt;br /&gt;
;VineSeed (unstable)&lt;br /&gt;
:* RPM package &amp;quot;wesnoth&amp;quot; is version 1.8.x. always sync upstream!&lt;br /&gt;
:* RPM package &amp;quot;wesnoth16&amp;quot; is version 1.6.5.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Yoper Linux ==&lt;br /&gt;
All versions built for Yoper 2.2.0-6, although they should install on 2.1.&lt;br /&gt;
Please let kernowyon know via the Yoper forums if you get any problems&lt;br /&gt;
Latest 1.0.2 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0.2-1.i686.rpm&lt;br /&gt;
1.0.1 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0-1.i686.rpm&lt;br /&gt;
Earlier version&lt;br /&gt;
*http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-0.9.7-1.i686.rpm&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* [http://ftp.osuosl.org/pub/manulix/wesnoth-bin-powerpc/ GNU/Linux PowerPC binaries]&lt;br /&gt;
* [http://rpmfind.net/linux/rpm2html/search.php?query=wesnoth Search RPMs]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[CompilingWesnoth]]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>Naranja</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=46622</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=46622"/>
		<updated>2012-05-19T18:11:32Z</updated>

		<summary type="html">&lt;p&gt;Naranja: /* Ubuntu */  deleted old info (see talk) and updated version table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not all Distributions are always at the state of the current release. If you want to be sure to have the current version, please get the sources and compile it yourself.&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* For the official pkg from [extra]: &amp;lt;code&amp;gt;pacman -S wesnoth&amp;lt;/code&amp;gt; &lt;br /&gt;
* There's a wesnoth-devel package for development releases in [http://aur.archlinux.org/packages.php?ID=9600 AUR].&lt;br /&gt;
&lt;br /&gt;
== Ark Linux ==&lt;br /&gt;
* Ark Linux includes an official wesnoth package, currently at version 1.7.0. Simply use the package installation tool to install the wesnoth package, or run &amp;lt;code&amp;gt;apt-get update; apt-get install wesnoth&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;apt-get -t dockyard-devel install wesnoth&amp;lt;/code&amp;gt; if you wish to run the current development version of wesnoth with all other packages from the stable tree)&lt;br /&gt;
* Users of other similar distributions can download the packages at [http://arklinux.osuosl.org/dockyard-devel the Ark Linux file server]. They are likely to run on any rpm based distribution that uses a recent version of gcc (&amp;gt;= 4.0) and glibc (&amp;gt;= 2.4).&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* &amp;lt;code&amp;gt;aptitude install wesnoth&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;(use &amp;lt;code&amp;gt;wesnoth-all&amp;lt;/code&amp;gt; if you want to pull in all the campaigns and the editor, too)&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. You need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.8 1.8] (stable) or [http://packages.debian.org/wesnoth-1.10 1.10] (development)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
===International language support===&lt;br /&gt;
Debian does not come with all locales. If you can't choose your language, you need to add locale for your lang.&lt;br /&gt;
see man locale.gen for more info.&lt;br /&gt;
quick guide for lenny: uncomment locales you want in /etc/locale.gen, then as root run &amp;quot;locale-gen&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the SVN version directly you may have to compile it yourself. See [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth].&lt;br /&gt;
&lt;br /&gt;
'''To install the dependencies:'''&lt;br /&gt;
&lt;br /&gt;
You can use a neat trick: Use the Build-Dependencies of the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do an &amp;lt;code&amp;gt;aptitude build-dep wesnoth&amp;lt;/code&amp;gt;. That will pull in most you need.&lt;br /&gt;
&lt;br /&gt;
'''To compile it:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
If you have already installed an older version of wesnoth, uninstall it by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;aptitude purge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this will not remove downloaded data or savegames which are stored in your home directory in the folder &amp;lt;code&amp;gt;.wesnoth&amp;lt;/code&amp;gt;. From this point on you can simply follow the advices from the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page, no need to duplicate that informations in here. :)&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
[http://apt.ubuntu.com/p/wesnoth Click here] to install the latest version of the &amp;lt;code&amp;gt;wesnoth&amp;lt;/code&amp;gt; packaged for your release. Alternatively, search for &amp;quot;wesnoth&amp;quot; in the ''Ubuntu Software Center'' or use following command:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install wesnoth&lt;br /&gt;
&lt;br /&gt;
===Available Versions===&lt;br /&gt;
&lt;br /&gt;
Different releases of Ubuntu provide different versions of Wesnoth in their repositories. Often, this version will be older than the most current Wesnoth.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Release&lt;br /&gt;
! Packaged Version&lt;br /&gt;
|-&lt;br /&gt;
| 12.04 (Precise)&lt;br /&gt;
| 1.10&lt;br /&gt;
|-&lt;br /&gt;
| 11.10 (Oneiric)&lt;br /&gt;
| 1.8, and 1.10 with backports enabled&lt;br /&gt;
|-&lt;br /&gt;
| 11.04 (Natty)&lt;br /&gt;
| 1.8, and 1.10 with backports enabled&lt;br /&gt;
|-&lt;br /&gt;
| 10.04 LTS (Lucid)&lt;br /&gt;
| 1.6, and 1.10 with backports enabled&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Repos with newer vesions===&lt;br /&gt;
&lt;br /&gt;
You can get the very latest version from the Software Center by enabling backports, [https://help.ubuntu.com/community/UbuntuBackports see here].&lt;br /&gt;
&lt;br /&gt;
[http://www.playdeb.net/software/Battle%20for%20Wesnoth PlayDeb usually has the latest version very promptly, as well.]&lt;br /&gt;
&lt;br /&gt;
If you are interested in the development version of wesnoth, you can get it from this PPA: [http://launchpad.net/~rhonda/+archive/wesnoth-devel ppa:rhonda/wesnoth-devel]&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you choose to build Wesnoth from source you should add the datadir flag to ''configure'' to ensure your installation puts the data in the same place as the official installation path:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src&lt;br /&gt;
 tar -xvjf wesnoth-1.x.x.tar.bz2&lt;br /&gt;
 cd wesnoth-1.x.x&lt;br /&gt;
 ./configure --datadir=/usr/share/games ...&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
Battle for Wesnoth is included in [http://koji.fedoraproject.org/koji/packageinfo?packageID=4097 Fedora].  The current version of Battle for Wesnoth is available for ppc, i386, and x86_64 architectures.  If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb_AT_jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;yum install wesnoth wesnoth-tools wesnoth-server&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
For the stable release just type:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development release you will have to fetch an overlay, eg from this site:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-dev.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
The ebuild will be updated whenever the person creating the ebuild finds the time to do so.&lt;br /&gt;
&lt;br /&gt;
Or if you're too impatient to wait and willing to take the risk of things blowing up, download&lt;br /&gt;
and extract the overlay, make a copy of the highest available ebuild version, but change the version number to&lt;br /&gt;
that of Wesnoth version you want (for instance, wesnoth-dev-1.3.2.ebuild might become &lt;br /&gt;
wesnoth-dev-1.3.8.ebuild ), run &lt;br /&gt;
&amp;lt;code&amp;gt;ebuild [new ebuild file] digest&amp;lt;/code&amp;gt;&lt;br /&gt;
and then try to emerge. It may or may not work, depending on exactly how extensive the changes in the Wesnoth&lt;br /&gt;
source are--going from 1.3.2 to 1.3.8 this way worked for me.&lt;br /&gt;
There's an ebuild for 1.5.8 on Gentoo Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=256513&lt;br /&gt;
&lt;br /&gt;
For building from svn tree download the portage overlay from:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-svn.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-svn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wesnoth-dev are the official development releases&lt;br /&gt;
while wesnoth-svn will build straight from SVN-source tree to keep you up to date with the lastest changes and all the errors ;-)&lt;br /&gt;
updating wesnoth-svn will not work ! you have to reemerge it each time you want to update !&lt;br /&gt;
&lt;br /&gt;
 Note: Neither wesnoth-dev nor wesnoth-svn seem to be maintained (as seen Nov 2009). The easiest way &lt;br /&gt;
 should be downloading the source and following the instructions to build wesnoth in the source directory &lt;br /&gt;
 with cmake and as a normal user. Inside the source directory start with ''./wesnoth'', as opposed &lt;br /&gt;
 to ''wesnoth'' from your portage tree.&lt;br /&gt;
&lt;br /&gt;
== Mandriva / Rosa ==&lt;br /&gt;
stable version: &amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
development version: &amp;lt;code&amp;gt;urpmi wesnoth-unstable&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or use the GUI installer (in the Control Centre)&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version in currently supported Mandriva releases you need to enable the contrib backports repo: you can do this in the Mandriva Control Centre.&lt;br /&gt;
&lt;br /&gt;
== Pardus ==&lt;br /&gt;
* Run Package Manager, click Games section, select Wesnoth and click install.&lt;br /&gt;
* If you prefer to install Wesnoth from command line type &amp;lt;code&amp;gt;pisi it wesnoth&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Slackware ==&lt;br /&gt;
&lt;br /&gt;
* Slackbuilds for Battle for Wesnoth on Slackware 13 are for 1.6.5.  Developmental branch requires you to edit  a new line between 65 &amp;amp; 66 with './autogen.sh' in addition to changing the version number in the wesnoth.SlackBuild script.&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 12.2 can be downloaded from [http://slacky.eu/aadm/pkgs/index.php?sear=wesnoth&amp;amp;ver=6 slacky.eu] Latest Wesnoth build: 1.6.3&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script for Slackware 12.2 [http://slackbuilds.org/repository/12.2/games/wesnoth/ SlackBuilds.org] Latest Wesnoth build: 1.6.1 Note: Probably could be used for building newer 1.6.x version.&lt;br /&gt;
&lt;br /&gt;
Note: Depends on boost package (+ icu package if you use binary from slacky.eu), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
Install boost and icu binary from slacky.eu [http://slacky.eu/aadm/pkgs/index.php?sear=boost&amp;amp;ver=6 boost] [http://slacky.eu/aadm/pkgs/index.php?ver=6&amp;amp;sear=icu icu]&lt;br /&gt;
&lt;br /&gt;
Compile boost from source using SlackBuild script [http://slackbuilds.org/repository/12.2/development/boost/ SlackBuilds.org]&lt;br /&gt;
&lt;br /&gt;
* Installation:&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command.&lt;br /&gt;
&lt;br /&gt;
For example: #installpkg wesnoth-1.6.3-i486-1sl.tgz boost-1.39.0-i686-1as.tgz icu-3.6-i486-2sl.tgz&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO]&lt;br /&gt;
&lt;br /&gt;
== [http://www.opensuse.org OpenSUSE] ==&lt;br /&gt;
&lt;br /&gt;
These are builds of The Battle For Wesnoth for several versions of OpenSUSE, made for both i386 and x86_64 architecture.&lt;br /&gt;
&lt;br /&gt;
For OpenSUSE 11.3 and higher, you can either use the following One-Click-Install links below, or run the following at the command line (replacing XX.X with your OpenSUSE version):&lt;br /&gt;
 $ sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_XX.X/ Games&lt;br /&gt;
 $ sudo zypper ref&lt;br /&gt;
 $ sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
For OpenSUSE 11.1 and 11.2, wesnoth can be installed from the command line using zypper (see below). It is strongly recommended that you enable the Evergreen repositories to provide any bug fixes and updates unavailable in the main repositories.&lt;br /&gt;
&lt;br /&gt;
If you have problems with these packages, or other questions, please contact [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling OpenSUSE release) [http://software.opensuse.org/ymp/games/openSUSE_Tumbleweed/wesnoth.ymp?base=openSUSE%3ATumbleweed&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Factory (preview of the next OpenSUSE release) [http://software.opensuse.org/ymp/games/openSUSE_Factory/wesnoth.ymp?base=openSUSE%3AFactory&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 12.1 [http://software.opensuse.org/ymp/games/openSUSE_12.1/wesnoth.ymp?base=openSUSE%3A12.1&amp;amp;query=wesnoth One-Click-Install] v1.8.6&lt;br /&gt;
* OpenSUSE 11.4 [http://software.opensuse.org/ymp/games/openSUSE_11.4/wesnoth.ymp?base=openSUSE%3A11.4&amp;amp;query=wesnoth One-Click-Install] v1.8.6&lt;br /&gt;
* OpenSUSE 11.3 [http://software.opensuse.org/ymp/games/openSUSE_11.3/wesnoth.ymp?base=openSUSE%3A11.3&amp;amp;query=wesnoth One-Click-Install] v1.8.6&lt;br /&gt;
* OpenSUSE Evergreen 11.2, run the following for v1.4: &lt;br /&gt;
 $ sudo zypper ar --refresh -r http://download.opensuse.org/evergreen/11.1/openSUSE:Evergreen:11.2.repo &lt;br /&gt;
 $ sudo zypper ref&lt;br /&gt;
 $ sudo zypper in wesnoth&lt;br /&gt;
* OpenSUSE Evergreen 11.1, run the following for v1.4: &lt;br /&gt;
 $ sudo zypper ar --refresh -r http://download.opensuse.org/evergreen/11.1/openSUSE:Evergreen:11.1.repo &lt;br /&gt;
 $ sudo zypper ref&lt;br /&gt;
 $ sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
== Vine Linux ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux 5&amp;quot; is using VLGothic font.&lt;br /&gt;
&lt;br /&gt;
;Vine Linux 5.x&lt;br /&gt;
: VinePlus (plus category)&lt;br /&gt;
:* RPM package &amp;quot;wesnoth&amp;quot; is version 1.6.5.&lt;br /&gt;
:* RPM package &amp;quot;wesnoth147&amp;quot; is version 1.4.7.&lt;br /&gt;
;VineSeed (unstable)&lt;br /&gt;
:* RPM package &amp;quot;wesnoth&amp;quot; is version 1.8.x. always sync upstream!&lt;br /&gt;
:* RPM package &amp;quot;wesnoth16&amp;quot; is version 1.6.5.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Yoper Linux ==&lt;br /&gt;
All versions built for Yoper 2.2.0-6, although they should install on 2.1.&lt;br /&gt;
Please let kernowyon know via the Yoper forums if you get any problems&lt;br /&gt;
Latest 1.0.2 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0.2-1.i686.rpm&lt;br /&gt;
1.0.1 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0-1.i686.rpm&lt;br /&gt;
Earlier version&lt;br /&gt;
*http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-0.9.7-1.i686.rpm&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* [http://ftp.osuosl.org/pub/manulix/wesnoth-bin-powerpc/ GNU/Linux PowerPC binaries]&lt;br /&gt;
* [http://rpmfind.net/linux/rpm2html/search.php?query=wesnoth Search RPMs]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[CompilingWesnoth]]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>Naranja</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=44558</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=44558"/>
		<updated>2012-01-03T16:42:54Z</updated>

		<summary type="html">&lt;p&gt;Naranja: /* Ubuntu */  Cut out info on releases that have been unsupported for 2 years+&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not all Distributions are always at the state of the current release. If you want to be sure to have the current version, please get the sources and compile it yourself.&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* For the official pkg from [extra]: &amp;lt;code&amp;gt;pacman -S wesnoth&amp;lt;/code&amp;gt; &lt;br /&gt;
* There's a wesnoth-devel package for development releases in [http://aur.archlinux.org/packages.php?ID=9600 AUR].&lt;br /&gt;
&lt;br /&gt;
== Ark Linux ==&lt;br /&gt;
* Ark Linux includes an official wesnoth package, currently at version 1.7.0. Simply use the package installation tool to install the wesnoth package, or run &amp;lt;code&amp;gt;apt-get update; apt-get install wesnoth&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;apt-get -t dockyard-devel install wesnoth&amp;lt;/code&amp;gt; if you wish to run the current development version of wesnoth with all other packages from the stable tree)&lt;br /&gt;
* Users of other similar distributions can download the packages at [http://arklinux.osuosl.org/dockyard-devel the Ark Linux file server]. They are likely to run on any rpm based distribution that uses a recent version of gcc (&amp;gt;= 4.0) and glibc (&amp;gt;= 2.4).&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* &amp;lt;code&amp;gt;aptitude install wesnoth&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;(use &amp;lt;code&amp;gt;wesnoth-all&amp;lt;/code&amp;gt; if you want to pull in all the campaigns and the editor, too)&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. You need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.8 1.8] (stable) or [http://packages.debian.org/wesnoth-1.9 1.9] (development)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
===International language support===&lt;br /&gt;
Debian does not come with all locales. If you can't choose your language, you need to add locale for your lang.&lt;br /&gt;
see man locale.gen for more info.&lt;br /&gt;
quick guide for lenny: uncomment locales you want in /etc/locale.gen, then as root run &amp;quot;locale-gen&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the SVN version directly you may have to compile it yourself. See [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth].&lt;br /&gt;
&lt;br /&gt;
'''To install the dependencies:'''&lt;br /&gt;
&lt;br /&gt;
You can use a neat trick: Use the Build-Dependencies of the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do an &amp;lt;code&amp;gt;aptitude build-dep wesnoth&amp;lt;/code&amp;gt;. That will pull in most you need.&lt;br /&gt;
&lt;br /&gt;
'''To compile it:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
If you have already installed an older version of wesnoth, uninstall it by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;aptitude purge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this will not remove downloaded data or savegames which are stored in your home directory in the folder &amp;lt;code&amp;gt;.wesnoth&amp;lt;/code&amp;gt;. From this point on you can simply follow the advices from the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page, no need to duplicate that informations in here. :)&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
[http://apt.ubuntu.com/p/wesnoth Click here] to install the latest version of the &amp;lt;code&amp;gt;wesnoth&amp;lt;/code&amp;gt; packaged for your release. Alternatively, search for &amp;quot;wesnoth&amp;quot; in the ''Ubuntu Software Center'' or use following command (:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install wesnoth&lt;br /&gt;
&lt;br /&gt;
===Available Versions===&lt;br /&gt;
&lt;br /&gt;
Different releases of Ubuntu provide different versions of Wesnoth in their repositories. Often, this version will be older than the most current Wesnoth. Red cells denote old, now unsupported Ubuntu releases.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Release&lt;br /&gt;
! Packaged Version&lt;br /&gt;
|-&lt;br /&gt;
| 11.10 (Oneiric)&lt;br /&gt;
| 1.8.6&lt;br /&gt;
|-&lt;br /&gt;
| 11.04 (Natty)&lt;br /&gt;
| 1.8.5&lt;br /&gt;
|-&lt;br /&gt;
| 10.10 (Maverick)&lt;br /&gt;
| 1.8.5&lt;br /&gt;
|-&lt;br /&gt;
| 10.04 LTS (Lucid)&lt;br /&gt;
| 1.6.5 and 1.8, 1.8.5 with backports enabled&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If you are interested in the development version of wesnoth, you can get it from this PPA: [http://launchpad.net/~rhonda/+archive/wesnoth-devel ppa:rhonda/wesnoth-devel]&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you choose to build Wesnoth from source you should add the datadir flag to ''configure'' to ensure your installation puts the data in the same place as the official installation path:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src&lt;br /&gt;
 tar -xvjf wesnoth-1.x.x.tar.bz2&lt;br /&gt;
 cd wesnoth-1.x.x&lt;br /&gt;
 ./configure --datadir=/usr/share/games ...&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This section is commented out because its information seems incorrect. Please restore if this is not the case.&lt;br /&gt;
=== International language support ===&lt;br /&gt;
&lt;br /&gt;
If you want to use Wesnoth with a language that is not supported by your system, you have at least two options:&lt;br /&gt;
&lt;br /&gt;
From Wesnoth version 1.6 onwards you can start Wesnoth with the flag &amp;lt;code&amp;gt;--dummy-locales&amp;lt;/code&amp;gt; to enable all languages, even if they are not supported by your system.&lt;br /&gt;
&lt;br /&gt;
For older versions of Wesnoth you’ll have to enable the language on your own system first. Look in the file &amp;lt;code&amp;gt;/usr/share/i18n/SUPPORTED&amp;lt;/code&amp;gt; for a line with an ISO language code matching what you want. Append that line to &amp;lt;code&amp;gt;/var/lib/locales/supported.d/local&amp;lt;/code&amp;gt;, then run &amp;lt;code&amp;gt;sudo dpkg-reconfigure locales&amp;lt;/code&amp;gt;. You should now be able to select that language from the language selector in Wesnoth.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
Battle for Wesnoth is included in [http://fedoraproject.org/ Fedora].  The current version of Battle for Wesnoth is available for ppc, i386, and x86_64 architectures.  If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb_AT_jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;yum install wesnoth wesnoth-tools wesnoth-server&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
For the stable release just type:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development release you will have to fetch an overlay, eg from this site:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-dev.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
The ebuild will be updated whenever the person creating the ebuild finds the time to do so.&lt;br /&gt;
&lt;br /&gt;
Or if you're too impatient to wait and willing to take the risk of things blowing up, download&lt;br /&gt;
and extract the overlay, make a copy of the highest available ebuild version, but change the version number to&lt;br /&gt;
that of Wesnoth version you want (for instance, wesnoth-dev-1.3.2.ebuild might become &lt;br /&gt;
wesnoth-dev-1.3.8.ebuild ), run &lt;br /&gt;
&amp;lt;code&amp;gt;ebuild [new ebuild file] digest&amp;lt;/code&amp;gt;&lt;br /&gt;
and then try to emerge. It may or may not work, depending on exactly how extensive the changes in the Wesnoth&lt;br /&gt;
source are--going from 1.3.2 to 1.3.8 this way worked for me.&lt;br /&gt;
There's an ebuild for 1.5.8 on Gentoo Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=256513&lt;br /&gt;
&lt;br /&gt;
For building from svn tree download the portage overlay from:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-svn.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-svn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wesnoth-dev are the official development releases&lt;br /&gt;
while wesnoth-svn will build straight from SVN-source tree to keep you up to date with the lastest changes and all the errors ;-)&lt;br /&gt;
updating wesnoth-svn will not work ! you have to reemerge it each time you want to update !&lt;br /&gt;
&lt;br /&gt;
 Note: Neither wesnoth-dev nor wesnoth-svn seem to be maintained (as seen Nov 2009). The easiest way &lt;br /&gt;
 should be downloading the source and following the instructions to build wesnoth in the source directory &lt;br /&gt;
 with cmake and as a normal user. Inside the source directory start with ''./wesnoth'', as opposed &lt;br /&gt;
 to ''wesnoth'' from your portage tree.&lt;br /&gt;
&lt;br /&gt;
== Mandriva ==&lt;br /&gt;
&amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or use the GUI installer (in the Control Centre)&lt;br /&gt;
&lt;br /&gt;
To install Battle for Wesnoth 1.8 in Mandriva 2009,2009.1 and 2010 you need to enable the contrib backports repo: you can do this in the Mandriva Control Centre .&lt;br /&gt;
&lt;br /&gt;
== Pardus ==&lt;br /&gt;
* Run Package Manager, click Games section, select Wesnoth and click install.&lt;br /&gt;
* If you prefer to install Wesnoth from command line type &amp;lt;code&amp;gt;pisi it wesnoth&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Slackware ==&lt;br /&gt;
&lt;br /&gt;
* Slackbuilds for Battle for Wesnoth on Slackware 13 are for 1.6.5.  Developmental branch requires you to edit  a new line between 65 &amp;amp; 66 with './autogen.sh' in addition to changing the version number in the wesnoth.SlackBuild script.&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 12.2 can be downloaded from [http://slacky.eu/aadm/pkgs/index.php?sear=wesnoth&amp;amp;ver=6 slacky.eu] Latest Wesnoth build: 1.6.3&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script for Slackware 12.2 [http://slackbuilds.org/repository/12.2/games/wesnoth/ SlackBuilds.org] Latest Wesnoth build: 1.6.1 Note: Probably could be used for building newer 1.6.x version.&lt;br /&gt;
&lt;br /&gt;
Note: Depends on boost package (+ icu package if you use binary from slacky.eu), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
Install boost and icu binary from slacky.eu [http://slacky.eu/aadm/pkgs/index.php?sear=boost&amp;amp;ver=6 boost] [http://slacky.eu/aadm/pkgs/index.php?ver=6&amp;amp;sear=icu icu]&lt;br /&gt;
&lt;br /&gt;
Compile boost from source using SlackBuild script [http://slackbuilds.org/repository/12.2/development/boost/ SlackBuilds.org]&lt;br /&gt;
&lt;br /&gt;
* Installation:&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command.&lt;br /&gt;
&lt;br /&gt;
For example: #installpkg wesnoth-1.6.3-i486-1sl.tgz boost-1.39.0-i686-1as.tgz icu-3.6-i486-2sl.tgz&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO]&lt;br /&gt;
&lt;br /&gt;
== [http://www.opensuse.org OpenSUSE] ==&lt;br /&gt;
&lt;br /&gt;
These are builds of The Battle For Wesnoth for several versions of OpenSUSE, made for both i386 and x86_64 architecture.&lt;br /&gt;
&lt;br /&gt;
For OpenSUSE 11.3 and higher, you can either use the following One-Click-Install links below, or run the following at the command line (replacing XX.X with your OpenSUSE version):&lt;br /&gt;
 $ sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_XX.X/ Games&lt;br /&gt;
 $ sudo zypper ref&lt;br /&gt;
 $ sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
For OpenSUSE 11.1 and 11.2, wesnoth can be installed from the command line using zypper (see below). It is strongly recommended that you enable the Evergreen repositories to provide any bug fixes and updates unavailable in the main repositories.&lt;br /&gt;
&lt;br /&gt;
If you have problems with these packages, or other questions, please contact [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling OpenSUSE release) [http://software.opensuse.org/ymp/games/openSUSE_Tumbleweed/wesnoth.ymp?base=openSUSE%3ATumbleweed&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Factory (preview of the next OpenSUSE release) [http://software.opensuse.org/ymp/games/openSUSE_Factory/wesnoth.ymp?base=openSUSE%3AFactory&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 12.1 [http://software.opensuse.org/ymp/games/openSUSE_12.1/wesnoth.ymp?base=openSUSE%3A12.1&amp;amp;query=wesnoth One-Click-Install] v1.8.6&lt;br /&gt;
* OpenSUSE 11.4 [http://software.opensuse.org/ymp/games/openSUSE_11.4/wesnoth.ymp?base=openSUSE%3A11.4&amp;amp;query=wesnoth One-Click-Install] v1.8.6&lt;br /&gt;
* OpenSUSE 11.3 [http://software.opensuse.org/ymp/games/openSUSE_11.3/wesnoth.ymp?base=openSUSE%3A11.3&amp;amp;query=wesnoth One-Click-Install] v1.8.6&lt;br /&gt;
* OpenSUSE Evergreen 11.2, run the following for v1.4: &lt;br /&gt;
 $ sudo zypper ar --refresh -r http://download.opensuse.org/evergreen/11.1/openSUSE:Evergreen:11.2.repo &lt;br /&gt;
 $ sudo zypper ref&lt;br /&gt;
 $ sudo zypper in wesnoth&lt;br /&gt;
* OpenSUSE Evergreen 11.1, run the following for v1.4: &lt;br /&gt;
 $ sudo zypper ar --refresh -r http://download.opensuse.org/evergreen/11.1/openSUSE:Evergreen:11.1.repo &lt;br /&gt;
 $ sudo zypper ref&lt;br /&gt;
 $ sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
== Vine Linux ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux 5&amp;quot; is using VLGothic font.&lt;br /&gt;
&lt;br /&gt;
;Vine Linux 5.x&lt;br /&gt;
: VinePlus (plus category)&lt;br /&gt;
:* RPM package &amp;quot;wesnoth&amp;quot; is version 1.6.5.&lt;br /&gt;
:* RPM package &amp;quot;wesnoth147&amp;quot; is version 1.4.7.&lt;br /&gt;
;VineSeed (unstable)&lt;br /&gt;
:* RPM package &amp;quot;wesnoth&amp;quot; is version 1.8.x. always sync upstream!&lt;br /&gt;
:* RPM package &amp;quot;wesnoth16&amp;quot; is version 1.6.5.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Yoper Linux ==&lt;br /&gt;
All versions built for Yoper 2.2.0-6, although they should install on 2.1.&lt;br /&gt;
Please let kernowyon know via the Yoper forums if you get any problems&lt;br /&gt;
Latest 1.0.2 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0.2-1.i686.rpm&lt;br /&gt;
1.0.1 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0-1.i686.rpm&lt;br /&gt;
Earlier version&lt;br /&gt;
*http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-0.9.7-1.i686.rpm&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* [http://ftp.osuosl.org/pub/manulix/wesnoth-bin-powerpc/ GNU/Linux PowerPC binaries]&lt;br /&gt;
* [http://rpmfind.net/linux/rpm2html/search.php?query=wesnoth Search RPMs]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[CompilingWesnoth]]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>Naranja</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=44359</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=44359"/>
		<updated>2011-12-04T16:58:28Z</updated>

		<summary type="html">&lt;p&gt;Naranja: /* Available Versions */  +oneiric&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not all Distributions are always at the state of the current release. If you want to be sure to have the current version, please get the sources and compile it yourself.&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* For the official pkg from [extra]: &amp;lt;code&amp;gt;pacman -S wesnoth&amp;lt;/code&amp;gt; &lt;br /&gt;
* There's a wesnoth-devel package for development releases in [http://aur.archlinux.org/packages.php?ID=9600 AUR].&lt;br /&gt;
&lt;br /&gt;
== Ark Linux ==&lt;br /&gt;
* Ark Linux includes an official wesnoth package, currently at version 1.7.0. Simply use the package installation tool to install the wesnoth package, or run &amp;lt;code&amp;gt;apt-get update; apt-get install wesnoth&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;apt-get -t dockyard-devel install wesnoth&amp;lt;/code&amp;gt; if you wish to run the current development version of wesnoth with all other packages from the stable tree)&lt;br /&gt;
* Users of other similar distributions can download the packages at [http://arklinux.osuosl.org/dockyard-devel the Ark Linux file server]. They are likely to run on any rpm based distribution that uses a recent version of gcc (&amp;gt;= 4.0) and glibc (&amp;gt;= 2.4).&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* &amp;lt;code&amp;gt;aptitude install wesnoth&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;(use &amp;lt;code&amp;gt;wesnoth-all&amp;lt;/code&amp;gt; if you want to pull in all the campaigns and the editor, too)&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. You need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.8 1.8] (stable) or [http://packages.debian.org/wesnoth-1.9 1.9] (development)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
===International language support===&lt;br /&gt;
Debian does not come with all locales. If you can't choose your language, you need to add locale for your lang.&lt;br /&gt;
see man locale.gen for more info.&lt;br /&gt;
quick guide for lenny: uncomment locales you want in /etc/locale.gen, then as root run &amp;quot;locale-gen&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the SVN version directly you may have to compile it yourself. See [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth].&lt;br /&gt;
&lt;br /&gt;
'''To install the dependencies:'''&lt;br /&gt;
&lt;br /&gt;
You can use a neat trick: Use the Build-Dependencies of the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do an &amp;lt;code&amp;gt;aptitude build-dep wesnoth&amp;lt;/code&amp;gt;. That will pull in most you need.&lt;br /&gt;
&lt;br /&gt;
'''To compile it:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
If you have already installed an older version of wesnoth, uninstall it by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;aptitude purge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this will not remove downloaded data or savegames which are stored in your home directory in the folder &amp;lt;code&amp;gt;.wesnoth&amp;lt;/code&amp;gt;. From this point on you can simply follow the advices from the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page, no need to duplicate that informations in here. :)&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
[http://apt.ubuntu.com/p/wesnoth Click here] to install the latest version of the &amp;lt;code&amp;gt;wesnoth&amp;lt;/code&amp;gt; packaged for your release. Alternatively, search for &amp;quot;wesnoth&amp;quot; in the ''Ubuntu Software Center'' or use following command (:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install wesnoth&lt;br /&gt;
&lt;br /&gt;
===Available Versions===&lt;br /&gt;
&lt;br /&gt;
Different releases of Ubuntu provide different versions of Wesnoth in their repositories. Often, this version will be older than the most current Wesnoth. Red cells denote old, now unsupported Ubuntu releases.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Release&lt;br /&gt;
! Packaged Version&lt;br /&gt;
|-&lt;br /&gt;
| 11.10 (Oneiric)&lt;br /&gt;
| 1.8.6&lt;br /&gt;
|-&lt;br /&gt;
| 11.04 (Natty)&lt;br /&gt;
| 1.8.5&lt;br /&gt;
|-&lt;br /&gt;
| 10.10 (Maverick)&lt;br /&gt;
| 1.8.5&lt;br /&gt;
|-&lt;br /&gt;
| 10.04 LTS (Lucid)&lt;br /&gt;
| 1.6.5 and 1.8, 1.8.5 with backports enabled&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 9.10 (Karmic)&lt;br /&gt;
| 1.6.5&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 9.04 (Jaunty)&lt;br /&gt;
| 1.6a&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 8.10 (Intrepid)&lt;br /&gt;
| 1.4.5&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 8.04 LTS (Hardy)&lt;br /&gt;
| 1.4, 1.4.4 with backports enabled&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If you are interested in the development version of wesnoth, you can get it from this PPA: [http://launchpad.net/~rhonda/+archive/wesnoth-devel ppa:rhonda/wesnoth-devel]&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you choose to build Wesnoth from source you should add the datadir flag to ''configure'' to ensure your installation puts the data in the same place as the official installation path:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src&lt;br /&gt;
 tar -xvjf wesnoth-1.x.x.tar.bz2&lt;br /&gt;
 cd wesnoth-1.x.x&lt;br /&gt;
 ./configure --datadir=/usr/share/games ...&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This section is commented out because its information seems incorrect. Please restore if this is not the case.&lt;br /&gt;
=== International language support ===&lt;br /&gt;
&lt;br /&gt;
If you want to use Wesnoth with a language that is not supported by your system, you have at least two options:&lt;br /&gt;
&lt;br /&gt;
From Wesnoth version 1.6 onwards you can start Wesnoth with the flag &amp;lt;code&amp;gt;--dummy-locales&amp;lt;/code&amp;gt; to enable all languages, even if they are not supported by your system.&lt;br /&gt;
&lt;br /&gt;
For older versions of Wesnoth you’ll have to enable the language on your own system first. Look in the file &amp;lt;code&amp;gt;/usr/share/i18n/SUPPORTED&amp;lt;/code&amp;gt; for a line with an ISO language code matching what you want. Append that line to &amp;lt;code&amp;gt;/var/lib/locales/supported.d/local&amp;lt;/code&amp;gt;, then run &amp;lt;code&amp;gt;sudo dpkg-reconfigure locales&amp;lt;/code&amp;gt;. You should now be able to select that language from the language selector in Wesnoth.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
Battle for Wesnoth is included in [http://fedoraproject.org/ Fedora].  The current version of Battle for Wesnoth is available for ppc, i386, and x86_64 architectures.  If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb_AT_jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;yum install wesnoth wesnoth-tools wesnoth-server&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
For the stable release just type:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development release you will have to fetch an overlay, eg from this site:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-dev.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
The ebuild will be updated whenever the person creating the ebuild finds the time to do so.&lt;br /&gt;
&lt;br /&gt;
Or if you're too impatient to wait and willing to take the risk of things blowing up, download&lt;br /&gt;
and extract the overlay, make a copy of the highest available ebuild version, but change the version number to&lt;br /&gt;
that of Wesnoth version you want (for instance, wesnoth-dev-1.3.2.ebuild might become &lt;br /&gt;
wesnoth-dev-1.3.8.ebuild ), run &lt;br /&gt;
&amp;lt;code&amp;gt;ebuild [new ebuild file] digest&amp;lt;/code&amp;gt;&lt;br /&gt;
and then try to emerge. It may or may not work, depending on exactly how extensive the changes in the Wesnoth&lt;br /&gt;
source are--going from 1.3.2 to 1.3.8 this way worked for me.&lt;br /&gt;
There's an ebuild for 1.5.8 on Gentoo Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=256513&lt;br /&gt;
&lt;br /&gt;
For building from svn tree download the portage overlay from:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-svn.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-svn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wesnoth-dev are the official development releases&lt;br /&gt;
while wesnoth-svn will build straight from SVN-source tree to keep you up to date with the lastest changes and all the errors ;-)&lt;br /&gt;
updating wesnoth-svn will not work ! you have to reemerge it each time you want to update !&lt;br /&gt;
&lt;br /&gt;
 Note: Neither wesnoth-dev nor wesnoth-svn seem to be maintained (as seen Nov 2009). The easiest way &lt;br /&gt;
 should be downloading the source and following the instructions to build wesnoth in the source directory &lt;br /&gt;
 with cmake and as a normal user. Inside the source directory start with ''./wesnoth'', as opposed &lt;br /&gt;
 to ''wesnoth'' from your portage tree.&lt;br /&gt;
&lt;br /&gt;
== Mandriva ==&lt;br /&gt;
&amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or use the GUI installer (in the Control Centre)&lt;br /&gt;
&lt;br /&gt;
To install Battle for Wesnoth 1.8 in Mandriva 2009,2009.1 and 2010 you need to enable the contrib backports repo: you can do this in the Mandriva Control Centre .&lt;br /&gt;
&lt;br /&gt;
== Pardus ==&lt;br /&gt;
* Run Package Manager, click Games section, select Wesnoth and click install.&lt;br /&gt;
* If you prefer to install Wesnoth from command line type &amp;lt;code&amp;gt;pisi it wesnoth&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Slackware ==&lt;br /&gt;
&lt;br /&gt;
* Slackbuilds for Battle for Wesnoth on Slackware 13 are for 1.6.5.  Developmental branch requires you to edit  a new line between 65 &amp;amp; 66 with './autogen.sh' in addition to changing the version number in the wesnoth.SlackBuild script.&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 12.2 can be downloaded from [http://slacky.eu/aadm/pkgs/index.php?sear=wesnoth&amp;amp;ver=6 slacky.eu] Latest Wesnoth build: 1.6.3&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script for Slackware 12.2 [http://slackbuilds.org/repository/12.2/games/wesnoth/ SlackBuilds.org] Latest Wesnoth build: 1.6.1 Note: Probably could be used for building newer 1.6.x version.&lt;br /&gt;
&lt;br /&gt;
Note: Depends on boost package (+ icu package if you use binary from slacky.eu), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
Install boost and icu binary from slacky.eu [http://slacky.eu/aadm/pkgs/index.php?sear=boost&amp;amp;ver=6 boost] [http://slacky.eu/aadm/pkgs/index.php?ver=6&amp;amp;sear=icu icu]&lt;br /&gt;
&lt;br /&gt;
Compile boost from source using SlackBuild script [http://slackbuilds.org/repository/12.2/development/boost/ SlackBuilds.org]&lt;br /&gt;
&lt;br /&gt;
* Installation:&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command.&lt;br /&gt;
&lt;br /&gt;
For example: #installpkg wesnoth-1.6.3-i486-1sl.tgz boost-1.39.0-i686-1as.tgz icu-3.6-i486-2sl.tgz&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO]&lt;br /&gt;
&lt;br /&gt;
== [[SuSE]] / [http://www.opensuse.org OpenSUSE] ==&lt;br /&gt;
&lt;br /&gt;
These are builds of The Battle For Wesnoth for several SUSE Linux distributions, made for both i386 and x86_64 architecture. On SUSE Linux 10.1 and above, as well as on SLED, just use the zen-updater and add these directories to your available services (as ZYPP). On 10.0 and older, you can use YaST to add the installation sources. On OpenSUSE 10.3 or higher, just use 1-click Install.&lt;br /&gt;
&lt;br /&gt;
If you have problems with these packages, or other questions, please contact [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE 11.1 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.1&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 11 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.0&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 10.3 [http://software.opensuse.org/search?p=1&amp;amp;baseproject=openSUSE%3A10.3&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SUSE Linux 10.1 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_10.1/&lt;br /&gt;
* OpenSUSE Linux 10.2 http://software.opensuse.org/download/games:/strategy:/turn-based/openSUSE_10.2/&lt;br /&gt;
* OpenSUSE Factory [http://software.opensuse.org/search?baseproject=openSUSE%3AFactory&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SLED 10 (SUSE Linux Enterprise Desktop) requires an additional installation source including common required packages SLED is missing. First add http://software.opensuse.org/download/SUSE:/SLE-10:/SDK:/Extra/SLE_10/ , then add http://software.opensuse.org/download/games:/strategy:/turn-based/SLED10_SDK_Extras/ to your installation sources.&lt;br /&gt;
&lt;br /&gt;
== Vine Linux ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux 5&amp;quot; is using VLGothic font.&lt;br /&gt;
&lt;br /&gt;
;Vine Linux 5.x&lt;br /&gt;
: VinePlus (plus category)&lt;br /&gt;
:* RPM package &amp;quot;wesnoth&amp;quot; is version 1.6.5.&lt;br /&gt;
:* RPM package &amp;quot;wesnoth147&amp;quot; is version 1.4.7.&lt;br /&gt;
;VineSeed (unstable)&lt;br /&gt;
:* RPM package &amp;quot;wesnoth&amp;quot; is version 1.8.x. always sync upstream!&lt;br /&gt;
:* RPM package &amp;quot;wesnoth16&amp;quot; is version 1.6.5.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Yoper Linux ==&lt;br /&gt;
All versions built for Yoper 2.2.0-6, although they should install on 2.1.&lt;br /&gt;
Please let kernowyon know via the Yoper forums if you get any problems&lt;br /&gt;
Latest 1.0.2 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0.2-1.i686.rpm&lt;br /&gt;
1.0.1 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0-1.i686.rpm&lt;br /&gt;
Earlier version&lt;br /&gt;
*http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-0.9.7-1.i686.rpm&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* [http://ftp.osuosl.org/pub/manulix/wesnoth-bin-powerpc/ GNU/Linux PowerPC binaries]&lt;br /&gt;
* [http://rpmfind.net/linux/rpm2html/search.php?query=wesnoth Search RPMs]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[CompilingWesnoth]]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>Naranja</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=44358</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=44358"/>
		<updated>2011-12-04T16:55:21Z</updated>

		<summary type="html">&lt;p&gt;Naranja: Instructing users to install `wesnoth-1.8` over the metapackage is terrible documentation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not all Distributions are always at the state of the current release. If you want to be sure to have the current version, please get the sources and compile it yourself.&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* For the official pkg from [extra]: &amp;lt;code&amp;gt;pacman -S wesnoth&amp;lt;/code&amp;gt; &lt;br /&gt;
* There's a wesnoth-devel package for development releases in [http://aur.archlinux.org/packages.php?ID=9600 AUR].&lt;br /&gt;
&lt;br /&gt;
== Ark Linux ==&lt;br /&gt;
* Ark Linux includes an official wesnoth package, currently at version 1.7.0. Simply use the package installation tool to install the wesnoth package, or run &amp;lt;code&amp;gt;apt-get update; apt-get install wesnoth&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;apt-get -t dockyard-devel install wesnoth&amp;lt;/code&amp;gt; if you wish to run the current development version of wesnoth with all other packages from the stable tree)&lt;br /&gt;
* Users of other similar distributions can download the packages at [http://arklinux.osuosl.org/dockyard-devel the Ark Linux file server]. They are likely to run on any rpm based distribution that uses a recent version of gcc (&amp;gt;= 4.0) and glibc (&amp;gt;= 2.4).&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* &amp;lt;code&amp;gt;aptitude install wesnoth&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;(use &amp;lt;code&amp;gt;wesnoth-all&amp;lt;/code&amp;gt; if you want to pull in all the campaigns and the editor, too)&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. You need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.8 1.8] (stable) or [http://packages.debian.org/wesnoth-1.9 1.9] (development)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
===International language support===&lt;br /&gt;
Debian does not come with all locales. If you can't choose your language, you need to add locale for your lang.&lt;br /&gt;
see man locale.gen for more info.&lt;br /&gt;
quick guide for lenny: uncomment locales you want in /etc/locale.gen, then as root run &amp;quot;locale-gen&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the SVN version directly you may have to compile it yourself. See [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth].&lt;br /&gt;
&lt;br /&gt;
'''To install the dependencies:'''&lt;br /&gt;
&lt;br /&gt;
You can use a neat trick: Use the Build-Dependencies of the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do an &amp;lt;code&amp;gt;aptitude build-dep wesnoth&amp;lt;/code&amp;gt;. That will pull in most you need.&lt;br /&gt;
&lt;br /&gt;
'''To compile it:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
If you have already installed an older version of wesnoth, uninstall it by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;aptitude purge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this will not remove downloaded data or savegames which are stored in your home directory in the folder &amp;lt;code&amp;gt;.wesnoth&amp;lt;/code&amp;gt;. From this point on you can simply follow the advices from the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page, no need to duplicate that informations in here. :)&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
[http://apt.ubuntu.com/p/wesnoth Click here] to install the latest version of the &amp;lt;code&amp;gt;wesnoth&amp;lt;/code&amp;gt; packaged for your release. Alternatively, search for &amp;quot;wesnoth&amp;quot; in the ''Ubuntu Software Center'' or use following command (:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install wesnoth&lt;br /&gt;
&lt;br /&gt;
===Available Versions===&lt;br /&gt;
&lt;br /&gt;
Different releases of Ubuntu provide different versions of Wesnoth in their repositories. Often, this version will be older than the most current Wesnoth. Red cells denote old, now unsupported Ubuntu releases.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Release&lt;br /&gt;
! Packaged Version&lt;br /&gt;
|-&lt;br /&gt;
| 11.04 (Natty)&lt;br /&gt;
| 1.8.5&lt;br /&gt;
|-&lt;br /&gt;
| 10.10 (Maverick)&lt;br /&gt;
| 1.8.5&lt;br /&gt;
|-&lt;br /&gt;
| 10.04 LTS (Lucid)&lt;br /&gt;
| 1.6.5 and 1.8, 1.8.5 with backports enabled&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 9.10 (Karmic)&lt;br /&gt;
| 1.6.5&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 9.04 (Jaunty)&lt;br /&gt;
| 1.6a&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 8.10 (Intrepid)&lt;br /&gt;
| 1.4.5&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 8.04 LTS (Hardy)&lt;br /&gt;
| 1.4, 1.4.4 with backports enabled&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If you are interested in the development version of wesnoth, you can get it from this PPA: [http://launchpad.net/~rhonda/+archive/wesnoth-devel ppa:rhonda/wesnoth-devel]&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you choose to build Wesnoth from source you should add the datadir flag to ''configure'' to ensure your installation puts the data in the same place as the official installation path:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src&lt;br /&gt;
 tar -xvjf wesnoth-1.x.x.tar.bz2&lt;br /&gt;
 cd wesnoth-1.x.x&lt;br /&gt;
 ./configure --datadir=/usr/share/games ...&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This section is commented out because its information seems incorrect. Please restore if this is not the case.&lt;br /&gt;
=== International language support ===&lt;br /&gt;
&lt;br /&gt;
If you want to use Wesnoth with a language that is not supported by your system, you have at least two options:&lt;br /&gt;
&lt;br /&gt;
From Wesnoth version 1.6 onwards you can start Wesnoth with the flag &amp;lt;code&amp;gt;--dummy-locales&amp;lt;/code&amp;gt; to enable all languages, even if they are not supported by your system.&lt;br /&gt;
&lt;br /&gt;
For older versions of Wesnoth you’ll have to enable the language on your own system first. Look in the file &amp;lt;code&amp;gt;/usr/share/i18n/SUPPORTED&amp;lt;/code&amp;gt; for a line with an ISO language code matching what you want. Append that line to &amp;lt;code&amp;gt;/var/lib/locales/supported.d/local&amp;lt;/code&amp;gt;, then run &amp;lt;code&amp;gt;sudo dpkg-reconfigure locales&amp;lt;/code&amp;gt;. You should now be able to select that language from the language selector in Wesnoth.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
Battle for Wesnoth is included in [http://fedoraproject.org/ Fedora].  The current version of Battle for Wesnoth is available for ppc, i386, and x86_64 architectures.  If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb_AT_jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;yum install wesnoth wesnoth-tools wesnoth-server&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
For the stable release just type:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development release you will have to fetch an overlay, eg from this site:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-dev.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
The ebuild will be updated whenever the person creating the ebuild finds the time to do so.&lt;br /&gt;
&lt;br /&gt;
Or if you're too impatient to wait and willing to take the risk of things blowing up, download&lt;br /&gt;
and extract the overlay, make a copy of the highest available ebuild version, but change the version number to&lt;br /&gt;
that of Wesnoth version you want (for instance, wesnoth-dev-1.3.2.ebuild might become &lt;br /&gt;
wesnoth-dev-1.3.8.ebuild ), run &lt;br /&gt;
&amp;lt;code&amp;gt;ebuild [new ebuild file] digest&amp;lt;/code&amp;gt;&lt;br /&gt;
and then try to emerge. It may or may not work, depending on exactly how extensive the changes in the Wesnoth&lt;br /&gt;
source are--going from 1.3.2 to 1.3.8 this way worked for me.&lt;br /&gt;
There's an ebuild for 1.5.8 on Gentoo Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=256513&lt;br /&gt;
&lt;br /&gt;
For building from svn tree download the portage overlay from:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-svn.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-svn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wesnoth-dev are the official development releases&lt;br /&gt;
while wesnoth-svn will build straight from SVN-source tree to keep you up to date with the lastest changes and all the errors ;-)&lt;br /&gt;
updating wesnoth-svn will not work ! you have to reemerge it each time you want to update !&lt;br /&gt;
&lt;br /&gt;
 Note: Neither wesnoth-dev nor wesnoth-svn seem to be maintained (as seen Nov 2009). The easiest way &lt;br /&gt;
 should be downloading the source and following the instructions to build wesnoth in the source directory &lt;br /&gt;
 with cmake and as a normal user. Inside the source directory start with ''./wesnoth'', as opposed &lt;br /&gt;
 to ''wesnoth'' from your portage tree.&lt;br /&gt;
&lt;br /&gt;
== Mandriva ==&lt;br /&gt;
&amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or use the GUI installer (in the Control Centre)&lt;br /&gt;
&lt;br /&gt;
To install Battle for Wesnoth 1.8 in Mandriva 2009,2009.1 and 2010 you need to enable the contrib backports repo: you can do this in the Mandriva Control Centre .&lt;br /&gt;
&lt;br /&gt;
== Pardus ==&lt;br /&gt;
* Run Package Manager, click Games section, select Wesnoth and click install.&lt;br /&gt;
* If you prefer to install Wesnoth from command line type &amp;lt;code&amp;gt;pisi it wesnoth&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Slackware ==&lt;br /&gt;
&lt;br /&gt;
* Slackbuilds for Battle for Wesnoth on Slackware 13 are for 1.6.5.  Developmental branch requires you to edit  a new line between 65 &amp;amp; 66 with './autogen.sh' in addition to changing the version number in the wesnoth.SlackBuild script.&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 12.2 can be downloaded from [http://slacky.eu/aadm/pkgs/index.php?sear=wesnoth&amp;amp;ver=6 slacky.eu] Latest Wesnoth build: 1.6.3&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script for Slackware 12.2 [http://slackbuilds.org/repository/12.2/games/wesnoth/ SlackBuilds.org] Latest Wesnoth build: 1.6.1 Note: Probably could be used for building newer 1.6.x version.&lt;br /&gt;
&lt;br /&gt;
Note: Depends on boost package (+ icu package if you use binary from slacky.eu), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
Install boost and icu binary from slacky.eu [http://slacky.eu/aadm/pkgs/index.php?sear=boost&amp;amp;ver=6 boost] [http://slacky.eu/aadm/pkgs/index.php?ver=6&amp;amp;sear=icu icu]&lt;br /&gt;
&lt;br /&gt;
Compile boost from source using SlackBuild script [http://slackbuilds.org/repository/12.2/development/boost/ SlackBuilds.org]&lt;br /&gt;
&lt;br /&gt;
* Installation:&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command.&lt;br /&gt;
&lt;br /&gt;
For example: #installpkg wesnoth-1.6.3-i486-1sl.tgz boost-1.39.0-i686-1as.tgz icu-3.6-i486-2sl.tgz&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO]&lt;br /&gt;
&lt;br /&gt;
== [[SuSE]] / [http://www.opensuse.org OpenSUSE] ==&lt;br /&gt;
&lt;br /&gt;
These are builds of The Battle For Wesnoth for several SUSE Linux distributions, made for both i386 and x86_64 architecture. On SUSE Linux 10.1 and above, as well as on SLED, just use the zen-updater and add these directories to your available services (as ZYPP). On 10.0 and older, you can use YaST to add the installation sources. On OpenSUSE 10.3 or higher, just use 1-click Install.&lt;br /&gt;
&lt;br /&gt;
If you have problems with these packages, or other questions, please contact [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE 11.1 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.1&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 11 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.0&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 10.3 [http://software.opensuse.org/search?p=1&amp;amp;baseproject=openSUSE%3A10.3&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SUSE Linux 10.1 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_10.1/&lt;br /&gt;
* OpenSUSE Linux 10.2 http://software.opensuse.org/download/games:/strategy:/turn-based/openSUSE_10.2/&lt;br /&gt;
* OpenSUSE Factory [http://software.opensuse.org/search?baseproject=openSUSE%3AFactory&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SLED 10 (SUSE Linux Enterprise Desktop) requires an additional installation source including common required packages SLED is missing. First add http://software.opensuse.org/download/SUSE:/SLE-10:/SDK:/Extra/SLE_10/ , then add http://software.opensuse.org/download/games:/strategy:/turn-based/SLED10_SDK_Extras/ to your installation sources.&lt;br /&gt;
&lt;br /&gt;
== Vine Linux ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux 5&amp;quot; is using VLGothic font.&lt;br /&gt;
&lt;br /&gt;
;Vine Linux 5.x&lt;br /&gt;
: VinePlus (plus category)&lt;br /&gt;
:* RPM package &amp;quot;wesnoth&amp;quot; is version 1.6.5.&lt;br /&gt;
:* RPM package &amp;quot;wesnoth147&amp;quot; is version 1.4.7.&lt;br /&gt;
;VineSeed (unstable)&lt;br /&gt;
:* RPM package &amp;quot;wesnoth&amp;quot; is version 1.8.x. always sync upstream!&lt;br /&gt;
:* RPM package &amp;quot;wesnoth16&amp;quot; is version 1.6.5.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Yoper Linux ==&lt;br /&gt;
All versions built for Yoper 2.2.0-6, although they should install on 2.1.&lt;br /&gt;
Please let kernowyon know via the Yoper forums if you get any problems&lt;br /&gt;
Latest 1.0.2 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0.2-1.i686.rpm&lt;br /&gt;
1.0.1 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0-1.i686.rpm&lt;br /&gt;
Earlier version&lt;br /&gt;
*http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-0.9.7-1.i686.rpm&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* [http://ftp.osuosl.org/pub/manulix/wesnoth-bin-powerpc/ GNU/Linux PowerPC binaries]&lt;br /&gt;
* [http://rpmfind.net/linux/rpm2html/search.php?query=wesnoth Search RPMs]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[CompilingWesnoth]]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>Naranja</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=42636</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=42636"/>
		<updated>2011-05-13T04:16:17Z</updated>

		<summary type="html">&lt;p&gt;Naranja: Removed klik (dead) and KateOS (five years dormant)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not all Distributions are always at the state of the current release. If you want to be sure to have the current version, please get the sources and compile it yourself.&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* For the official pkg from [extra]: &amp;lt;code&amp;gt;pacman -S wesnoth&amp;lt;/code&amp;gt; &lt;br /&gt;
* There's a wesnoth-devel package for development releases in [http://aur.archlinux.org/packages.php?ID=9600 AUR].&lt;br /&gt;
&lt;br /&gt;
== Ark Linux ==&lt;br /&gt;
* Ark Linux includes an official wesnoth package, currently at version 1.7.0. Simply use the package installation tool to install the wesnoth package, or run &amp;lt;code&amp;gt;apt-get update; apt-get install wesnoth&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;apt-get -t dockyard-devel install wesnoth&amp;lt;/code&amp;gt; if you wish to run the current development version of wesnoth with all other packages from the stable tree)&lt;br /&gt;
* Users of other similar distributions can download the packages at [http://arklinux.osuosl.org/dockyard-devel the Ark Linux file server]. They are likely to run on any rpm based distribution that uses a recent version of gcc (&amp;gt;= 4.0) and glibc (&amp;gt;= 2.4).&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* &amp;lt;code&amp;gt;aptitude install wesnoth&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;(use &amp;lt;code&amp;gt;wesnoth-all&amp;lt;/code&amp;gt; if you want to pull in all the campaigns and the editor, too)&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases in the experimental branch  &lt;br /&gt;
* [http://backports.org/ backports.org] offers the stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
===International language support===&lt;br /&gt;
Debian does not come with all locales. If you can't choose your language, you need to add locale for your lang.&lt;br /&gt;
see man locale.gen for more info.&lt;br /&gt;
quick guide for lenny: uncomment locales you want in /etc/locale.gen, then as root run &amp;quot;locale-gen&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the SVN version directly you may have to compile it yourself. See [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth].&lt;br /&gt;
&lt;br /&gt;
'''To install the dependencies:'''&lt;br /&gt;
&lt;br /&gt;
You can use a neat trick: Use the Build-Dependencies of the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do an &amp;lt;code&amp;gt;aptitude build-dep wesnoth&amp;lt;/code&amp;gt;. That will pull in most you need. As of 1.4 stable wesnoth, the dependencies also include all of the &amp;quot;Boost&amp;quot; libraries, if you are using Debian stable/etch sources.list you need to also &amp;lt;code&amp;gt;aptitude install libboost-iostreams-dev libboost-test-dev&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''To compile it:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
If you have already installed an older version of wesnoth, uninstall it by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;aptitude purge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this will not remove downloaded data or savegames which are stored in your home directory in the folder &amp;lt;code&amp;gt;.wesnoth&amp;lt;/code&amp;gt;. From this point on you can simply follow the advices from the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page, no need to duplicate that informations in here. :)&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
[http://apt.ubuntu.com/p/wesnoth Click here] to install the latest version of the &amp;lt;code&amp;gt;wesnoth&amp;lt;/code&amp;gt; packaged for your release. Alternatively, search for &amp;quot;wesnoth&amp;quot; in the ''Ubuntu Software Center'' or use following command:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install wesnoth&lt;br /&gt;
&lt;br /&gt;
===Available Versions===&lt;br /&gt;
&lt;br /&gt;
Different releases of Ubuntu provide different versions of Wesnoth in their repositories. Often, this version will be older than the most current Wesnoth. Red cells denote old, now unsupported Ubuntu releases.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Release&lt;br /&gt;
! Packaged Version&lt;br /&gt;
|-&lt;br /&gt;
| 11.04 (Natty)&lt;br /&gt;
| 1.8.5&lt;br /&gt;
|-&lt;br /&gt;
| 10.10 (Maverick)&lt;br /&gt;
| 1.8.5&lt;br /&gt;
|-&lt;br /&gt;
| 10.04 LTS (Lucid)&lt;br /&gt;
| 1.6.5, 1.8.5 with backports enabled&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 9.10 (Karmic)&lt;br /&gt;
| 1.6.5&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 9.04 (Jaunty)&lt;br /&gt;
| 1.6a&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 8.10 (Intrepid)&lt;br /&gt;
| 1.4.5&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 8.04 LTS (Hardy)&lt;br /&gt;
| 1.4, 1.4.4 with backports enabled&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you choose to build Wesnoth from source you should add the datadir flag to ''configure'' to ensure your installation puts the data in the same place as the official installation path:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src&lt;br /&gt;
 tar -xvjf wesnoth-1.x.x.tar.bz2&lt;br /&gt;
 cd wesnoth-1.x.x&lt;br /&gt;
 ./configure --datadir=/usr/share/games ...&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This section is commented out because its information seems incorrect. Please restore if this is not the case.&lt;br /&gt;
=== International language support ===&lt;br /&gt;
&lt;br /&gt;
If you want to use Wesnoth with a language that is not supported by your system, you have at least two options:&lt;br /&gt;
&lt;br /&gt;
From Wesnoth version 1.6 onwards you can start Wesnoth with the flag &amp;lt;code&amp;gt;--dummy-locales&amp;lt;/code&amp;gt; to enable all languages, even if they are not supported by your system.&lt;br /&gt;
&lt;br /&gt;
For older versions of Wesnoth you’ll have to enable the language on your own system first. Look in the file &amp;lt;code&amp;gt;/usr/share/i18n/SUPPORTED&amp;lt;/code&amp;gt; for a line with an ISO language code matching what you want. Append that line to &amp;lt;code&amp;gt;/var/lib/locales/supported.d/local&amp;lt;/code&amp;gt;, then run &amp;lt;code&amp;gt;sudo dpkg-reconfigure locales&amp;lt;/code&amp;gt;. You should now be able to select that language from the language selector in Wesnoth.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
Battle for Wesnoth is included in [http://fedoraproject.org/ Fedora].  The current version of Battle for Wesnoth is available for ppc, i386, and x86_64 architectures.  If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb_AT_jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;yum install wesnoth wesnoth-tools wesnoth-server&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
For the stable release just type:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development release you will have to fetch an overlay, eg from this site:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-dev.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
The ebuild will be updated whenever the person creating the ebuild finds the time to do so.&lt;br /&gt;
&lt;br /&gt;
Or if you're too impatient to wait and willing to take the risk of things blowing up, download&lt;br /&gt;
and extract the overlay, make a copy of the highest available ebuild version, but change the version number to&lt;br /&gt;
that of Wesnoth version you want (for instance, wesnoth-dev-1.3.2.ebuild might become &lt;br /&gt;
wesnoth-dev-1.3.8.ebuild ), run &lt;br /&gt;
&amp;lt;code&amp;gt;ebuild [new ebuild file] digest&amp;lt;/code&amp;gt;&lt;br /&gt;
and then try to emerge. It may or may not work, depending on exactly how extensive the changes in the Wesnoth&lt;br /&gt;
source are--going from 1.3.2 to 1.3.8 this way worked for me.&lt;br /&gt;
There's an ebuild for 1.5.8 on Gentoo Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=256513&lt;br /&gt;
&lt;br /&gt;
For building from svn tree download the portage overlay from:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-svn.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-svn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wesnoth-dev are the official development releases&lt;br /&gt;
while wesnoth-svn will build straight from SVN-source tree to keep you up to date with the lastest changes and all the errors ;-)&lt;br /&gt;
updating wesnoth-svn will not work ! you have to reemerge it each time you want to update !&lt;br /&gt;
&lt;br /&gt;
 Note: Neither wesnoth-dev nor wesnoth-svn seem to be maintained (as seen Nov 2009). The easiest way &lt;br /&gt;
 should be downloading the source and following the instructions to build wesnoth in the source directory &lt;br /&gt;
 with cmake and as a normal user. Inside the source directory start with ''./wesnoth'', as opposed &lt;br /&gt;
 to ''wesnoth'' from your portage tree.&lt;br /&gt;
&lt;br /&gt;
== Mandriva ==&lt;br /&gt;
&amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or use the GUI installer (in the Control Centre)&lt;br /&gt;
&lt;br /&gt;
To install Battle for Wesnoth 1.8 in Mandriva 2009,2009.1 and 2010 you need to enable the contrib backports repo: you can do this in the Mandriva Control Centre .&lt;br /&gt;
&lt;br /&gt;
== Pardus ==&lt;br /&gt;
* Run Package Manager, click Games section, select Wesnoth and click install.&lt;br /&gt;
* If you prefer to install Wesnoth from command line type &amp;lt;code&amp;gt;pisi it wesnoth&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Slackware ==&lt;br /&gt;
&lt;br /&gt;
* Slackbuilds for Battle for Wesnoth on Slackware 13 are for 1.6.5.  Developmental branch requires you to edit  a new line between 65 &amp;amp; 66 with './autogen.sh' in addition to changing the version number in the wesnoth.SlackBuild script.&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 12.2 can be downloaded from [http://slacky.eu/aadm/pkgs/index.php?sear=wesnoth&amp;amp;ver=6 slacky.eu] Latest Wesnoth build: 1.6.3&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script for Slackware 12.2 [http://slackbuilds.org/repository/12.2/games/wesnoth/ SlackBuilds.org] Latest Wesnoth build: 1.6.1 Note: Probably could be used for building newer 1.6.x version.&lt;br /&gt;
&lt;br /&gt;
Note: Depends on boost package (+ icu package if you use binary from slacky.eu), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
Install boost and icu binary from slacky.eu [http://slacky.eu/aadm/pkgs/index.php?sear=boost&amp;amp;ver=6 boost] [http://slacky.eu/aadm/pkgs/index.php?ver=6&amp;amp;sear=icu icu]&lt;br /&gt;
&lt;br /&gt;
Compile boost from source using SlackBuild script [http://slackbuilds.org/repository/12.2/development/boost/ SlackBuilds.org]&lt;br /&gt;
&lt;br /&gt;
* Installation:&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command.&lt;br /&gt;
&lt;br /&gt;
For example: #installpkg wesnoth-1.6.3-i486-1sl.tgz boost-1.39.0-i686-1as.tgz icu-3.6-i486-2sl.tgz&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO]&lt;br /&gt;
&lt;br /&gt;
== [[SuSE]] / [http://www.opensuse.org OpenSUSE] ==&lt;br /&gt;
&lt;br /&gt;
These are builds of The Battle For Wesnoth for several SUSE Linux distributions, made for both i386 and x86_64 architecture. On SUSE Linux 10.1 and above, as well as on SLED, just use the zen-updater and add these directories to your available services (as ZYPP). On 10.0 and older, you can use YaST to add the installation sources. On OpenSUSE 10.3 or higher, just use 1-click Install.&lt;br /&gt;
&lt;br /&gt;
If you have problems with these packages, or other questions, please contact [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE 11.1 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.1&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 11 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.0&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 10.3 [http://software.opensuse.org/search?p=1&amp;amp;baseproject=openSUSE%3A10.3&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SUSE Linux 10.1 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_10.1/&lt;br /&gt;
* OpenSUSE Linux 10.2 http://software.opensuse.org/download/games:/strategy:/turn-based/openSUSE_10.2/&lt;br /&gt;
* OpenSUSE Factory [http://software.opensuse.org/search?baseproject=openSUSE%3AFactory&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SLED 10 (SUSE Linux Enterprise Desktop) requires an additional installation source including common required packages SLED is missing. First add http://software.opensuse.org/download/SUSE:/SLE-10:/SDK:/Extra/SLE_10/ , then add http://software.opensuse.org/download/games:/strategy:/turn-based/SLED10_SDK_Extras/ to your installation sources.&lt;br /&gt;
&lt;br /&gt;
== Vine Linux ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux 5&amp;quot; is using VLGothic font.&lt;br /&gt;
&lt;br /&gt;
;Vine Linux 5.x&lt;br /&gt;
: VinePlus (plus category)&lt;br /&gt;
:* RPM package &amp;quot;wesnoth&amp;quot; is version 1.6.5.&lt;br /&gt;
:* RPM package &amp;quot;wesnoth147&amp;quot; is version 1.4.7.&lt;br /&gt;
;VineSeed (unstable)&lt;br /&gt;
:* RPM package &amp;quot;wesnoth&amp;quot; is version 1.8.x. always sync upstream!&lt;br /&gt;
:* RPM package &amp;quot;wesnoth16&amp;quot; is version 1.6.5.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Yoper Linux ==&lt;br /&gt;
All versions built for Yoper 2.2.0-6, although they should install on 2.1.&lt;br /&gt;
Please let kernowyon know via the Yoper forums if you get any problems&lt;br /&gt;
Latest 1.0.2 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0.2-1.i686.rpm&lt;br /&gt;
1.0.1 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0-1.i686.rpm&lt;br /&gt;
Earlier version&lt;br /&gt;
*http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-0.9.7-1.i686.rpm&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* [http://rpmfind.net/linux/rpm2html/search.php?query=wesnoth Search RPMs]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[CompilingWesnoth]]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>Naranja</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=Talk:WesnothBinariesLinux&amp;diff=42635</id>
		<title>Talk:WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=Talk:WesnothBinariesLinux&amp;diff=42635"/>
		<updated>2011-05-13T04:02:15Z</updated>

		<summary type="html">&lt;p&gt;Naranja: Comment on removal of the Ubuntu i10n section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;quot;International language support&amp;quot; in Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
I commented out this section in r42634. First off, all i10n I've tested in Lucid (1.6) and Natty (1.8) seems to be working fine without intervention. Second, there is no &amp;lt;code&amp;gt;--dummy-locales&amp;lt;/code&amp;gt; option after 1.6, as the section claims. Third, I don't know the situation in 1.4, but every Ubuntu release with less than 1.6 in the repository is now firmly EOL.&lt;br /&gt;
&lt;br /&gt;
By all means though, if parts of the section are useful/not incorrect to anyone, please restore them. [[User:Naranja|Naranja]] 04:02, 13 May 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Naranja</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=42634</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=42634"/>
		<updated>2011-05-13T03:53:25Z</updated>

		<summary type="html">&lt;p&gt;Naranja: Commented out internationalization section because it seems incorrect. See talk page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not all Distributions are always at the state of the current release. If you want to be sure to have the current version, please get the sources and compile it yourself.&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* For the official pkg from [extra]: &amp;lt;code&amp;gt;pacman -S wesnoth&amp;lt;/code&amp;gt; &lt;br /&gt;
* There's a wesnoth-devel package for development releases in [http://aur.archlinux.org/packages.php?ID=9600 AUR].&lt;br /&gt;
&lt;br /&gt;
== Ark Linux ==&lt;br /&gt;
* Ark Linux includes an official wesnoth package, currently at version 1.7.0. Simply use the package installation tool to install the wesnoth package, or run &amp;lt;code&amp;gt;apt-get update; apt-get install wesnoth&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;apt-get -t dockyard-devel install wesnoth&amp;lt;/code&amp;gt; if you wish to run the current development version of wesnoth with all other packages from the stable tree)&lt;br /&gt;
* Users of other similar distributions can download the packages at [http://arklinux.osuosl.org/dockyard-devel the Ark Linux file server]. They are likely to run on any rpm based distribution that uses a recent version of gcc (&amp;gt;= 4.0) and glibc (&amp;gt;= 2.4).&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* &amp;lt;code&amp;gt;aptitude install wesnoth&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;(use &amp;lt;code&amp;gt;wesnoth-all&amp;lt;/code&amp;gt; if you want to pull in all the campaigns and the editor, too)&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases in the experimental branch  &lt;br /&gt;
* [http://backports.org/ backports.org] offers the stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
===International language support===&lt;br /&gt;
Debian does not come with all locales. If you can't choose your language, you need to add locale for your lang.&lt;br /&gt;
see man locale.gen for more info.&lt;br /&gt;
quick guide for lenny: uncomment locales you want in /etc/locale.gen, then as root run &amp;quot;locale-gen&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the SVN version directly you may have to compile it yourself. See [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth].&lt;br /&gt;
&lt;br /&gt;
'''To install the dependencies:'''&lt;br /&gt;
&lt;br /&gt;
You can use a neat trick: Use the Build-Dependencies of the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do an &amp;lt;code&amp;gt;aptitude build-dep wesnoth&amp;lt;/code&amp;gt;. That will pull in most you need. As of 1.4 stable wesnoth, the dependencies also include all of the &amp;quot;Boost&amp;quot; libraries, if you are using Debian stable/etch sources.list you need to also &amp;lt;code&amp;gt;aptitude install libboost-iostreams-dev libboost-test-dev&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''To compile it:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
If you have already installed an older version of wesnoth, uninstall it by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;aptitude purge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this will not remove downloaded data or savegames which are stored in your home directory in the folder &amp;lt;code&amp;gt;.wesnoth&amp;lt;/code&amp;gt;. From this point on you can simply follow the advices from the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page, no need to duplicate that informations in here. :)&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
[http://apt.ubuntu.com/p/wesnoth Click here] to install the latest version of the &amp;lt;code&amp;gt;wesnoth&amp;lt;/code&amp;gt; packaged for your release. Alternatively, search for &amp;quot;wesnoth&amp;quot; in the ''Ubuntu Software Center'' or use following command:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install wesnoth&lt;br /&gt;
&lt;br /&gt;
===Available Versions===&lt;br /&gt;
&lt;br /&gt;
Different releases of Ubuntu provide different versions of Wesnoth in their repositories. Often, this version will be older than the most current Wesnoth. Red cells denote old, now unsupported Ubuntu releases.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Release&lt;br /&gt;
! Packaged Version&lt;br /&gt;
|-&lt;br /&gt;
| 11.04 (Natty)&lt;br /&gt;
| 1.8.5&lt;br /&gt;
|-&lt;br /&gt;
| 10.10 (Maverick)&lt;br /&gt;
| 1.8.5&lt;br /&gt;
|-&lt;br /&gt;
| 10.04 LTS (Lucid)&lt;br /&gt;
| 1.6.5, 1.8.5 with backports enabled&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 9.10 (Karmic)&lt;br /&gt;
| 1.6.5&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 9.04 (Jaunty)&lt;br /&gt;
| 1.6a&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 8.10 (Intrepid)&lt;br /&gt;
| 1.4.5&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 8.04 LTS (Hardy)&lt;br /&gt;
| 1.4, 1.4.4 with backports enabled&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you choose to build Wesnoth from source you should add the datadir flag to ''configure'' to ensure your installation puts the data in the same place as the official installation path:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src&lt;br /&gt;
 tar -xvjf wesnoth-1.x.x.tar.bz2&lt;br /&gt;
 cd wesnoth-1.x.x&lt;br /&gt;
 ./configure --datadir=/usr/share/games ...&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This section is commented out because its information seems incorrect. Please restore if this is not the case.&lt;br /&gt;
=== International language support ===&lt;br /&gt;
&lt;br /&gt;
If you want to use Wesnoth with a language that is not supported by your system, you have at least two options:&lt;br /&gt;
&lt;br /&gt;
From Wesnoth version 1.6 onwards you can start Wesnoth with the flag &amp;lt;code&amp;gt;--dummy-locales&amp;lt;/code&amp;gt; to enable all languages, even if they are not supported by your system.&lt;br /&gt;
&lt;br /&gt;
For older versions of Wesnoth you’ll have to enable the language on your own system first. Look in the file &amp;lt;code&amp;gt;/usr/share/i18n/SUPPORTED&amp;lt;/code&amp;gt; for a line with an ISO language code matching what you want. Append that line to &amp;lt;code&amp;gt;/var/lib/locales/supported.d/local&amp;lt;/code&amp;gt;, then run &amp;lt;code&amp;gt;sudo dpkg-reconfigure locales&amp;lt;/code&amp;gt;. You should now be able to select that language from the language selector in Wesnoth.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
Battle for Wesnoth is included in [http://fedoraproject.org/ Fedora].  The current version of Battle for Wesnoth is available for ppc, i386, and x86_64 architectures.  If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb_AT_jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;yum install wesnoth wesnoth-tools wesnoth-server&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
For the stable release just type:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development release you will have to fetch an overlay, eg from this site:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-dev.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
The ebuild will be updated whenever the person creating the ebuild finds the time to do so.&lt;br /&gt;
&lt;br /&gt;
Or if you're too impatient to wait and willing to take the risk of things blowing up, download&lt;br /&gt;
and extract the overlay, make a copy of the highest available ebuild version, but change the version number to&lt;br /&gt;
that of Wesnoth version you want (for instance, wesnoth-dev-1.3.2.ebuild might become &lt;br /&gt;
wesnoth-dev-1.3.8.ebuild ), run &lt;br /&gt;
&amp;lt;code&amp;gt;ebuild [new ebuild file] digest&amp;lt;/code&amp;gt;&lt;br /&gt;
and then try to emerge. It may or may not work, depending on exactly how extensive the changes in the Wesnoth&lt;br /&gt;
source are--going from 1.3.2 to 1.3.8 this way worked for me.&lt;br /&gt;
There's an ebuild for 1.5.8 on Gentoo Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=256513&lt;br /&gt;
&lt;br /&gt;
For building from svn tree download the portage overlay from:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-svn.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-svn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wesnoth-dev are the official development releases&lt;br /&gt;
while wesnoth-svn will build straight from SVN-source tree to keep you up to date with the lastest changes and all the errors ;-)&lt;br /&gt;
updating wesnoth-svn will not work ! you have to reemerge it each time you want to update !&lt;br /&gt;
&lt;br /&gt;
 Note: Neither wesnoth-dev nor wesnoth-svn seem to be maintained (as seen Nov 2009). The easiest way &lt;br /&gt;
 should be downloading the source and following the instructions to build wesnoth in the source directory &lt;br /&gt;
 with cmake and as a normal user. Inside the source directory start with ''./wesnoth'', as opposed &lt;br /&gt;
 to ''wesnoth'' from your portage tree.&lt;br /&gt;
&lt;br /&gt;
== KateOS ==&lt;br /&gt;
Currently Battle for Wesnoth v1.4 is available in official KateOS repo (testing for now)&lt;br /&gt;
[http://www.kateos.org/download/packages/testing3/]&lt;br /&gt;
&lt;br /&gt;
== klik ==&lt;br /&gt;
The most easy way to testdrive BfW is provided via [http://klik.atekon.de/ klik]. klik enables clients to create distribution-independent binaries which require no &amp;quot;installation&amp;quot; (the base system remains untouched); its created &amp;quot;AppDir&amp;quot; bundles run even from USB stick or CD RW. klik support is pre-enabled on Knoppix and Kanotix Live CDs. Other distros need to install a small klik client (less than 20 kByte download, less than 20 seconds effort).  See the [http://klik.atekon.de/wiki/index.php/User%27s_FAQ klik FAQ] for details. A [http://wesnoth.klik.atekon.de/ BfW-specific klik website] has links to help with the package. Once the klik client is installed, look at this:&lt;br /&gt;
* [http://wesnoth.klik.atekon.de/ Wesnoth-1.0] ancient stable Version: to &amp;quot;klik&amp;quot; it, type ''klik://wesnoth'' into your Browser&lt;br /&gt;
* [http://wesnoth-latest.klik.atekon.de/ Wesnoth-1.1.1] ancient Development-Version: to &amp;quot;klik&amp;quot; it, type ''klik://wesnoth-latest'' into your Browser&lt;br /&gt;
&lt;br /&gt;
== Mandriva ==&lt;br /&gt;
&amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or use the GUI installer (in the Control Centre)&lt;br /&gt;
&lt;br /&gt;
To install Battle for Wesnoth 1.8 in Mandriva 2009,2009.1 and 2010 you need to enable the contrib backports repo: you can do this in the Mandriva Control Centre .&lt;br /&gt;
&lt;br /&gt;
== Pardus ==&lt;br /&gt;
* Run Package Manager, click Games section, select Wesnoth and click install.&lt;br /&gt;
* If you prefer to install Wesnoth from command line type &amp;lt;code&amp;gt;pisi it wesnoth&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Slackware ==&lt;br /&gt;
&lt;br /&gt;
* Slackbuilds for Battle for Wesnoth on Slackware 13 are for 1.6.5.  Developmental branch requires you to edit  a new line between 65 &amp;amp; 66 with './autogen.sh' in addition to changing the version number in the wesnoth.SlackBuild script.&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 12.2 can be downloaded from [http://slacky.eu/aadm/pkgs/index.php?sear=wesnoth&amp;amp;ver=6 slacky.eu] Latest Wesnoth build: 1.6.3&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script for Slackware 12.2 [http://slackbuilds.org/repository/12.2/games/wesnoth/ SlackBuilds.org] Latest Wesnoth build: 1.6.1 Note: Probably could be used for building newer 1.6.x version.&lt;br /&gt;
&lt;br /&gt;
Note: Depends on boost package (+ icu package if you use binary from slacky.eu), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
Install boost and icu binary from slacky.eu [http://slacky.eu/aadm/pkgs/index.php?sear=boost&amp;amp;ver=6 boost] [http://slacky.eu/aadm/pkgs/index.php?ver=6&amp;amp;sear=icu icu]&lt;br /&gt;
&lt;br /&gt;
Compile boost from source using SlackBuild script [http://slackbuilds.org/repository/12.2/development/boost/ SlackBuilds.org]&lt;br /&gt;
&lt;br /&gt;
* Installation:&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command.&lt;br /&gt;
&lt;br /&gt;
For example: #installpkg wesnoth-1.6.3-i486-1sl.tgz boost-1.39.0-i686-1as.tgz icu-3.6-i486-2sl.tgz&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO]&lt;br /&gt;
&lt;br /&gt;
== [[SuSE]] / [http://www.opensuse.org OpenSUSE] ==&lt;br /&gt;
&lt;br /&gt;
These are builds of The Battle For Wesnoth for several SUSE Linux distributions, made for both i386 and x86_64 architecture. On SUSE Linux 10.1 and above, as well as on SLED, just use the zen-updater and add these directories to your available services (as ZYPP). On 10.0 and older, you can use YaST to add the installation sources. On OpenSUSE 10.3 or higher, just use 1-click Install.&lt;br /&gt;
&lt;br /&gt;
If you have problems with these packages, or other questions, please contact [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE 11.1 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.1&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 11 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.0&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 10.3 [http://software.opensuse.org/search?p=1&amp;amp;baseproject=openSUSE%3A10.3&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SUSE Linux 10.1 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_10.1/&lt;br /&gt;
* OpenSUSE Linux 10.2 http://software.opensuse.org/download/games:/strategy:/turn-based/openSUSE_10.2/&lt;br /&gt;
* OpenSUSE Factory [http://software.opensuse.org/search?baseproject=openSUSE%3AFactory&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SLED 10 (SUSE Linux Enterprise Desktop) requires an additional installation source including common required packages SLED is missing. First add http://software.opensuse.org/download/SUSE:/SLE-10:/SDK:/Extra/SLE_10/ , then add http://software.opensuse.org/download/games:/strategy:/turn-based/SLED10_SDK_Extras/ to your installation sources.&lt;br /&gt;
&lt;br /&gt;
== Vine Linux ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux 5&amp;quot; is using VLGothic font.&lt;br /&gt;
&lt;br /&gt;
;Vine Linux 5.x&lt;br /&gt;
: VinePlus (plus category)&lt;br /&gt;
:* RPM package &amp;quot;wesnoth&amp;quot; is version 1.6.5.&lt;br /&gt;
:* RPM package &amp;quot;wesnoth147&amp;quot; is version 1.4.7.&lt;br /&gt;
;VineSeed (unstable)&lt;br /&gt;
:* RPM package &amp;quot;wesnoth&amp;quot; is version 1.8.x. always sync upstream!&lt;br /&gt;
:* RPM package &amp;quot;wesnoth16&amp;quot; is version 1.6.5.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Yoper Linux ==&lt;br /&gt;
All versions built for Yoper 2.2.0-6, although they should install on 2.1.&lt;br /&gt;
Please let kernowyon know via the Yoper forums if you get any problems&lt;br /&gt;
Latest 1.0.2 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0.2-1.i686.rpm&lt;br /&gt;
1.0.1 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0-1.i686.rpm&lt;br /&gt;
Earlier version&lt;br /&gt;
*http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-0.9.7-1.i686.rpm&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* [http://rpmfind.net/linux/rpm2html/search.php?query=wesnoth Search RPMs]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[CompilingWesnoth]]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>Naranja</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=42633</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=42633"/>
		<updated>2011-05-13T03:40:55Z</updated>

		<summary type="html">&lt;p&gt;Naranja: Made Ubuntu installation instructions a lot simpler, given the EOL of a bunch of old releases and death of GetDeb.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not all Distributions are always at the state of the current release. If you want to be sure to have the current version, please get the sources and compile it yourself.&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* For the official pkg from [extra]: &amp;lt;code&amp;gt;pacman -S wesnoth&amp;lt;/code&amp;gt; &lt;br /&gt;
* There's a wesnoth-devel package for development releases in [http://aur.archlinux.org/packages.php?ID=9600 AUR].&lt;br /&gt;
&lt;br /&gt;
== Ark Linux ==&lt;br /&gt;
* Ark Linux includes an official wesnoth package, currently at version 1.7.0. Simply use the package installation tool to install the wesnoth package, or run &amp;lt;code&amp;gt;apt-get update; apt-get install wesnoth&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;apt-get -t dockyard-devel install wesnoth&amp;lt;/code&amp;gt; if you wish to run the current development version of wesnoth with all other packages from the stable tree)&lt;br /&gt;
* Users of other similar distributions can download the packages at [http://arklinux.osuosl.org/dockyard-devel the Ark Linux file server]. They are likely to run on any rpm based distribution that uses a recent version of gcc (&amp;gt;= 4.0) and glibc (&amp;gt;= 2.4).&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* &amp;lt;code&amp;gt;aptitude install wesnoth&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;(use &amp;lt;code&amp;gt;wesnoth-all&amp;lt;/code&amp;gt; if you want to pull in all the campaigns and the editor, too)&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases in the experimental branch  &lt;br /&gt;
* [http://backports.org/ backports.org] offers the stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
===International language support===&lt;br /&gt;
Debian does not come with all locales. If you can't choose your language, you need to add locale for your lang.&lt;br /&gt;
see man locale.gen for more info.&lt;br /&gt;
quick guide for lenny: uncomment locales you want in /etc/locale.gen, then as root run &amp;quot;locale-gen&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the SVN version directly you may have to compile it yourself. See [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth].&lt;br /&gt;
&lt;br /&gt;
'''To install the dependencies:'''&lt;br /&gt;
&lt;br /&gt;
You can use a neat trick: Use the Build-Dependencies of the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do an &amp;lt;code&amp;gt;aptitude build-dep wesnoth&amp;lt;/code&amp;gt;. That will pull in most you need. As of 1.4 stable wesnoth, the dependencies also include all of the &amp;quot;Boost&amp;quot; libraries, if you are using Debian stable/etch sources.list you need to also &amp;lt;code&amp;gt;aptitude install libboost-iostreams-dev libboost-test-dev&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''To compile it:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
If you have already installed an older version of wesnoth, uninstall it by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;aptitude purge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this will not remove downloaded data or savegames which are stored in your home directory in the folder &amp;lt;code&amp;gt;.wesnoth&amp;lt;/code&amp;gt;. From this point on you can simply follow the advices from the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page, no need to duplicate that informations in here. :)&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
[http://apt.ubuntu.com/p/wesnoth Click here] to install the latest version of the &amp;lt;code&amp;gt;wesnoth&amp;lt;/code&amp;gt; packaged for your release. Alternatively, search for &amp;quot;wesnoth&amp;quot; in the ''Ubuntu Software Center'' or use following command:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install wesnoth&lt;br /&gt;
&lt;br /&gt;
===Available Versions===&lt;br /&gt;
&lt;br /&gt;
Different releases of Ubuntu provide different versions of Wesnoth in their repositories. Often, this version will be older than the most current Wesnoth. Red cells denote old, now unsupported Ubuntu releases.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Release&lt;br /&gt;
! Packaged Version&lt;br /&gt;
|-&lt;br /&gt;
| 11.04 (Natty)&lt;br /&gt;
| 1.8.5&lt;br /&gt;
|-&lt;br /&gt;
| 10.10 (Maverick)&lt;br /&gt;
| 1.8.5&lt;br /&gt;
|-&lt;br /&gt;
| 10.04 LTS (Lucid)&lt;br /&gt;
| 1.6.5, 1.8.5 with backports enabled&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 9.10 (Karmic)&lt;br /&gt;
| 1.6.5&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 9.04 (Jaunty)&lt;br /&gt;
| 1.6a&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 8.10 (Intrepid)&lt;br /&gt;
| 1.4.5&lt;br /&gt;
|- style=&amp;quot;background:#FA8072&amp;quot;&lt;br /&gt;
| 8.04 LTS (Hardy)&lt;br /&gt;
| 1.4, 1.4.4 with backports enabled&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you choose to build Wesnoth from source you should add the datadir flag to ''configure'' to ensure your installation puts the data in the same place as the official installation path:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src&lt;br /&gt;
 tar -xvjf wesnoth-1.x.x.tar.bz2&lt;br /&gt;
 cd wesnoth-1.x.x&lt;br /&gt;
 ./configure --datadir=/usr/share/games ...&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
=== International language support ===&lt;br /&gt;
&lt;br /&gt;
If you want to use Wesnoth with a language that is not supported by your system, you have at least two options:&lt;br /&gt;
&lt;br /&gt;
From Wesnoth version 1.6 onwards you can start Wesnoth with the flag &amp;lt;code&amp;gt;--dummy-locales&amp;lt;/code&amp;gt; to enable all languages, even if they are not supported by your system.&lt;br /&gt;
&lt;br /&gt;
For older versions of Wesnoth you’ll have to enable the language on your own system first. Look in the file &amp;lt;code&amp;gt;/usr/share/i18n/SUPPORTED&amp;lt;/code&amp;gt; for a line with an ISO language code matching what you want. Append that line to &amp;lt;code&amp;gt;/var/lib/locales/supported.d/local&amp;lt;/code&amp;gt;, then run &amp;lt;code&amp;gt;sudo dpkg-reconfigure locales&amp;lt;/code&amp;gt;. You should now be able to select that language from the language selector in Wesnoth.&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
Battle for Wesnoth is included in [http://fedoraproject.org/ Fedora].  The current version of Battle for Wesnoth is available for ppc, i386, and x86_64 architectures.  If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb_AT_jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;yum install wesnoth wesnoth-tools wesnoth-server&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
For the stable release just type:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development release you will have to fetch an overlay, eg from this site:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-dev.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
The ebuild will be updated whenever the person creating the ebuild finds the time to do so.&lt;br /&gt;
&lt;br /&gt;
Or if you're too impatient to wait and willing to take the risk of things blowing up, download&lt;br /&gt;
and extract the overlay, make a copy of the highest available ebuild version, but change the version number to&lt;br /&gt;
that of Wesnoth version you want (for instance, wesnoth-dev-1.3.2.ebuild might become &lt;br /&gt;
wesnoth-dev-1.3.8.ebuild ), run &lt;br /&gt;
&amp;lt;code&amp;gt;ebuild [new ebuild file] digest&amp;lt;/code&amp;gt;&lt;br /&gt;
and then try to emerge. It may or may not work, depending on exactly how extensive the changes in the Wesnoth&lt;br /&gt;
source are--going from 1.3.2 to 1.3.8 this way worked for me.&lt;br /&gt;
There's an ebuild for 1.5.8 on Gentoo Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=256513&lt;br /&gt;
&lt;br /&gt;
For building from svn tree download the portage overlay from:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-svn.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-svn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wesnoth-dev are the official development releases&lt;br /&gt;
while wesnoth-svn will build straight from SVN-source tree to keep you up to date with the lastest changes and all the errors ;-)&lt;br /&gt;
updating wesnoth-svn will not work ! you have to reemerge it each time you want to update !&lt;br /&gt;
&lt;br /&gt;
 Note: Neither wesnoth-dev nor wesnoth-svn seem to be maintained (as seen Nov 2009). The easiest way &lt;br /&gt;
 should be downloading the source and following the instructions to build wesnoth in the source directory &lt;br /&gt;
 with cmake and as a normal user. Inside the source directory start with ''./wesnoth'', as opposed &lt;br /&gt;
 to ''wesnoth'' from your portage tree.&lt;br /&gt;
&lt;br /&gt;
== KateOS ==&lt;br /&gt;
Currently Battle for Wesnoth v1.4 is available in official KateOS repo (testing for now)&lt;br /&gt;
[http://www.kateos.org/download/packages/testing3/]&lt;br /&gt;
&lt;br /&gt;
== klik ==&lt;br /&gt;
The most easy way to testdrive BfW is provided via [http://klik.atekon.de/ klik]. klik enables clients to create distribution-independent binaries which require no &amp;quot;installation&amp;quot; (the base system remains untouched); its created &amp;quot;AppDir&amp;quot; bundles run even from USB stick or CD RW. klik support is pre-enabled on Knoppix and Kanotix Live CDs. Other distros need to install a small klik client (less than 20 kByte download, less than 20 seconds effort).  See the [http://klik.atekon.de/wiki/index.php/User%27s_FAQ klik FAQ] for details. A [http://wesnoth.klik.atekon.de/ BfW-specific klik website] has links to help with the package. Once the klik client is installed, look at this:&lt;br /&gt;
* [http://wesnoth.klik.atekon.de/ Wesnoth-1.0] ancient stable Version: to &amp;quot;klik&amp;quot; it, type ''klik://wesnoth'' into your Browser&lt;br /&gt;
* [http://wesnoth-latest.klik.atekon.de/ Wesnoth-1.1.1] ancient Development-Version: to &amp;quot;klik&amp;quot; it, type ''klik://wesnoth-latest'' into your Browser&lt;br /&gt;
&lt;br /&gt;
== Mandriva ==&lt;br /&gt;
&amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or use the GUI installer (in the Control Centre)&lt;br /&gt;
&lt;br /&gt;
To install Battle for Wesnoth 1.8 in Mandriva 2009,2009.1 and 2010 you need to enable the contrib backports repo: you can do this in the Mandriva Control Centre .&lt;br /&gt;
&lt;br /&gt;
== Pardus ==&lt;br /&gt;
* Run Package Manager, click Games section, select Wesnoth and click install.&lt;br /&gt;
* If you prefer to install Wesnoth from command line type &amp;lt;code&amp;gt;pisi it wesnoth&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Slackware ==&lt;br /&gt;
&lt;br /&gt;
* Slackbuilds for Battle for Wesnoth on Slackware 13 are for 1.6.5.  Developmental branch requires you to edit  a new line between 65 &amp;amp; 66 with './autogen.sh' in addition to changing the version number in the wesnoth.SlackBuild script.&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 12.2 can be downloaded from [http://slacky.eu/aadm/pkgs/index.php?sear=wesnoth&amp;amp;ver=6 slacky.eu] Latest Wesnoth build: 1.6.3&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script for Slackware 12.2 [http://slackbuilds.org/repository/12.2/games/wesnoth/ SlackBuilds.org] Latest Wesnoth build: 1.6.1 Note: Probably could be used for building newer 1.6.x version.&lt;br /&gt;
&lt;br /&gt;
Note: Depends on boost package (+ icu package if you use binary from slacky.eu), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
Install boost and icu binary from slacky.eu [http://slacky.eu/aadm/pkgs/index.php?sear=boost&amp;amp;ver=6 boost] [http://slacky.eu/aadm/pkgs/index.php?ver=6&amp;amp;sear=icu icu]&lt;br /&gt;
&lt;br /&gt;
Compile boost from source using SlackBuild script [http://slackbuilds.org/repository/12.2/development/boost/ SlackBuilds.org]&lt;br /&gt;
&lt;br /&gt;
* Installation:&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command.&lt;br /&gt;
&lt;br /&gt;
For example: #installpkg wesnoth-1.6.3-i486-1sl.tgz boost-1.39.0-i686-1as.tgz icu-3.6-i486-2sl.tgz&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO]&lt;br /&gt;
&lt;br /&gt;
== [[SuSE]] / [http://www.opensuse.org OpenSUSE] ==&lt;br /&gt;
&lt;br /&gt;
These are builds of The Battle For Wesnoth for several SUSE Linux distributions, made for both i386 and x86_64 architecture. On SUSE Linux 10.1 and above, as well as on SLED, just use the zen-updater and add these directories to your available services (as ZYPP). On 10.0 and older, you can use YaST to add the installation sources. On OpenSUSE 10.3 or higher, just use 1-click Install.&lt;br /&gt;
&lt;br /&gt;
If you have problems with these packages, or other questions, please contact [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE 11.1 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.1&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 11 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.0&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 10.3 [http://software.opensuse.org/search?p=1&amp;amp;baseproject=openSUSE%3A10.3&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SUSE Linux 10.1 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_10.1/&lt;br /&gt;
* OpenSUSE Linux 10.2 http://software.opensuse.org/download/games:/strategy:/turn-based/openSUSE_10.2/&lt;br /&gt;
* OpenSUSE Factory [http://software.opensuse.org/search?baseproject=openSUSE%3AFactory&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SLED 10 (SUSE Linux Enterprise Desktop) requires an additional installation source including common required packages SLED is missing. First add http://software.opensuse.org/download/SUSE:/SLE-10:/SDK:/Extra/SLE_10/ , then add http://software.opensuse.org/download/games:/strategy:/turn-based/SLED10_SDK_Extras/ to your installation sources.&lt;br /&gt;
&lt;br /&gt;
== Vine Linux ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux 5&amp;quot; is using VLGothic font.&lt;br /&gt;
&lt;br /&gt;
;Vine Linux 5.x&lt;br /&gt;
: VinePlus (plus category)&lt;br /&gt;
:* RPM package &amp;quot;wesnoth&amp;quot; is version 1.6.5.&lt;br /&gt;
:* RPM package &amp;quot;wesnoth147&amp;quot; is version 1.4.7.&lt;br /&gt;
;VineSeed (unstable)&lt;br /&gt;
:* RPM package &amp;quot;wesnoth&amp;quot; is version 1.8.x. always sync upstream!&lt;br /&gt;
:* RPM package &amp;quot;wesnoth16&amp;quot; is version 1.6.5.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Yoper Linux ==&lt;br /&gt;
All versions built for Yoper 2.2.0-6, although they should install on 2.1.&lt;br /&gt;
Please let kernowyon know via the Yoper forums if you get any problems&lt;br /&gt;
Latest 1.0.2 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0.2-1.i686.rpm&lt;br /&gt;
1.0.1 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0-1.i686.rpm&lt;br /&gt;
Earlier version&lt;br /&gt;
*http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-0.9.7-1.i686.rpm&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* [http://rpmfind.net/linux/rpm2html/search.php?query=wesnoth Search RPMs]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[CompilingWesnoth]]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>Naranja</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=33656</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=33656"/>
		<updated>2010-01-27T20:55:11Z</updated>

		<summary type="html">&lt;p&gt;Naranja: Fixed getdeb links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not all Distributions are always at the state of the current release. If you want to be sure to have the current version, please get the sources and compile it yourself.&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* For the official pkg from [extra]: &amp;lt;code&amp;gt;pacman -S wesnoth&amp;lt;/code&amp;gt; &lt;br /&gt;
* dibblethewrecker also provides regular SVN snapshots.  Please see [ http://dtw.jiwe.org/content.php?article.9 here] for details of how to access the repo.  As development of wesnoth continues this repo is likely to follow the unstable branch.&lt;br /&gt;
&lt;br /&gt;
== Ark Linux ==&lt;br /&gt;
* Ark Linux includes an official wesnoth package, currently at version 1.7.0. Simply use the package installation tool to install the wesnoth package, or run &amp;lt;code&amp;gt;apt-get update; apt-get install wesnoth&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;apt-get -t dockyard-devel install wesnoth&amp;lt;/code&amp;gt; if you wish to run the current development version of wesnoth with all other packages from the stable tree)&lt;br /&gt;
* Users of other similar distributions can download the packages at [http://arklinux.osuosl.org/dockyard-devel the Ark Linux file server]. They are likely to run on any rpm based distribution that uses a recent version of gcc (&amp;gt;= 4.0) and glibc (&amp;gt;= 2.4).&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* &amp;lt;code&amp;gt;aptitude install wesnoth&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;(use &amp;lt;code&amp;gt;wesnoth-all&amp;lt;/code&amp;gt; if you want to pull in all the campaigns and the editor, too)&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases in the experimental branch  &lt;br /&gt;
* [http://backports.org/ backports.org] offers the stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
===International langugage support===&lt;br /&gt;
Debian does not come with all locales. If you can't choose your language, you need to add locale for your lang.&lt;br /&gt;
see man locale.gen for more info.&lt;br /&gt;
quick guide for lenny: uncomment locales you want in /etc/locale.gen, then as root run &amp;quot;locale-gen&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the SVN version directly you may have to compile it yourself. See [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth].&lt;br /&gt;
&lt;br /&gt;
'''To install the dependencies:'''&lt;br /&gt;
&lt;br /&gt;
You can use a neat trick: Use the Build-Dependencies of the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do an &amp;lt;code&amp;gt;aptitude build-dep wesnoth&amp;lt;/code&amp;gt;. That will pull in most you need. As of 1.4 stable wesnoth, the dependencies also include all of the &amp;quot;Boost&amp;quot; libraries, if you are using Debian stable/etch sources.list you need to also &amp;lt;code&amp;gt;aptitude install libboost-iostreams-dev libboost-test-dev&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''To compile it:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
If you have already installed an older version of wesnoth, uninstall it by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;aptitude purge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this will not remove downloaded data or savegames which are stored in your home directory in the folder &amp;lt;code&amp;gt;.wesnoth&amp;lt;/code&amp;gt;. From this point on you can simply follow the advices from the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page, no need to duplicate that informations in here. :)&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
=== Karmic ===&lt;br /&gt;
&lt;br /&gt;
9.10's universe repository includes version 1.6.5.&lt;br /&gt;
&lt;br /&gt;
You can install via Applications-&amp;gt;Ubuntu Software Center, via System-&amp;gt;Administration-&amp;gt;Synaptic, or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
For '''current unstable and stable builds''', visit [http://itwesnoth.valdan.net IT-WESNOTH] and our repository on tuxfamily: [http://download.tuxfamily.org/itwesnoth/debian/].&lt;br /&gt;
&lt;br /&gt;
=== Jaunty === &lt;br /&gt;
&lt;br /&gt;
9.04's universe repository includes version 1.6a&lt;br /&gt;
&lt;br /&gt;
You can install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
For '''current unstable and stable builds''', visit [http://itwesnoth.valdan.net IT-WESNOTH] and our repository on tuxfamily: [http://download.tuxfamily.org/itwesnoth/debian/].&lt;br /&gt;
&lt;br /&gt;
===Intrepid=== &lt;br /&gt;
&lt;br /&gt;
8.10's universe repository includes version 1.4.5.&lt;br /&gt;
&lt;br /&gt;
You can install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
Updated versions can be found in [http://old.getdeb.net/app/The+Battle+for+Wesnoth GetDeb.net].&lt;br /&gt;
&lt;br /&gt;
===Hardy===&lt;br /&gt;
&lt;br /&gt;
* 8.04's (hardy) universe repository includes version 1.4.&lt;br /&gt;
* 8.04's (hardy-backports) universe repository includes version 1.4.4.&lt;br /&gt;
&lt;br /&gt;
See the [http://ubuntuguide.org/wiki/Ubuntu:Gutsy#How_to_add_extra_repositories Ubuntu Starter Guide]'s section on adding the universe repositories.&lt;br /&gt;
Install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
Updated versions can be found in [http://old.getdeb.net/app/The+Battle+for+Wesnoth GetDeb.net].&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
If you choose to build the source you should add the datadir flag to ''configure'' to ensure your installation puts the data in the same place as the official installation path:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src&lt;br /&gt;
 tar -xvzf wesnoth-1.x.x.tar.gz&lt;br /&gt;
 cd wesnoth-1.x.x&lt;br /&gt;
 ./configure --datadir=/usr/share/games ...&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
=== International language support ===&lt;br /&gt;
&lt;br /&gt;
If you want to use Wesnoth with a language that is not supported by your system, you have at least two options:&lt;br /&gt;
&lt;br /&gt;
From Wesnoth version 1.6 onwards you can start Wesnoth with the flag &amp;lt;code&amp;gt;--dummy-locales&amp;lt;/code&amp;gt; to enable all languages, even if they are not supported by your system.&lt;br /&gt;
&lt;br /&gt;
For older versions of Wesnoth you’ll have to enable the language on your own system first. Look in the file &amp;lt;code&amp;gt;/usr/share/i18n/SUPPORTED&amp;lt;/code&amp;gt; for a line with an ISO language code matching what you want. Append that line to &amp;lt;code&amp;gt;/var/lib/locales/supported.d/local&amp;lt;/code&amp;gt;, then run &amp;lt;code&amp;gt;sudo dpkg-reconfigure locales&amp;lt;/code&amp;gt;. You should now be able to select that language from the language selector in Wesnoth.&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
Battle for Wesnoth is included in [http://fedoraproject.org/ Fedora].  The current version of Battle for Wesnoth is available for ppc, i386, and x86_64 architectures.  If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb_AT_jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;yum install wesnoth wesnoth-tools wesnoth-server&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
For the stable release just type:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development release you will have to fetch an overlay, eg from this site:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-dev.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
The ebuild will be updated whenever the person creating the ebuild finds the time to do so.&lt;br /&gt;
&lt;br /&gt;
Or if you're too impatient to wait and willing to take the risk of things blowing up, download&lt;br /&gt;
and extract the overlay, make a copy of the highest available ebuild version, but change the version number to&lt;br /&gt;
that of Wesnoth version you want (for instance, wesnoth-dev-1.3.2.ebuild might become &lt;br /&gt;
wesnoth-dev-1.3.8.ebuild ), run &lt;br /&gt;
&amp;lt;code&amp;gt;ebuild [new ebuild file] digest&amp;lt;/code&amp;gt;&lt;br /&gt;
and then try to emerge. It may or may not work, depending on exactly how extensive the changes in the Wesnoth&lt;br /&gt;
source are--going from 1.3.2 to 1.3.8 this way worked for me.&lt;br /&gt;
There's an ebuild for 1.5.8 on Gentoo Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=256513&lt;br /&gt;
&lt;br /&gt;
For building from svn tree download the portage overlay from:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-svn.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-svn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wesnoth-dev are the official development releases&lt;br /&gt;
while wesnoth-svn will build straight from SVN-source tree to keep you up to date with the lastest changes and all the errors ;-)&lt;br /&gt;
updating wesnoth-svn will not work ! you have to reemerge it each time you want to update !&lt;br /&gt;
&lt;br /&gt;
 Note: Neither wesnoth-dev nor wesnoth-svn seem to be maintained (as seen Nov 2009). The easiest way &lt;br /&gt;
 should be downloading the source and following the instructions to build wesnoth in the source directory &lt;br /&gt;
 with cmake and as a normal user. Inside the source directory start with ''./wesnoth'', as opposed &lt;br /&gt;
 to ''wesnoth'' from your portage tree.&lt;br /&gt;
&lt;br /&gt;
== KateOS ==&lt;br /&gt;
Currently Battle for Wesnoth v1.4 is available in offcial KateOS repo (testing for now)&lt;br /&gt;
[http://www.kateos.org/download/packages/testing3/]&lt;br /&gt;
&lt;br /&gt;
== klik ==&lt;br /&gt;
The most easy way to testdrive BfW is provided via [http://klik.atekon.de/ klik]. klik enables clients to create distribution-independent binaries which require no &amp;quot;installation&amp;quot; (the base system remains untouched); its created &amp;quot;AppDir&amp;quot; bundles run even from USB stick or CD RW. klik support is pre-enabled on Knoppix and Kanotix Live CDs. Other distros need to install a small klik client (less than 20 kByte download, less than 20 seconds effort).  See the [http://klik.atekon.de/wiki/index.php/User%27s_FAQ klik FAQ] for details. A [http://wesnoth.klik.atekon.de/ BfW-specific klik website] has links to help with the package. Once the klik client is installed, look at this:&lt;br /&gt;
* [http://wesnoth.klik.atekon.de/ Wesnoth-1.0] ancient stable Version: to &amp;quot;klik&amp;quot; it, type ''klik://wesnoth'' into your Browser&lt;br /&gt;
* [http://wesnoth-latest.klik.atekon.de/ Wesnoth-1.1.1] ancient Development-Version: to &amp;quot;klik&amp;quot; it, type ''klik://wesnoth-latest'' into your Browser&lt;br /&gt;
&lt;br /&gt;
== Mandrake (cooker) ==&lt;br /&gt;
* &amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Binary: ftp://ftp.free.fr/pub/Distributions_Linux/Mandrakelinux/devel/cooker/i586/media/contrib/&lt;br /&gt;
* Source: ftp://ftp.free.fr/pub/Distributions_Linux/Mandrakelinux/devel/cooker/contrib/SRPMS/&lt;br /&gt;
&lt;br /&gt;
== Pardus ==&lt;br /&gt;
* Run Package Manager, click Games section, select Wesnoth and click install.&lt;br /&gt;
* If you prefer to install Wesnoth from command line type &amp;lt;code&amp;gt;pisi it wesnoth&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Slackware ==&lt;br /&gt;
&lt;br /&gt;
* Slackbuilds for Battle for Wesnoth on Slackware 13 are for 1.6.5.  Developmental branch requires you to edit  a new line between 65 &amp;amp; 66 with './autogen.sh' in addition to changing the version number in the wesnoth.SlackBuild script.&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 12.2 can be downloaded from [http://slacky.eu/aadm/pkgs/index.php?sear=wesnoth&amp;amp;ver=6 slacky.eu] Latest Wesnoth build: 1.6.3&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script for Slackware 12.2 [http://slackbuilds.org/repository/12.2/games/wesnoth/ SlackBuilds.org] Latest Wesnoth build: 1.6.1 Note: Probably could be used for building newer 1.6.x version.&lt;br /&gt;
&lt;br /&gt;
Note: Depends on boost package (+ icu package if you use binary from slacky.eu), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
Install boost and icu binary from slacky.eu [http://slacky.eu/aadm/pkgs/index.php?sear=boost&amp;amp;ver=6 boost] [http://slacky.eu/aadm/pkgs/index.php?ver=6&amp;amp;sear=icu icu]&lt;br /&gt;
&lt;br /&gt;
Compile boost from source using SlackBuild script [http://slackbuilds.org/repository/12.2/development/boost/ SlackBuilds.org]&lt;br /&gt;
&lt;br /&gt;
* Installation:&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command.&lt;br /&gt;
&lt;br /&gt;
For example: #installpkg wesnoth-1.6.3-i486-1sl.tgz boost-1.39.0-i686-1as.tgz icu-3.6-i486-2sl.tgz&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO]&lt;br /&gt;
&lt;br /&gt;
== [[SuSE]] / [http://www.opensuse.org OpenSUSE] ==&lt;br /&gt;
&lt;br /&gt;
These are builds of The Battle For Wesnoth for several SUSE Linux distributions, made for both i386 and x86_64 architecture. On SUSE Linux 10.1 and above, as well as on SLED, just use the zen-updater and add these directories to your available services (as ZYPP). On 10.0 and older, you can use YaST to add the installation sources. On OpenSUSE 10.3 or higher, just use 1-click Install.&lt;br /&gt;
&lt;br /&gt;
If you have problems with these packages, or other questions, please contact [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE 11.1 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.1&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 11 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.0&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 10.3 [http://software.opensuse.org/search?p=1&amp;amp;baseproject=openSUSE%3A10.3&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SUSE Linux 10.1 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_10.1/&lt;br /&gt;
* OpenSUSE Linux 10.2 http://software.opensuse.org/download/games:/strategy:/turn-based/openSUSE_10.2/&lt;br /&gt;
* OpenSUSE Factory [http://software.opensuse.org/search?baseproject=openSUSE%3AFactory&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SLED 10 (SUSE Linux Enterprise Desktop) requires an additional installation source including common required packages SLED is missing. First add http://software.opensuse.org/download/SUSE:/SLE-10:/SDK:/Extra/SLE_10/ , then add http://software.opensuse.org/download/games:/strategy:/turn-based/SLED10_SDK_Extras/ to your installation sources.&lt;br /&gt;
&lt;br /&gt;
== Xandros Linux ==&lt;br /&gt;
&lt;br /&gt;
*This disto for wesnoth-1.1.1 works well with Xandros 3&lt;br /&gt;
&lt;br /&gt;
* A distribution-independent binary (made with [http://oblisk.codu.org/ OBLISK]) for any somewhat modern GNU/Linux on i386 is available: &lt;br /&gt;
** http://prdownloads.sourceforge.net/suparun/wesnoth-1.1.1-x86-Opkg.tar.gz?download&lt;br /&gt;
&lt;br /&gt;
*Here is a disto for version .7 that works with Xandros&lt;br /&gt;
** http://support.xandros.com/downloads/desktop_2.0/user_contrib/boylinux/binary-i386/wesnoth_0.7-1_i386.deb&lt;br /&gt;
&lt;br /&gt;
*Xandros 3 has the distro for wesnoth .9 available through Xandros Networks&lt;br /&gt;
&lt;br /&gt;
== Yoper Linux ==&lt;br /&gt;
All versions built for Yoper 2.2.0-6, although they should install on 2.1.&lt;br /&gt;
Please let kernowyon know via the Yoper forums if you get any problems&lt;br /&gt;
Latest 1.0.2 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0.2-1.i686.rpm&lt;br /&gt;
1.0.1 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0-1.i686.rpm&lt;br /&gt;
Earlier version&lt;br /&gt;
*http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-0.9.7-1.i686.rpm&lt;br /&gt;
&lt;br /&gt;
== Binaries for all distributions ==&lt;br /&gt;
* A distribution-independent binary (made with [http://oblisk.codu.org/ OBLISK]) for any somewhat modern GNU/Linux on i386 is available: &lt;br /&gt;
** [http://prdownloads.sourceforge.net/suparun/wesnoth-1.1.1-x86-Opkg.tar.gz?download wesnoth-1.1.1-x86-Opkg.tar.gz]&lt;br /&gt;
** [http://prdownloads.sourceforge.net/suparun/wesnoth-1.0.1-x86-Opkg.tar.gz?download wesnoth-1.0.1-x86-Opkg.tar.gz] &lt;br /&gt;
** This is NOT a static binary distribution, it resolves dependencies at runtime.&lt;br /&gt;
* Wesnoth 0.8.8 static binary (by Yann): http://prdownloads.sourceforge.net/wesnoth/wesnoth-i386-static?download (needs the [http://prdownloads.sourceforge.net/wesnoth/wesnoth-0.8.tar.gz?download source tarball] for the data - run it with the path to the unpacked data as argument)&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* [http://rpmfind.net/linux/rpm2html/search.php?query=wesnoth Search RPMs]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[CompilingWesnoth]]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>Naranja</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=33655</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=33655"/>
		<updated>2010-01-27T20:43:38Z</updated>

		<summary type="html">&lt;p&gt;Naranja: Categ size&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not all Distributions are always at the state of the current release. If you want to be sure to have the current version, please get the sources and compile it yourself.&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* For the official pkg from [extra]: &amp;lt;code&amp;gt;pacman -S wesnoth&amp;lt;/code&amp;gt; &lt;br /&gt;
* dibblethewrecker also provides regular SVN snapshots.  Please see [ http://dtw.jiwe.org/content.php?article.9 here] for details of how to access the repo.  As development of wesnoth continues this repo is likely to follow the unstable branch.&lt;br /&gt;
&lt;br /&gt;
== Ark Linux ==&lt;br /&gt;
* Ark Linux includes an official wesnoth package, currently at version 1.7.0. Simply use the package installation tool to install the wesnoth package, or run &amp;lt;code&amp;gt;apt-get update; apt-get install wesnoth&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;apt-get -t dockyard-devel install wesnoth&amp;lt;/code&amp;gt; if you wish to run the current development version of wesnoth with all other packages from the stable tree)&lt;br /&gt;
* Users of other similar distributions can download the packages at [http://arklinux.osuosl.org/dockyard-devel the Ark Linux file server]. They are likely to run on any rpm based distribution that uses a recent version of gcc (&amp;gt;= 4.0) and glibc (&amp;gt;= 2.4).&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* &amp;lt;code&amp;gt;aptitude install wesnoth&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;(use &amp;lt;code&amp;gt;wesnoth-all&amp;lt;/code&amp;gt; if you want to pull in all the campaigns and the editor, too)&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases in the experimental branch  &lt;br /&gt;
* [http://backports.org/ backports.org] offers the stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
===International langugage support===&lt;br /&gt;
Debian does not come with all locales. If you can't choose your language, you need to add locale for your lang.&lt;br /&gt;
see man locale.gen for more info.&lt;br /&gt;
quick guide for lenny: uncomment locales you want in /etc/locale.gen, then as root run &amp;quot;locale-gen&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the SVN version directly you may have to compile it yourself. See [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth].&lt;br /&gt;
&lt;br /&gt;
'''To install the dependencies:'''&lt;br /&gt;
&lt;br /&gt;
You can use a neat trick: Use the Build-Dependencies of the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do an &amp;lt;code&amp;gt;aptitude build-dep wesnoth&amp;lt;/code&amp;gt;. That will pull in most you need. As of 1.4 stable wesnoth, the dependencies also include all of the &amp;quot;Boost&amp;quot; libraries, if you are using Debian stable/etch sources.list you need to also &amp;lt;code&amp;gt;aptitude install libboost-iostreams-dev libboost-test-dev&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''To compile it:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
If you have already installed an older version of wesnoth, uninstall it by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;aptitude purge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this will not remove downloaded data or savegames which are stored in your home directory in the folder &amp;lt;code&amp;gt;.wesnoth&amp;lt;/code&amp;gt;. From this point on you can simply follow the advices from the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page, no need to duplicate that informations in here. :)&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
=== Karmic ===&lt;br /&gt;
&lt;br /&gt;
9.10's universe repository includes version 1.6.5.&lt;br /&gt;
&lt;br /&gt;
You can install via Applications-&amp;gt;Ubuntu Software Center, via System-&amp;gt;Administration-&amp;gt;Synaptic, or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
For '''current unstable and stable builds''', visit [http://itwesnoth.valdan.net IT-WESNOTH] and our repository on tuxfamily: [http://download.tuxfamily.org/itwesnoth/debian/].&lt;br /&gt;
&lt;br /&gt;
=== Jaunty === &lt;br /&gt;
&lt;br /&gt;
9.04's universe repository includes version 1.6a&lt;br /&gt;
&lt;br /&gt;
You can install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
For '''current unstable and stable builds''', visit [http://itwesnoth.valdan.net IT-WESNOTH] and our repository on tuxfamily: [http://download.tuxfamily.org/itwesnoth/debian/].&lt;br /&gt;
&lt;br /&gt;
===Intrepid=== &lt;br /&gt;
&lt;br /&gt;
8.10's universe repository includes version 1.4.5.&lt;br /&gt;
&lt;br /&gt;
You can install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
Updated versions can be found in [http://www.getdeb.net/app.php?name=The+Battle+for+Wesnoth GetDeb.net].&lt;br /&gt;
&lt;br /&gt;
(2009-12-22: The www.getdeb.net link is broken.)&lt;br /&gt;
&lt;br /&gt;
===Hardy===&lt;br /&gt;
&lt;br /&gt;
* 8.04's (hardy) universe repository includes version 1.4.&lt;br /&gt;
* 8.04's (hardy-backports) universe repository includes version 1.4.4.&lt;br /&gt;
&lt;br /&gt;
See the [http://ubuntuguide.org/wiki/Ubuntu:Gutsy#How_to_add_extra_repositories Ubuntu Starter Guide]'s section on adding the universe repositories.&lt;br /&gt;
Install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
Updated versions can be found in [http://www.getdeb.net/app.php?name=The+Battle+for+Wesnoth GetDeb.net].&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
If you choose to build the source you should add the datadir flag to ''configure'' to ensure your installation puts the data in the same place as the official installation path:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src&lt;br /&gt;
 tar -xvzf wesnoth-1.x.x.tar.gz&lt;br /&gt;
 cd wesnoth-1.x.x&lt;br /&gt;
 ./configure --datadir=/usr/share/games ...&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
=== International language support ===&lt;br /&gt;
&lt;br /&gt;
If you want to use Wesnoth with a language that is not supported by your system, you have at least two options:&lt;br /&gt;
&lt;br /&gt;
From Wesnoth version 1.6 onwards you can start Wesnoth with the flag &amp;lt;code&amp;gt;--dummy-locales&amp;lt;/code&amp;gt; to enable all languages, even if they are not supported by your system.&lt;br /&gt;
&lt;br /&gt;
For older versions of Wesnoth you’ll have to enable the language on your own system first. Look in the file &amp;lt;code&amp;gt;/usr/share/i18n/SUPPORTED&amp;lt;/code&amp;gt; for a line with an ISO language code matching what you want. Append that line to &amp;lt;code&amp;gt;/var/lib/locales/supported.d/local&amp;lt;/code&amp;gt;, then run &amp;lt;code&amp;gt;sudo dpkg-reconfigure locales&amp;lt;/code&amp;gt;. You should now be able to select that language from the language selector in Wesnoth.&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
Battle for Wesnoth is included in [http://fedoraproject.org/ Fedora].  The current version of Battle for Wesnoth is available for ppc, i386, and x86_64 architectures.  If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb_AT_jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;yum install wesnoth wesnoth-tools wesnoth-server&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
For the stable release just type:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development release you will have to fetch an overlay, eg from this site:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-dev.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
The ebuild will be updated whenever the person creating the ebuild finds the time to do so.&lt;br /&gt;
&lt;br /&gt;
Or if you're too impatient to wait and willing to take the risk of things blowing up, download&lt;br /&gt;
and extract the overlay, make a copy of the highest available ebuild version, but change the version number to&lt;br /&gt;
that of Wesnoth version you want (for instance, wesnoth-dev-1.3.2.ebuild might become &lt;br /&gt;
wesnoth-dev-1.3.8.ebuild ), run &lt;br /&gt;
&amp;lt;code&amp;gt;ebuild [new ebuild file] digest&amp;lt;/code&amp;gt;&lt;br /&gt;
and then try to emerge. It may or may not work, depending on exactly how extensive the changes in the Wesnoth&lt;br /&gt;
source are--going from 1.3.2 to 1.3.8 this way worked for me.&lt;br /&gt;
There's an ebuild for 1.5.8 on Gentoo Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=256513&lt;br /&gt;
&lt;br /&gt;
For building from svn tree download the portage overlay from:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-svn.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-svn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wesnoth-dev are the official development releases&lt;br /&gt;
while wesnoth-svn will build straight from SVN-source tree to keep you up to date with the lastest changes and all the errors ;-)&lt;br /&gt;
updating wesnoth-svn will not work ! you have to reemerge it each time you want to update !&lt;br /&gt;
&lt;br /&gt;
 Note: Neither wesnoth-dev nor wesnoth-svn seem to be maintained (as seen Nov 2009). The easiest way &lt;br /&gt;
 should be downloading the source and following the instructions to build wesnoth in the source directory &lt;br /&gt;
 with cmake and as a normal user. Inside the source directory start with ''./wesnoth'', as opposed &lt;br /&gt;
 to ''wesnoth'' from your portage tree.&lt;br /&gt;
&lt;br /&gt;
== KateOS ==&lt;br /&gt;
Currently Battle for Wesnoth v1.4 is available in offcial KateOS repo (testing for now)&lt;br /&gt;
[http://www.kateos.org/download/packages/testing3/]&lt;br /&gt;
&lt;br /&gt;
== klik ==&lt;br /&gt;
The most easy way to testdrive BfW is provided via [http://klik.atekon.de/ klik]. klik enables clients to create distribution-independent binaries which require no &amp;quot;installation&amp;quot; (the base system remains untouched); its created &amp;quot;AppDir&amp;quot; bundles run even from USB stick or CD RW. klik support is pre-enabled on Knoppix and Kanotix Live CDs. Other distros need to install a small klik client (less than 20 kByte download, less than 20 seconds effort).  See the [http://klik.atekon.de/wiki/index.php/User%27s_FAQ klik FAQ] for details. A [http://wesnoth.klik.atekon.de/ BfW-specific klik website] has links to help with the package. Once the klik client is installed, look at this:&lt;br /&gt;
* [http://wesnoth.klik.atekon.de/ Wesnoth-1.0] ancient stable Version: to &amp;quot;klik&amp;quot; it, type ''klik://wesnoth'' into your Browser&lt;br /&gt;
* [http://wesnoth-latest.klik.atekon.de/ Wesnoth-1.1.1] ancient Development-Version: to &amp;quot;klik&amp;quot; it, type ''klik://wesnoth-latest'' into your Browser&lt;br /&gt;
&lt;br /&gt;
== Mandrake (cooker) ==&lt;br /&gt;
* &amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Binary: ftp://ftp.free.fr/pub/Distributions_Linux/Mandrakelinux/devel/cooker/i586/media/contrib/&lt;br /&gt;
* Source: ftp://ftp.free.fr/pub/Distributions_Linux/Mandrakelinux/devel/cooker/contrib/SRPMS/&lt;br /&gt;
&lt;br /&gt;
== Pardus ==&lt;br /&gt;
* Run Package Manager, click Games section, select Wesnoth and click install.&lt;br /&gt;
* If you prefer to install Wesnoth from command line type &amp;lt;code&amp;gt;pisi it wesnoth&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Slackware ==&lt;br /&gt;
&lt;br /&gt;
* Slackbuilds for Battle for Wesnoth on Slackware 13 are for 1.6.5.  Developmental branch requires you to edit  a new line between 65 &amp;amp; 66 with './autogen.sh' in addition to changing the version number in the wesnoth.SlackBuild script.&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 12.2 can be downloaded from [http://slacky.eu/aadm/pkgs/index.php?sear=wesnoth&amp;amp;ver=6 slacky.eu] Latest Wesnoth build: 1.6.3&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script for Slackware 12.2 [http://slackbuilds.org/repository/12.2/games/wesnoth/ SlackBuilds.org] Latest Wesnoth build: 1.6.1 Note: Probably could be used for building newer 1.6.x version.&lt;br /&gt;
&lt;br /&gt;
Note: Depends on boost package (+ icu package if you use binary from slacky.eu), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
Install boost and icu binary from slacky.eu [http://slacky.eu/aadm/pkgs/index.php?sear=boost&amp;amp;ver=6 boost] [http://slacky.eu/aadm/pkgs/index.php?ver=6&amp;amp;sear=icu icu]&lt;br /&gt;
&lt;br /&gt;
Compile boost from source using SlackBuild script [http://slackbuilds.org/repository/12.2/development/boost/ SlackBuilds.org]&lt;br /&gt;
&lt;br /&gt;
* Installation:&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command.&lt;br /&gt;
&lt;br /&gt;
For example: #installpkg wesnoth-1.6.3-i486-1sl.tgz boost-1.39.0-i686-1as.tgz icu-3.6-i486-2sl.tgz&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO]&lt;br /&gt;
&lt;br /&gt;
== [[SuSE]] / [http://www.opensuse.org OpenSUSE] ==&lt;br /&gt;
&lt;br /&gt;
These are builds of The Battle For Wesnoth for several SUSE Linux distributions, made for both i386 and x86_64 architecture. On SUSE Linux 10.1 and above, as well as on SLED, just use the zen-updater and add these directories to your available services (as ZYPP). On 10.0 and older, you can use YaST to add the installation sources. On OpenSUSE 10.3 or higher, just use 1-click Install.&lt;br /&gt;
&lt;br /&gt;
If you have problems with these packages, or other questions, please contact [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE 11.1 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.1&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 11 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.0&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 10.3 [http://software.opensuse.org/search?p=1&amp;amp;baseproject=openSUSE%3A10.3&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SUSE Linux 10.1 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_10.1/&lt;br /&gt;
* OpenSUSE Linux 10.2 http://software.opensuse.org/download/games:/strategy:/turn-based/openSUSE_10.2/&lt;br /&gt;
* OpenSUSE Factory [http://software.opensuse.org/search?baseproject=openSUSE%3AFactory&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SLED 10 (SUSE Linux Enterprise Desktop) requires an additional installation source including common required packages SLED is missing. First add http://software.opensuse.org/download/SUSE:/SLE-10:/SDK:/Extra/SLE_10/ , then add http://software.opensuse.org/download/games:/strategy:/turn-based/SLED10_SDK_Extras/ to your installation sources.&lt;br /&gt;
&lt;br /&gt;
== Xandros Linux ==&lt;br /&gt;
&lt;br /&gt;
*This disto for wesnoth-1.1.1 works well with Xandros 3&lt;br /&gt;
&lt;br /&gt;
* A distribution-independent binary (made with [http://oblisk.codu.org/ OBLISK]) for any somewhat modern GNU/Linux on i386 is available: &lt;br /&gt;
** http://prdownloads.sourceforge.net/suparun/wesnoth-1.1.1-x86-Opkg.tar.gz?download&lt;br /&gt;
&lt;br /&gt;
*Here is a disto for version .7 that works with Xandros&lt;br /&gt;
** http://support.xandros.com/downloads/desktop_2.0/user_contrib/boylinux/binary-i386/wesnoth_0.7-1_i386.deb&lt;br /&gt;
&lt;br /&gt;
*Xandros 3 has the distro for wesnoth .9 available through Xandros Networks&lt;br /&gt;
&lt;br /&gt;
== Yoper Linux ==&lt;br /&gt;
All versions built for Yoper 2.2.0-6, although they should install on 2.1.&lt;br /&gt;
Please let kernowyon know via the Yoper forums if you get any problems&lt;br /&gt;
Latest 1.0.2 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0.2-1.i686.rpm&lt;br /&gt;
1.0.1 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0-1.i686.rpm&lt;br /&gt;
Earlier version&lt;br /&gt;
*http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-0.9.7-1.i686.rpm&lt;br /&gt;
&lt;br /&gt;
== Binaries for all distributions ==&lt;br /&gt;
* A distribution-independent binary (made with [http://oblisk.codu.org/ OBLISK]) for any somewhat modern GNU/Linux on i386 is available: &lt;br /&gt;
** [http://prdownloads.sourceforge.net/suparun/wesnoth-1.1.1-x86-Opkg.tar.gz?download wesnoth-1.1.1-x86-Opkg.tar.gz]&lt;br /&gt;
** [http://prdownloads.sourceforge.net/suparun/wesnoth-1.0.1-x86-Opkg.tar.gz?download wesnoth-1.0.1-x86-Opkg.tar.gz] &lt;br /&gt;
** This is NOT a static binary distribution, it resolves dependencies at runtime.&lt;br /&gt;
* Wesnoth 0.8.8 static binary (by Yann): http://prdownloads.sourceforge.net/wesnoth/wesnoth-i386-static?download (needs the [http://prdownloads.sourceforge.net/wesnoth/wesnoth-0.8.tar.gz?download source tarball] for the data - run it with the path to the unpacked data as argument)&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* [http://rpmfind.net/linux/rpm2html/search.php?query=wesnoth Search RPMs]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[CompilingWesnoth]]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>Naranja</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=33654</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=33654"/>
		<updated>2010-01-27T20:41:42Z</updated>

		<summary type="html">&lt;p&gt;Naranja: A category that contains all other categories isn't very useful&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Not all Distributions are always at the state of the current release. If you want to be sure to have the current version, please get the sources and compile it yourself.&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* For the official pkg from [extra]: &amp;lt;code&amp;gt;pacman -S wesnoth&amp;lt;/code&amp;gt; &lt;br /&gt;
* dibblethewrecker also provides regular SVN snapshots.  Please see [ http://dtw.jiwe.org/content.php?article.9 here] for details of how to access the repo.  As development of wesnoth continues this repo is likely to follow the unstable branch.&lt;br /&gt;
&lt;br /&gt;
== Ark Linux ==&lt;br /&gt;
* Ark Linux includes an official wesnoth package, currently at version 1.7.0. Simply use the package installation tool to install the wesnoth package, or run &amp;lt;code&amp;gt;apt-get update; apt-get install wesnoth&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;apt-get -t dockyard-devel install wesnoth&amp;lt;/code&amp;gt; if you wish to run the current development version of wesnoth with all other packages from the stable tree)&lt;br /&gt;
* Users of other similar distributions can download the packages at [http://arklinux.osuosl.org/dockyard-devel the Ark Linux file server]. They are likely to run on any rpm based distribution that uses a recent version of gcc (&amp;gt;= 4.0) and glibc (&amp;gt;= 2.4).&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* &amp;lt;code&amp;gt;aptitude install wesnoth&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;(use &amp;lt;code&amp;gt;wesnoth-all&amp;lt;/code&amp;gt; if you want to pull in all the campaigns and the editor, too)&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases in the experimental branch  &lt;br /&gt;
* [http://backports.org/ backports.org] offers the stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
====International langugage support====&lt;br /&gt;
Debian does not come with all locales. If you can't choose your language, you need to add locale for your lang.&lt;br /&gt;
see man locale.gen for more info.&lt;br /&gt;
quick guide for lenny: uncomment locales you want in /etc/locale.gen, then as root run &amp;quot;locale-gen&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Compiling====&lt;br /&gt;
&lt;br /&gt;
If you want to play with the SVN version directly you may have to compile it yourself. See [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth].&lt;br /&gt;
&lt;br /&gt;
'''To install the dependencies:'''&lt;br /&gt;
&lt;br /&gt;
You can use a neat trick: Use the Build-Dependencies of the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do an &amp;lt;code&amp;gt;aptitude build-dep wesnoth&amp;lt;/code&amp;gt;. That will pull in most you need. As of 1.4 stable wesnoth, the dependencies also include all of the &amp;quot;Boost&amp;quot; libraries, if you are using Debian stable/etch sources.list you need to also &amp;lt;code&amp;gt;aptitude install libboost-iostreams-dev libboost-test-dev&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''To compile it:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
If you have already installed an older version of wesnoth, uninstall it by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;aptitude purge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this will not remove downloaded data or savegames which are stored in your home directory in the folder &amp;lt;code&amp;gt;.wesnoth&amp;lt;/code&amp;gt;. From this point on you can simply follow the advices from the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page, no need to duplicate that informations in here. :)&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
==== Karmic ====&lt;br /&gt;
&lt;br /&gt;
9.10's universe repository includes version 1.6.5.&lt;br /&gt;
&lt;br /&gt;
You can install via Applications-&amp;gt;Ubuntu Software Center, via System-&amp;gt;Administration-&amp;gt;Synaptic, or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
For '''current unstable and stable builds''', visit [http://itwesnoth.valdan.net IT-WESNOTH] and our repository on tuxfamily: [http://download.tuxfamily.org/itwesnoth/debian/].&lt;br /&gt;
&lt;br /&gt;
==== Jaunty ==== &lt;br /&gt;
&lt;br /&gt;
9.04's universe repository includes version 1.6a&lt;br /&gt;
&lt;br /&gt;
You can install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
For '''current unstable and stable builds''', visit [http://itwesnoth.valdan.net IT-WESNOTH] and our repository on tuxfamily: [http://download.tuxfamily.org/itwesnoth/debian/].&lt;br /&gt;
&lt;br /&gt;
====Intrepid==== &lt;br /&gt;
&lt;br /&gt;
8.10's universe repository includes version 1.4.5.&lt;br /&gt;
&lt;br /&gt;
You can install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
Updated versions can be found in [http://www.getdeb.net/app.php?name=The+Battle+for+Wesnoth GetDeb.net].&lt;br /&gt;
&lt;br /&gt;
(2009-12-22: The www.getdeb.net link is broken.)&lt;br /&gt;
&lt;br /&gt;
====Hardy====&lt;br /&gt;
&lt;br /&gt;
* 8.04's (hardy) universe repository includes version 1.4.&lt;br /&gt;
* 8.04's (hardy-backports) universe repository includes version 1.4.4.&lt;br /&gt;
&lt;br /&gt;
See the [http://ubuntuguide.org/wiki/Ubuntu:Gutsy#How_to_add_extra_repositories Ubuntu Starter Guide]'s section on adding the universe repositories.&lt;br /&gt;
Install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
Updated versions can be found in [http://www.getdeb.net/app.php?name=The+Battle+for+Wesnoth GetDeb.net].&lt;br /&gt;
&lt;br /&gt;
====Compiling====&lt;br /&gt;
If you choose to build the source you should add the datadir flag to ''configure'' to ensure your installation puts the data in the same place as the official installation path:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src&lt;br /&gt;
 tar -xvzf wesnoth-1.x.x.tar.gz&lt;br /&gt;
 cd wesnoth-1.x.x&lt;br /&gt;
 ./configure --datadir=/usr/share/games ...&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
==== International language support ====&lt;br /&gt;
&lt;br /&gt;
If you want to use Wesnoth with a language that is not supported by your system, you have at least two options:&lt;br /&gt;
&lt;br /&gt;
From Wesnoth version 1.6 onwards you can start Wesnoth with the flag &amp;lt;code&amp;gt;--dummy-locales&amp;lt;/code&amp;gt; to enable all languages, even if they are not supported by your system.&lt;br /&gt;
&lt;br /&gt;
For older versions of Wesnoth you’ll have to enable the language on your own system first. Look in the file &amp;lt;code&amp;gt;/usr/share/i18n/SUPPORTED&amp;lt;/code&amp;gt; for a line with an ISO language code matching what you want. Append that line to &amp;lt;code&amp;gt;/var/lib/locales/supported.d/local&amp;lt;/code&amp;gt;, then run &amp;lt;code&amp;gt;sudo dpkg-reconfigure locales&amp;lt;/code&amp;gt;. You should now be able to select that language from the language selector in Wesnoth.&lt;br /&gt;
&lt;br /&gt;
== Fedora ==&lt;br /&gt;
Battle for Wesnoth is included in [http://fedoraproject.org/ Fedora].  The current version of Battle for Wesnoth is available for ppc, i386, and x86_64 architectures.  If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb_AT_jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;yum install wesnoth wesnoth-tools wesnoth-server&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
For the stable release just type:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development release you will have to fetch an overlay, eg from this site:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-dev.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
The ebuild will be updated whenever the person creating the ebuild finds the time to do so.&lt;br /&gt;
&lt;br /&gt;
Or if you're too impatient to wait and willing to take the risk of things blowing up, download&lt;br /&gt;
and extract the overlay, make a copy of the highest available ebuild version, but change the version number to&lt;br /&gt;
that of Wesnoth version you want (for instance, wesnoth-dev-1.3.2.ebuild might become &lt;br /&gt;
wesnoth-dev-1.3.8.ebuild ), run &lt;br /&gt;
&amp;lt;code&amp;gt;ebuild [new ebuild file] digest&amp;lt;/code&amp;gt;&lt;br /&gt;
and then try to emerge. It may or may not work, depending on exactly how extensive the changes in the Wesnoth&lt;br /&gt;
source are--going from 1.3.2 to 1.3.8 this way worked for me.&lt;br /&gt;
There's an ebuild for 1.5.8 on Gentoo Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=256513&lt;br /&gt;
&lt;br /&gt;
For building from svn tree download the portage overlay from:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-svn.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-svn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wesnoth-dev are the official development releases&lt;br /&gt;
while wesnoth-svn will build straight from SVN-source tree to keep you up to date with the lastest changes and all the errors ;-)&lt;br /&gt;
updating wesnoth-svn will not work ! you have to reemerge it each time you want to update !&lt;br /&gt;
&lt;br /&gt;
 Note: Neither wesnoth-dev nor wesnoth-svn seem to be maintained (as seen Nov 2009). The easiest way &lt;br /&gt;
 should be downloading the source and following the instructions to build wesnoth in the source directory &lt;br /&gt;
 with cmake and as a normal user. Inside the source directory start with ''./wesnoth'', as opposed &lt;br /&gt;
 to ''wesnoth'' from your portage tree.&lt;br /&gt;
&lt;br /&gt;
== KateOS ==&lt;br /&gt;
Currently Battle for Wesnoth v1.4 is available in offcial KateOS repo (testing for now)&lt;br /&gt;
[http://www.kateos.org/download/packages/testing3/]&lt;br /&gt;
&lt;br /&gt;
== klik ==&lt;br /&gt;
The most easy way to testdrive BfW is provided via [http://klik.atekon.de/ klik]. klik enables clients to create distribution-independent binaries which require no &amp;quot;installation&amp;quot; (the base system remains untouched); its created &amp;quot;AppDir&amp;quot; bundles run even from USB stick or CD RW. klik support is pre-enabled on Knoppix and Kanotix Live CDs. Other distros need to install a small klik client (less than 20 kByte download, less than 20 seconds effort).  See the [http://klik.atekon.de/wiki/index.php/User%27s_FAQ klik FAQ] for details. A [http://wesnoth.klik.atekon.de/ BfW-specific klik website] has links to help with the package. Once the klik client is installed, look at this:&lt;br /&gt;
* [http://wesnoth.klik.atekon.de/ Wesnoth-1.0] ancient stable Version: to &amp;quot;klik&amp;quot; it, type ''klik://wesnoth'' into your Browser&lt;br /&gt;
* [http://wesnoth-latest.klik.atekon.de/ Wesnoth-1.1.1] ancient Development-Version: to &amp;quot;klik&amp;quot; it, type ''klik://wesnoth-latest'' into your Browser&lt;br /&gt;
&lt;br /&gt;
== Mandrake (cooker) ==&lt;br /&gt;
* &amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Binary: ftp://ftp.free.fr/pub/Distributions_Linux/Mandrakelinux/devel/cooker/i586/media/contrib/&lt;br /&gt;
* Source: ftp://ftp.free.fr/pub/Distributions_Linux/Mandrakelinux/devel/cooker/contrib/SRPMS/&lt;br /&gt;
&lt;br /&gt;
== Pardus ==&lt;br /&gt;
* Run Package Manager, click Games section, select Wesnoth and click install.&lt;br /&gt;
* If you prefer to install Wesnoth from command line type &amp;lt;code&amp;gt;pisi it wesnoth&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Slackware ==&lt;br /&gt;
&lt;br /&gt;
* Slackbuilds for Battle for Wesnoth on Slackware 13 are for 1.6.5.  Developmental branch requires you to edit  a new line between 65 &amp;amp; 66 with './autogen.sh' in addition to changing the version number in the wesnoth.SlackBuild script.&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 12.2 can be downloaded from [http://slacky.eu/aadm/pkgs/index.php?sear=wesnoth&amp;amp;ver=6 slacky.eu] Latest Wesnoth build: 1.6.3&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script for Slackware 12.2 [http://slackbuilds.org/repository/12.2/games/wesnoth/ SlackBuilds.org] Latest Wesnoth build: 1.6.1 Note: Probably could be used for building newer 1.6.x version.&lt;br /&gt;
&lt;br /&gt;
Note: Depends on boost package (+ icu package if you use binary from slacky.eu), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
Install boost and icu binary from slacky.eu [http://slacky.eu/aadm/pkgs/index.php?sear=boost&amp;amp;ver=6 boost] [http://slacky.eu/aadm/pkgs/index.php?ver=6&amp;amp;sear=icu icu]&lt;br /&gt;
&lt;br /&gt;
Compile boost from source using SlackBuild script [http://slackbuilds.org/repository/12.2/development/boost/ SlackBuilds.org]&lt;br /&gt;
&lt;br /&gt;
* Installation:&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command.&lt;br /&gt;
&lt;br /&gt;
For example: #installpkg wesnoth-1.6.3-i486-1sl.tgz boost-1.39.0-i686-1as.tgz icu-3.6-i486-2sl.tgz&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO]&lt;br /&gt;
&lt;br /&gt;
== [[SuSE]] / [http://www.opensuse.org OpenSUSE] ==&lt;br /&gt;
&lt;br /&gt;
These are builds of The Battle For Wesnoth for several SUSE Linux distributions, made for both i386 and x86_64 architecture. On SUSE Linux 10.1 and above, as well as on SLED, just use the zen-updater and add these directories to your available services (as ZYPP). On 10.0 and older, you can use YaST to add the installation sources. On OpenSUSE 10.3 or higher, just use 1-click Install.&lt;br /&gt;
&lt;br /&gt;
If you have problems with these packages, or other questions, please contact [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE 11.1 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.1&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 11 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.0&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 10.3 [http://software.opensuse.org/search?p=1&amp;amp;baseproject=openSUSE%3A10.3&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SUSE Linux 10.1 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_10.1/&lt;br /&gt;
* OpenSUSE Linux 10.2 http://software.opensuse.org/download/games:/strategy:/turn-based/openSUSE_10.2/&lt;br /&gt;
* OpenSUSE Factory [http://software.opensuse.org/search?baseproject=openSUSE%3AFactory&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SLED 10 (SUSE Linux Enterprise Desktop) requires an additional installation source including common required packages SLED is missing. First add http://software.opensuse.org/download/SUSE:/SLE-10:/SDK:/Extra/SLE_10/ , then add http://software.opensuse.org/download/games:/strategy:/turn-based/SLED10_SDK_Extras/ to your installation sources.&lt;br /&gt;
&lt;br /&gt;
== Xandros Linux ==&lt;br /&gt;
&lt;br /&gt;
*This disto for wesnoth-1.1.1 works well with Xandros 3&lt;br /&gt;
&lt;br /&gt;
* A distribution-independent binary (made with [http://oblisk.codu.org/ OBLISK]) for any somewhat modern GNU/Linux on i386 is available: &lt;br /&gt;
** http://prdownloads.sourceforge.net/suparun/wesnoth-1.1.1-x86-Opkg.tar.gz?download&lt;br /&gt;
&lt;br /&gt;
*Here is a disto for version .7 that works with Xandros&lt;br /&gt;
** http://support.xandros.com/downloads/desktop_2.0/user_contrib/boylinux/binary-i386/wesnoth_0.7-1_i386.deb&lt;br /&gt;
&lt;br /&gt;
*Xandros 3 has the distro for wesnoth .9 available through Xandros Networks&lt;br /&gt;
&lt;br /&gt;
== Yoper Linux ==&lt;br /&gt;
All versions built for Yoper 2.2.0-6, although they should install on 2.1.&lt;br /&gt;
Please let kernowyon know via the Yoper forums if you get any problems&lt;br /&gt;
Latest 1.0.2 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0.2-1.i686.rpm&lt;br /&gt;
1.0.1 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0-1.i686.rpm&lt;br /&gt;
Earlier version&lt;br /&gt;
*http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-0.9.7-1.i686.rpm&lt;br /&gt;
&lt;br /&gt;
== Binaries for all distributions ==&lt;br /&gt;
* A distribution-independent binary (made with [http://oblisk.codu.org/ OBLISK]) for any somewhat modern GNU/Linux on i386 is available: &lt;br /&gt;
** [http://prdownloads.sourceforge.net/suparun/wesnoth-1.1.1-x86-Opkg.tar.gz?download wesnoth-1.1.1-x86-Opkg.tar.gz]&lt;br /&gt;
** [http://prdownloads.sourceforge.net/suparun/wesnoth-1.0.1-x86-Opkg.tar.gz?download wesnoth-1.0.1-x86-Opkg.tar.gz] &lt;br /&gt;
** This is NOT a static binary distribution, it resolves dependencies at runtime.&lt;br /&gt;
* Wesnoth 0.8.8 static binary (by Yann): http://prdownloads.sourceforge.net/wesnoth/wesnoth-i386-static?download (needs the [http://prdownloads.sourceforge.net/wesnoth/wesnoth-0.8.tar.gz?download source tarball] for the data - run it with the path to the unpacked data as argument)&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* [http://rpmfind.net/linux/rpm2html/search.php?query=wesnoth Search RPMs]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[CompilingWesnoth]]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>Naranja</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=33653</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=33653"/>
		<updated>2010-01-27T20:25:34Z</updated>

		<summary type="html">&lt;p&gt;Naranja: Weird spacing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= GNU/Linux =&lt;br /&gt;
Not all Distributions are always at the state of the current release. If you want to be sure to have the current version, please get the sources and compile it yourself.&lt;br /&gt;
&lt;br /&gt;
=== Arch Linux ===&lt;br /&gt;
* For the official pkg from [extra]: &amp;lt;code&amp;gt;pacman -S wesnoth&amp;lt;/code&amp;gt; &lt;br /&gt;
* dibblethewrecker also provides regular SVN snapshots.  Please see [ http://dtw.jiwe.org/content.php?article.9 here] for details of how to access the repo.  As development of wesnoth continues this repo is likely to follow the unstable branch.&lt;br /&gt;
&lt;br /&gt;
=== Ark Linux ===&lt;br /&gt;
* Ark Linux includes an official wesnoth package, currently at version 1.7.0. Simply use the package installation tool to install the wesnoth package, or run &amp;lt;code&amp;gt;apt-get update; apt-get install wesnoth&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;apt-get -t dockyard-devel install wesnoth&amp;lt;/code&amp;gt; if you wish to run the current development version of wesnoth with all other packages from the stable tree)&lt;br /&gt;
* Users of other similar distributions can download the packages at [http://arklinux.osuosl.org/dockyard-devel the Ark Linux file server]. They are likely to run on any rpm based distribution that uses a recent version of gcc (&amp;gt;= 4.0) and glibc (&amp;gt;= 2.4).&lt;br /&gt;
&lt;br /&gt;
=== Debian ===&lt;br /&gt;
* &amp;lt;code&amp;gt;aptitude install wesnoth&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;(use &amp;lt;code&amp;gt;wesnoth-all&amp;lt;/code&amp;gt; if you want to pull in all the campaigns and the editor, too)&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases in the experimental branch  &lt;br /&gt;
* [http://backports.org/ backports.org] offers the stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
====International langugage support====&lt;br /&gt;
Debian does not come with all locales. If you can't choose your language, you need to add locale for your lang.&lt;br /&gt;
see man locale.gen for more info.&lt;br /&gt;
quick guide for lenny: uncomment locales you want in /etc/locale.gen, then as root run &amp;quot;locale-gen&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Compiling====&lt;br /&gt;
&lt;br /&gt;
If you want to play with the SVN version directly you may have to compile it yourself. See [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth].&lt;br /&gt;
&lt;br /&gt;
'''To install the dependencies:'''&lt;br /&gt;
&lt;br /&gt;
You can use a neat trick: Use the Build-Dependencies of the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do an &amp;lt;code&amp;gt;aptitude build-dep wesnoth&amp;lt;/code&amp;gt;. That will pull in most you need. As of 1.4 stable wesnoth, the dependencies also include all of the &amp;quot;Boost&amp;quot; libraries, if you are using Debian stable/etch sources.list you need to also &amp;lt;code&amp;gt;aptitude install libboost-iostreams-dev libboost-test-dev&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''To compile it:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
If you have already installed an older version of wesnoth, uninstall it by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;aptitude purge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this will not remove downloaded data or savegames which are stored in your home directory in the folder &amp;lt;code&amp;gt;.wesnoth&amp;lt;/code&amp;gt;. From this point on you can simply follow the advices from the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page, no need to duplicate that informations in here. :)&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
==== Karmic ====&lt;br /&gt;
&lt;br /&gt;
9.10's universe repository includes version 1.6.5.&lt;br /&gt;
&lt;br /&gt;
You can install via Applications-&amp;gt;Ubuntu Software Center, via System-&amp;gt;Administration-&amp;gt;Synaptic, or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
For '''current unstable and stable builds''', visit [http://itwesnoth.valdan.net IT-WESNOTH] and our repository on tuxfamily: [http://download.tuxfamily.org/itwesnoth/debian/].&lt;br /&gt;
&lt;br /&gt;
==== Jaunty ==== &lt;br /&gt;
&lt;br /&gt;
9.04's universe repository includes version 1.6a&lt;br /&gt;
&lt;br /&gt;
You can install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
For '''current unstable and stable builds''', visit [http://itwesnoth.valdan.net IT-WESNOTH] and our repository on tuxfamily: [http://download.tuxfamily.org/itwesnoth/debian/].&lt;br /&gt;
&lt;br /&gt;
====Intrepid==== &lt;br /&gt;
&lt;br /&gt;
8.10's universe repository includes version 1.4.5.&lt;br /&gt;
&lt;br /&gt;
You can install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
Updated versions can be found in [http://www.getdeb.net/app.php?name=The+Battle+for+Wesnoth GetDeb.net].&lt;br /&gt;
&lt;br /&gt;
(2009-12-22: The www.getdeb.net link is broken.)&lt;br /&gt;
&lt;br /&gt;
====Hardy====&lt;br /&gt;
&lt;br /&gt;
* 8.04's (hardy) universe repository includes version 1.4.&lt;br /&gt;
* 8.04's (hardy-backports) universe repository includes version 1.4.4.&lt;br /&gt;
&lt;br /&gt;
See the [http://ubuntuguide.org/wiki/Ubuntu:Gutsy#How_to_add_extra_repositories Ubuntu Starter Guide]'s section on adding the universe repositories.&lt;br /&gt;
Install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
Updated versions can be found in [http://www.getdeb.net/app.php?name=The+Battle+for+Wesnoth GetDeb.net].&lt;br /&gt;
&lt;br /&gt;
====Compiling====&lt;br /&gt;
If you choose to build the source you should add the datadir flag to ''configure'' to ensure your installation puts the data in the same place as the official installation path:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src&lt;br /&gt;
 tar -xvzf wesnoth-1.x.x.tar.gz&lt;br /&gt;
 cd wesnoth-1.x.x&lt;br /&gt;
 ./configure --datadir=/usr/share/games ...&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
==== International language support ====&lt;br /&gt;
&lt;br /&gt;
If you want to use Wesnoth with a language that is not supported by your system, you have at least two options:&lt;br /&gt;
&lt;br /&gt;
From Wesnoth version 1.6 onwards you can start Wesnoth with the flag &amp;lt;code&amp;gt;--dummy-locales&amp;lt;/code&amp;gt; to enable all languages, even if they are not supported by your system.&lt;br /&gt;
&lt;br /&gt;
For older versions of Wesnoth you’ll have to enable the language on your own system first. Look in the file &amp;lt;code&amp;gt;/usr/share/i18n/SUPPORTED&amp;lt;/code&amp;gt; for a line with an ISO language code matching what you want. Append that line to &amp;lt;code&amp;gt;/var/lib/locales/supported.d/local&amp;lt;/code&amp;gt;, then run &amp;lt;code&amp;gt;sudo dpkg-reconfigure locales&amp;lt;/code&amp;gt;. You should now be able to select that language from the language selector in Wesnoth.&lt;br /&gt;
&lt;br /&gt;
=== Fedora ===&lt;br /&gt;
Battle for Wesnoth is included in [http://fedoraproject.org/ Fedora].  The current version of Battle for Wesnoth is available for ppc, i386, and x86_64 architectures.  If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb_AT_jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;yum install wesnoth wesnoth-tools wesnoth-server&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
For the stable release just type:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development release you will have to fetch an overlay, eg from this site:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-dev.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
The ebuild will be updated whenever the person creating the ebuild finds the time to do so.&lt;br /&gt;
&lt;br /&gt;
Or if you're too impatient to wait and willing to take the risk of things blowing up, download&lt;br /&gt;
and extract the overlay, make a copy of the highest available ebuild version, but change the version number to&lt;br /&gt;
that of Wesnoth version you want (for instance, wesnoth-dev-1.3.2.ebuild might become &lt;br /&gt;
wesnoth-dev-1.3.8.ebuild ), run &lt;br /&gt;
&amp;lt;code&amp;gt;ebuild [new ebuild file] digest&amp;lt;/code&amp;gt;&lt;br /&gt;
and then try to emerge. It may or may not work, depending on exactly how extensive the changes in the Wesnoth&lt;br /&gt;
source are--going from 1.3.2 to 1.3.8 this way worked for me.&lt;br /&gt;
There's an ebuild for 1.5.8 on Gentoo Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=256513&lt;br /&gt;
&lt;br /&gt;
For building from svn tree download the portage overlay from:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-svn.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-svn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wesnoth-dev are the official development releases&lt;br /&gt;
while wesnoth-svn will build straight from SVN-source tree to keep you up to date with the lastest changes and all the errors ;-)&lt;br /&gt;
updating wesnoth-svn will not work ! you have to reemerge it each time you want to update !&lt;br /&gt;
&lt;br /&gt;
 Note: Neither wesnoth-dev nor wesnoth-svn seem to be maintained (as seen Nov 2009). The easiest way &lt;br /&gt;
 should be downloading the source and following the instructions to build wesnoth in the source directory &lt;br /&gt;
 with cmake and as a normal user. Inside the source directory start with ''./wesnoth'', as opposed &lt;br /&gt;
 to ''wesnoth'' from your portage tree.&lt;br /&gt;
&lt;br /&gt;
=== KateOS ===&lt;br /&gt;
Currently Battle for Wesnoth v1.4 is available in offcial KateOS repo (testing for now)&lt;br /&gt;
[http://www.kateos.org/download/packages/testing3/]&lt;br /&gt;
&lt;br /&gt;
=== klik ===&lt;br /&gt;
The most easy way to testdrive BfW is provided via [http://klik.atekon.de/ klik]. klik enables clients to create distribution-independent binaries which require no &amp;quot;installation&amp;quot; (the base system remains untouched); its created &amp;quot;AppDir&amp;quot; bundles run even from USB stick or CD RW. klik support is pre-enabled on Knoppix and Kanotix Live CDs. Other distros need to install a small klik client (less than 20 kByte download, less than 20 seconds effort).  See the [http://klik.atekon.de/wiki/index.php/User%27s_FAQ klik FAQ] for details. A [http://wesnoth.klik.atekon.de/ BfW-specific klik website] has links to help with the package. Once the klik client is installed, look at this:&lt;br /&gt;
* [http://wesnoth.klik.atekon.de/ Wesnoth-1.0] ancient stable Version: to &amp;quot;klik&amp;quot; it, type ''klik://wesnoth'' into your Browser&lt;br /&gt;
* [http://wesnoth-latest.klik.atekon.de/ Wesnoth-1.1.1] ancient Development-Version: to &amp;quot;klik&amp;quot; it, type ''klik://wesnoth-latest'' into your Browser&lt;br /&gt;
&lt;br /&gt;
=== Mandrake (cooker) ===&lt;br /&gt;
* &amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Binary: ftp://ftp.free.fr/pub/Distributions_Linux/Mandrakelinux/devel/cooker/i586/media/contrib/&lt;br /&gt;
* Source: ftp://ftp.free.fr/pub/Distributions_Linux/Mandrakelinux/devel/cooker/contrib/SRPMS/&lt;br /&gt;
&lt;br /&gt;
=== Pardus ===&lt;br /&gt;
* Run Package Manager, click Games section, select Wesnoth and click install.&lt;br /&gt;
* If you prefer to install Wesnoth from command line type &amp;lt;code&amp;gt;pisi it wesnoth&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Slackware ===&lt;br /&gt;
&lt;br /&gt;
* Slackbuilds for Battle for Wesnoth on Slackware 13 are for 1.6.5.  Developmental branch requires you to edit  a new line between 65 &amp;amp; 66 with './autogen.sh' in addition to changing the version number in the wesnoth.SlackBuild script.&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 12.2 can be downloaded from [http://slacky.eu/aadm/pkgs/index.php?sear=wesnoth&amp;amp;ver=6 slacky.eu] Latest Wesnoth build: 1.6.3&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script for Slackware 12.2 [http://slackbuilds.org/repository/12.2/games/wesnoth/ SlackBuilds.org] Latest Wesnoth build: 1.6.1 Note: Probably could be used for building newer 1.6.x version.&lt;br /&gt;
&lt;br /&gt;
Note: Depends on boost package (+ icu package if you use binary from slacky.eu), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
Install boost and icu binary from slacky.eu [http://slacky.eu/aadm/pkgs/index.php?sear=boost&amp;amp;ver=6 boost] [http://slacky.eu/aadm/pkgs/index.php?ver=6&amp;amp;sear=icu icu]&lt;br /&gt;
&lt;br /&gt;
Compile boost from source using SlackBuild script [http://slackbuilds.org/repository/12.2/development/boost/ SlackBuilds.org]&lt;br /&gt;
&lt;br /&gt;
* Installation:&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command.&lt;br /&gt;
&lt;br /&gt;
For example: #installpkg wesnoth-1.6.3-i486-1sl.tgz boost-1.39.0-i686-1as.tgz icu-3.6-i486-2sl.tgz&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO]&lt;br /&gt;
&lt;br /&gt;
=== [[SuSE]] / [http://www.opensuse.org OpenSUSE] ===&lt;br /&gt;
&lt;br /&gt;
These are builds of The Battle For Wesnoth for several SUSE Linux distributions, made for both i386 and x86_64 architecture. On SUSE Linux 10.1 and above, as well as on SLED, just use the zen-updater and add these directories to your available services (as ZYPP). On 10.0 and older, you can use YaST to add the installation sources. On OpenSUSE 10.3 or higher, just use 1-click Install.&lt;br /&gt;
&lt;br /&gt;
If you have problems with these packages, or other questions, please contact [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE 11.1 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.1&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 11 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.0&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 10.3 [http://software.opensuse.org/search?p=1&amp;amp;baseproject=openSUSE%3A10.3&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SUSE Linux 10.1 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_10.1/&lt;br /&gt;
* OpenSUSE Linux 10.2 http://software.opensuse.org/download/games:/strategy:/turn-based/openSUSE_10.2/&lt;br /&gt;
* OpenSUSE Factory [http://software.opensuse.org/search?baseproject=openSUSE%3AFactory&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SLED 10 (SUSE Linux Enterprise Desktop) requires an additional installation source including common required packages SLED is missing. First add http://software.opensuse.org/download/SUSE:/SLE-10:/SDK:/Extra/SLE_10/ , then add http://software.opensuse.org/download/games:/strategy:/turn-based/SLED10_SDK_Extras/ to your installation sources.&lt;br /&gt;
&lt;br /&gt;
=== Xandros Linux ===&lt;br /&gt;
&lt;br /&gt;
*This disto for wesnoth-1.1.1 works well with Xandros 3&lt;br /&gt;
&lt;br /&gt;
* A distribution-independent binary (made with [http://oblisk.codu.org/ OBLISK]) for any somewhat modern GNU/Linux on i386 is available: &lt;br /&gt;
** http://prdownloads.sourceforge.net/suparun/wesnoth-1.1.1-x86-Opkg.tar.gz?download&lt;br /&gt;
&lt;br /&gt;
*Here is a disto for version .7 that works with Xandros&lt;br /&gt;
** http://support.xandros.com/downloads/desktop_2.0/user_contrib/boylinux/binary-i386/wesnoth_0.7-1_i386.deb&lt;br /&gt;
&lt;br /&gt;
*Xandros 3 has the distro for wesnoth .9 available through Xandros Networks&lt;br /&gt;
&lt;br /&gt;
=== Yoper Linux ===&lt;br /&gt;
All versions built for Yoper 2.2.0-6, although they should install on 2.1.&lt;br /&gt;
Please let kernowyon know via the Yoper forums if you get any problems&lt;br /&gt;
Latest 1.0.2 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0.2-1.i686.rpm&lt;br /&gt;
1.0.1 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0-1.i686.rpm&lt;br /&gt;
Earlier version&lt;br /&gt;
*http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-0.9.7-1.i686.rpm&lt;br /&gt;
&lt;br /&gt;
=== Binaries for all distributions ===&lt;br /&gt;
* A distribution-independent binary (made with [http://oblisk.codu.org/ OBLISK]) for any somewhat modern GNU/Linux on i386 is available: &lt;br /&gt;
** [http://prdownloads.sourceforge.net/suparun/wesnoth-1.1.1-x86-Opkg.tar.gz?download wesnoth-1.1.1-x86-Opkg.tar.gz]&lt;br /&gt;
** [http://prdownloads.sourceforge.net/suparun/wesnoth-1.0.1-x86-Opkg.tar.gz?download wesnoth-1.0.1-x86-Opkg.tar.gz] &lt;br /&gt;
** This is NOT a static binary distribution, it resolves dependencies at runtime.&lt;br /&gt;
* Wesnoth 0.8.8 static binary (by Yann): http://prdownloads.sourceforge.net/wesnoth/wesnoth-i386-static?download (needs the [http://prdownloads.sourceforge.net/wesnoth/wesnoth-0.8.tar.gz?download source tarball] for the data - run it with the path to the unpacked data as argument)&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
* [http://rpmfind.net/linux/rpm2html/search.php?query=wesnoth Search RPMs]&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
* [[CompilingWesnoth]]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>Naranja</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=33652</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=33652"/>
		<updated>2010-01-27T20:24:59Z</updated>

		<summary type="html">&lt;p&gt;Naranja: Added Ubuntu Karmic instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= GNU/Linux =&lt;br /&gt;
Not all Distributions are always at the state of the current release. If you want to be sure to have the current version, please get the sources and compile it yourself.&lt;br /&gt;
&lt;br /&gt;
=== Arch Linux ===&lt;br /&gt;
* For the official pkg from [extra]: &amp;lt;code&amp;gt;pacman -S wesnoth&amp;lt;/code&amp;gt; &lt;br /&gt;
* dibblethewrecker also provides regular SVN snapshots.  Please see [ http://dtw.jiwe.org/content.php?article.9 here] for details of how to access the repo.  As development of wesnoth continues this repo is likely to follow the unstable branch.&lt;br /&gt;
&lt;br /&gt;
=== Ark Linux ===&lt;br /&gt;
* Ark Linux includes an official wesnoth package, currently at version 1.7.0. Simply use the package installation tool to install the wesnoth package, or run &amp;lt;code&amp;gt;apt-get update; apt-get install wesnoth&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;apt-get -t dockyard-devel install wesnoth&amp;lt;/code&amp;gt; if you wish to run the current development version of wesnoth with all other packages from the stable tree)&lt;br /&gt;
* Users of other similar distributions can download the packages at [http://arklinux.osuosl.org/dockyard-devel the Ark Linux file server]. They are likely to run on any rpm based distribution that uses a recent version of gcc (&amp;gt;= 4.0) and glibc (&amp;gt;= 2.4).&lt;br /&gt;
&lt;br /&gt;
=== Debian ===&lt;br /&gt;
* &amp;lt;code&amp;gt;aptitude install wesnoth&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;(use &amp;lt;code&amp;gt;wesnoth-all&amp;lt;/code&amp;gt; if you want to pull in all the campaigns and the editor, too)&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases in the experimental branch  &lt;br /&gt;
* [http://backports.org/ backports.org] offers the stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
====International langugage support====&lt;br /&gt;
Debian does not come with all locales. If you can't choose your language, you need to add locale for your lang.&lt;br /&gt;
see man locale.gen for more info.&lt;br /&gt;
quick guide for lenny: uncomment locales you want in /etc/locale.gen, then as root run &amp;quot;locale-gen&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Compiling====&lt;br /&gt;
&lt;br /&gt;
If you want to play with the SVN version directly you may have to compile it yourself. See [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth].&lt;br /&gt;
&lt;br /&gt;
'''To install the dependencies:'''&lt;br /&gt;
&lt;br /&gt;
You can use a neat trick: Use the Build-Dependencies of the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do an &amp;lt;code&amp;gt;aptitude build-dep wesnoth&amp;lt;/code&amp;gt;. That will pull in most you need. As of 1.4 stable wesnoth, the dependencies also include all of the &amp;quot;Boost&amp;quot; libraries, if you are using Debian stable/etch sources.list you need to also &amp;lt;code&amp;gt;aptitude install libboost-iostreams-dev libboost-test-dev&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''To compile it:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
If you have already installed an older version of wesnoth, uninstall it by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;aptitude purge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this will not remove downloaded data or savegames which are stored in your home directory in the folder &amp;lt;code&amp;gt;.wesnoth&amp;lt;/code&amp;gt;. From this point on you can simply follow the advices from the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page, no need to duplicate that informations in here. :)&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
==== Karmic ====&lt;br /&gt;
&lt;br /&gt;
9.10's universe repository includes version 1.6.5.&lt;br /&gt;
&lt;br /&gt;
You can install via Applications-&amp;gt;Ubuntu Software Center, via System-&amp;gt;Administration-&amp;gt;Synaptic, or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
For '''current unstable and stable builds''', visit [http://itwesnoth.valdan.net IT-WESNOTH] and our repository on tuxfamily: [http://download.tuxfamily.org/itwesnoth/debian/].&lt;br /&gt;
&lt;br /&gt;
==== Jaunty ==== &lt;br /&gt;
&lt;br /&gt;
9.04's universe repository includes version 1.6a&lt;br /&gt;
&lt;br /&gt;
You can install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
For '''current unstable and stable builds''', visit [http://itwesnoth.valdan.net IT-WESNOTH] and our repository on tuxfamily: [http://download.tuxfamily.org/itwesnoth/debian/].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Intrepid==== &lt;br /&gt;
&lt;br /&gt;
8.10's universe repository includes version 1.4.5.&lt;br /&gt;
&lt;br /&gt;
You can install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
Updated versions can be found in [http://www.getdeb.net/app.php?name=The+Battle+for+Wesnoth GetDeb.net].&lt;br /&gt;
&lt;br /&gt;
(2009-12-22: The www.getdeb.net link is broken.)&lt;br /&gt;
&lt;br /&gt;
====Hardy====&lt;br /&gt;
&lt;br /&gt;
* 8.04's (hardy) universe repository includes version 1.4.&lt;br /&gt;
* 8.04's (hardy-backports) universe repository includes version 1.4.4.&lt;br /&gt;
&lt;br /&gt;
See the [http://ubuntuguide.org/wiki/Ubuntu:Gutsy#How_to_add_extra_repositories Ubuntu Starter Guide]'s section on adding the universe repositories.&lt;br /&gt;
Install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
Updated versions can be found in [http://www.getdeb.net/app.php?name=The+Battle+for+Wesnoth GetDeb.net].&lt;br /&gt;
&lt;br /&gt;
====Compiling====&lt;br /&gt;
If you choose to build the source you should add the datadir flag to ''configure'' to ensure your installation puts the data in the same place as the official installation path:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src&lt;br /&gt;
 tar -xvzf wesnoth-1.x.x.tar.gz&lt;br /&gt;
 cd wesnoth-1.x.x&lt;br /&gt;
 ./configure --datadir=/usr/share/games ...&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
==== International language support ====&lt;br /&gt;
&lt;br /&gt;
If you want to use Wesnoth with a language that is not supported by your system, you have at least two options:&lt;br /&gt;
&lt;br /&gt;
From Wesnoth version 1.6 onwards you can start Wesnoth with the flag &amp;lt;code&amp;gt;--dummy-locales&amp;lt;/code&amp;gt; to enable all languages, even if they are not supported by your system.&lt;br /&gt;
&lt;br /&gt;
For older versions of Wesnoth you’ll have to enable the language on your own system first. Look in the file &amp;lt;code&amp;gt;/usr/share/i18n/SUPPORTED&amp;lt;/code&amp;gt; for a line with an ISO language code matching what you want. Append that line to &amp;lt;code&amp;gt;/var/lib/locales/supported.d/local&amp;lt;/code&amp;gt;, then run &amp;lt;code&amp;gt;sudo dpkg-reconfigure locales&amp;lt;/code&amp;gt;. You should now be able to select that language from the language selector in Wesnoth.&lt;br /&gt;
&lt;br /&gt;
=== Fedora ===&lt;br /&gt;
Battle for Wesnoth is included in [http://fedoraproject.org/ Fedora].  The current version of Battle for Wesnoth is available for ppc, i386, and x86_64 architectures.  If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb_AT_jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;yum install wesnoth wesnoth-tools wesnoth-server&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
For the stable release just type:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development release you will have to fetch an overlay, eg from this site:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-dev.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
The ebuild will be updated whenever the person creating the ebuild finds the time to do so.&lt;br /&gt;
&lt;br /&gt;
Or if you're too impatient to wait and willing to take the risk of things blowing up, download&lt;br /&gt;
and extract the overlay, make a copy of the highest available ebuild version, but change the version number to&lt;br /&gt;
that of Wesnoth version you want (for instance, wesnoth-dev-1.3.2.ebuild might become &lt;br /&gt;
wesnoth-dev-1.3.8.ebuild ), run &lt;br /&gt;
&amp;lt;code&amp;gt;ebuild [new ebuild file] digest&amp;lt;/code&amp;gt;&lt;br /&gt;
and then try to emerge. It may or may not work, depending on exactly how extensive the changes in the Wesnoth&lt;br /&gt;
source are--going from 1.3.2 to 1.3.8 this way worked for me.&lt;br /&gt;
There's an ebuild for 1.5.8 on Gentoo Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=256513&lt;br /&gt;
&lt;br /&gt;
For building from svn tree download the portage overlay from:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-svn.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-svn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wesnoth-dev are the official development releases&lt;br /&gt;
while wesnoth-svn will build straight from SVN-source tree to keep you up to date with the lastest changes and all the errors ;-)&lt;br /&gt;
updating wesnoth-svn will not work ! you have to reemerge it each time you want to update !&lt;br /&gt;
&lt;br /&gt;
 Note: Neither wesnoth-dev nor wesnoth-svn seem to be maintained (as seen Nov 2009). The easiest way &lt;br /&gt;
 should be downloading the source and following the instructions to build wesnoth in the source directory &lt;br /&gt;
 with cmake and as a normal user. Inside the source directory start with ''./wesnoth'', as opposed &lt;br /&gt;
 to ''wesnoth'' from your portage tree.&lt;br /&gt;
&lt;br /&gt;
=== KateOS ===&lt;br /&gt;
Currently Battle for Wesnoth v1.4 is available in offcial KateOS repo (testing for now)&lt;br /&gt;
[http://www.kateos.org/download/packages/testing3/]&lt;br /&gt;
&lt;br /&gt;
=== klik ===&lt;br /&gt;
The most easy way to testdrive BfW is provided via [http://klik.atekon.de/ klik]. klik enables clients to create distribution-independent binaries which require no &amp;quot;installation&amp;quot; (the base system remains untouched); its created &amp;quot;AppDir&amp;quot; bundles run even from USB stick or CD RW. klik support is pre-enabled on Knoppix and Kanotix Live CDs. Other distros need to install a small klik client (less than 20 kByte download, less than 20 seconds effort).  See the [http://klik.atekon.de/wiki/index.php/User%27s_FAQ klik FAQ] for details. A [http://wesnoth.klik.atekon.de/ BfW-specific klik website] has links to help with the package. Once the klik client is installed, look at this:&lt;br /&gt;
* [http://wesnoth.klik.atekon.de/ Wesnoth-1.0] ancient stable Version: to &amp;quot;klik&amp;quot; it, type ''klik://wesnoth'' into your Browser&lt;br /&gt;
* [http://wesnoth-latest.klik.atekon.de/ Wesnoth-1.1.1] ancient Development-Version: to &amp;quot;klik&amp;quot; it, type ''klik://wesnoth-latest'' into your Browser&lt;br /&gt;
&lt;br /&gt;
=== Mandrake (cooker) ===&lt;br /&gt;
* &amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Binary: ftp://ftp.free.fr/pub/Distributions_Linux/Mandrakelinux/devel/cooker/i586/media/contrib/&lt;br /&gt;
* Source: ftp://ftp.free.fr/pub/Distributions_Linux/Mandrakelinux/devel/cooker/contrib/SRPMS/&lt;br /&gt;
&lt;br /&gt;
=== Pardus ===&lt;br /&gt;
* Run Package Manager, click Games section, select Wesnoth and click install.&lt;br /&gt;
* If you prefer to install Wesnoth from command line type &amp;lt;code&amp;gt;pisi it wesnoth&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Slackware ===&lt;br /&gt;
&lt;br /&gt;
* Slackbuilds for Battle for Wesnoth on Slackware 13 are for 1.6.5.  Developmental branch requires you to edit  a new line between 65 &amp;amp; 66 with './autogen.sh' in addition to changing the version number in the wesnoth.SlackBuild script.&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 12.2 can be downloaded from [http://slacky.eu/aadm/pkgs/index.php?sear=wesnoth&amp;amp;ver=6 slacky.eu] Latest Wesnoth build: 1.6.3&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script for Slackware 12.2 [http://slackbuilds.org/repository/12.2/games/wesnoth/ SlackBuilds.org] Latest Wesnoth build: 1.6.1 Note: Probably could be used for building newer 1.6.x version.&lt;br /&gt;
&lt;br /&gt;
Note: Depends on boost package (+ icu package if you use binary from slacky.eu), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
Install boost and icu binary from slacky.eu [http://slacky.eu/aadm/pkgs/index.php?sear=boost&amp;amp;ver=6 boost] [http://slacky.eu/aadm/pkgs/index.php?ver=6&amp;amp;sear=icu icu]&lt;br /&gt;
&lt;br /&gt;
Compile boost from source using SlackBuild script [http://slackbuilds.org/repository/12.2/development/boost/ SlackBuilds.org]&lt;br /&gt;
&lt;br /&gt;
* Installation:&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command.&lt;br /&gt;
&lt;br /&gt;
For example: #installpkg wesnoth-1.6.3-i486-1sl.tgz boost-1.39.0-i686-1as.tgz icu-3.6-i486-2sl.tgz&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO]&lt;br /&gt;
&lt;br /&gt;
=== [[SuSE]] / [http://www.opensuse.org OpenSUSE] ===&lt;br /&gt;
&lt;br /&gt;
These are builds of The Battle For Wesnoth for several SUSE Linux distributions, made for both i386 and x86_64 architecture. On SUSE Linux 10.1 and above, as well as on SLED, just use the zen-updater and add these directories to your available services (as ZYPP). On 10.0 and older, you can use YaST to add the installation sources. On OpenSUSE 10.3 or higher, just use 1-click Install.&lt;br /&gt;
&lt;br /&gt;
If you have problems with these packages, or other questions, please contact [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE 11.1 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.1&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 11 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.0&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 10.3 [http://software.opensuse.org/search?p=1&amp;amp;baseproject=openSUSE%3A10.3&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SUSE Linux 10.1 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_10.1/&lt;br /&gt;
* OpenSUSE Linux 10.2 http://software.opensuse.org/download/games:/strategy:/turn-based/openSUSE_10.2/&lt;br /&gt;
* OpenSUSE Factory [http://software.opensuse.org/search?baseproject=openSUSE%3AFactory&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SLED 10 (SUSE Linux Enterprise Desktop) requires an additional installation source including common required packages SLED is missing. First add http://software.opensuse.org/download/SUSE:/SLE-10:/SDK:/Extra/SLE_10/ , then add http://software.opensuse.org/download/games:/strategy:/turn-based/SLED10_SDK_Extras/ to your installation sources.&lt;br /&gt;
&lt;br /&gt;
=== Xandros Linux ===&lt;br /&gt;
&lt;br /&gt;
*This disto for wesnoth-1.1.1 works well with Xandros 3&lt;br /&gt;
&lt;br /&gt;
* A distribution-independent binary (made with [http://oblisk.codu.org/ OBLISK]) for any somewhat modern GNU/Linux on i386 is available: &lt;br /&gt;
** http://prdownloads.sourceforge.net/suparun/wesnoth-1.1.1-x86-Opkg.tar.gz?download&lt;br /&gt;
&lt;br /&gt;
*Here is a disto for version .7 that works with Xandros&lt;br /&gt;
** http://support.xandros.com/downloads/desktop_2.0/user_contrib/boylinux/binary-i386/wesnoth_0.7-1_i386.deb&lt;br /&gt;
&lt;br /&gt;
*Xandros 3 has the distro for wesnoth .9 available through Xandros Networks&lt;br /&gt;
&lt;br /&gt;
=== Yoper Linux ===&lt;br /&gt;
All versions built for Yoper 2.2.0-6, although they should install on 2.1.&lt;br /&gt;
Please let kernowyon know via the Yoper forums if you get any problems&lt;br /&gt;
Latest 1.0.2 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0.2-1.i686.rpm&lt;br /&gt;
1.0.1 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0-1.i686.rpm&lt;br /&gt;
Earlier version&lt;br /&gt;
*http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-0.9.7-1.i686.rpm&lt;br /&gt;
&lt;br /&gt;
=== Binaries for all distributions ===&lt;br /&gt;
* A distribution-independent binary (made with [http://oblisk.codu.org/ OBLISK]) for any somewhat modern GNU/Linux on i386 is available: &lt;br /&gt;
** [http://prdownloads.sourceforge.net/suparun/wesnoth-1.1.1-x86-Opkg.tar.gz?download wesnoth-1.1.1-x86-Opkg.tar.gz]&lt;br /&gt;
** [http://prdownloads.sourceforge.net/suparun/wesnoth-1.0.1-x86-Opkg.tar.gz?download wesnoth-1.0.1-x86-Opkg.tar.gz] &lt;br /&gt;
** This is NOT a static binary distribution, it resolves dependencies at runtime.&lt;br /&gt;
* Wesnoth 0.8.8 static binary (by Yann): http://prdownloads.sourceforge.net/wesnoth/wesnoth-i386-static?download (needs the [http://prdownloads.sourceforge.net/wesnoth/wesnoth-0.8.tar.gz?download source tarball] for the data - run it with the path to the unpacked data as argument)&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
* [http://rpmfind.net/linux/rpm2html/search.php?query=wesnoth Search RPMs]&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
* [[CompilingWesnoth]]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>Naranja</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=33647</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=33647"/>
		<updated>2010-01-27T20:20:43Z</updated>

		<summary type="html">&lt;p&gt;Naranja: Removed Ubuntu Dapper instructions (version no longer supported)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= GNU/Linux =&lt;br /&gt;
Not all Distributions are always at the state of the current release. If you want to be sure to have the current version, please get the sources and compile it yourself.&lt;br /&gt;
&lt;br /&gt;
=== Arch Linux ===&lt;br /&gt;
* For the official pkg from [extra]: &amp;lt;code&amp;gt;pacman -S wesnoth&amp;lt;/code&amp;gt; &lt;br /&gt;
* dibblethewrecker also provides regular SVN snapshots.  Please see [ http://dtw.jiwe.org/content.php?article.9 here] for details of how to access the repo.  As development of wesnoth continues this repo is likely to follow the unstable branch.&lt;br /&gt;
&lt;br /&gt;
=== Ark Linux ===&lt;br /&gt;
* Ark Linux includes an official wesnoth package, currently at version 1.7.0. Simply use the package installation tool to install the wesnoth package, or run &amp;lt;code&amp;gt;apt-get update; apt-get install wesnoth&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;apt-get -t dockyard-devel install wesnoth&amp;lt;/code&amp;gt; if you wish to run the current development version of wesnoth with all other packages from the stable tree)&lt;br /&gt;
* Users of other similar distributions can download the packages at [http://arklinux.osuosl.org/dockyard-devel the Ark Linux file server]. They are likely to run on any rpm based distribution that uses a recent version of gcc (&amp;gt;= 4.0) and glibc (&amp;gt;= 2.4).&lt;br /&gt;
&lt;br /&gt;
=== Debian ===&lt;br /&gt;
* &amp;lt;code&amp;gt;aptitude install wesnoth&amp;lt;/code&amp;gt;&amp;lt;br/&amp;gt;(use &amp;lt;code&amp;gt;wesnoth-all&amp;lt;/code&amp;gt; if you want to pull in all the campaigns and the editor, too)&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases in the experimental branch  &lt;br /&gt;
* [http://backports.org/ backports.org] offers the stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
====International langugage support====&lt;br /&gt;
Debian does not come with all locales. If you can't choose your language, you need to add locale for your lang.&lt;br /&gt;
see man locale.gen for more info.&lt;br /&gt;
quick guide for lenny: uncomment locales you want in /etc/locale.gen, then as root run &amp;quot;locale-gen&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====Compiling====&lt;br /&gt;
&lt;br /&gt;
If you want to play with the SVN version directly you may have to compile it yourself. See [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth].&lt;br /&gt;
&lt;br /&gt;
'''To install the dependencies:'''&lt;br /&gt;
&lt;br /&gt;
You can use a neat trick: Use the Build-Dependencies of the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do an &amp;lt;code&amp;gt;aptitude build-dep wesnoth&amp;lt;/code&amp;gt;. That will pull in most you need. As of 1.4 stable wesnoth, the dependencies also include all of the &amp;quot;Boost&amp;quot; libraries, if you are using Debian stable/etch sources.list you need to also &amp;lt;code&amp;gt;aptitude install libboost-iostreams-dev libboost-test-dev&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
'''To compile it:'''&amp;lt;br/&amp;gt;&lt;br /&gt;
If you have already installed an older version of wesnoth, uninstall it by:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;aptitude purge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that this will not remove downloaded data or savegames which are stored in your home directory in the folder &amp;lt;code&amp;gt;.wesnoth&amp;lt;/code&amp;gt;. From this point on you can simply follow the advices from the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page, no need to duplicate that informations in here. :)&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
==== Jaunty ==== &lt;br /&gt;
&lt;br /&gt;
9.04's universe repository includes version 1.6a&lt;br /&gt;
&lt;br /&gt;
You can install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
For '''current unstable and stable builds''', visit [http://itwesnoth.valdan.net IT-WESNOTH] and our repository on tuxfamily: [http://download.tuxfamily.org/itwesnoth/debian/].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Intrepid==== &lt;br /&gt;
&lt;br /&gt;
8.10's universe repository includes version 1.4.5.&lt;br /&gt;
&lt;br /&gt;
You can install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
Updated versions can be found in [http://www.getdeb.net/app.php?name=The+Battle+for+Wesnoth GetDeb.net].&lt;br /&gt;
&lt;br /&gt;
(2009-12-22: The www.getdeb.net link is broken.)&lt;br /&gt;
&lt;br /&gt;
====Hardy====&lt;br /&gt;
&lt;br /&gt;
* 8.04's (hardy) universe repository includes version 1.4.&lt;br /&gt;
* 8.04's (hardy-backports) universe repository includes version 1.4.4.&lt;br /&gt;
&lt;br /&gt;
See the [http://ubuntuguide.org/wiki/Ubuntu:Gutsy#How_to_add_extra_repositories Ubuntu Starter Guide]'s section on adding the universe repositories.&lt;br /&gt;
Install via System-&amp;gt;Administration-&amp;gt;Synaptic, via Applications-&amp;gt;Add/Remove or aptitude/apt-get.&lt;br /&gt;
&lt;br /&gt;
Updated versions can be found in [http://www.getdeb.net/app.php?name=The+Battle+for+Wesnoth GetDeb.net].&lt;br /&gt;
&lt;br /&gt;
====Compiling====&lt;br /&gt;
If you choose to build the source you should add the datadir flag to ''configure'' to ensure your installation puts the data in the same place as the official installation path:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/src&lt;br /&gt;
 tar -xvzf wesnoth-1.x.x.tar.gz&lt;br /&gt;
 cd wesnoth-1.x.x&lt;br /&gt;
 ./configure --datadir=/usr/share/games ...&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
==== International language support ====&lt;br /&gt;
&lt;br /&gt;
If you want to use Wesnoth with a language that is not supported by your system, you have at least two options:&lt;br /&gt;
&lt;br /&gt;
From Wesnoth version 1.6 onwards you can start Wesnoth with the flag &amp;lt;code&amp;gt;--dummy-locales&amp;lt;/code&amp;gt; to enable all languages, even if they are not supported by your system.&lt;br /&gt;
&lt;br /&gt;
For older versions of Wesnoth you’ll have to enable the language on your own system first. Look in the file &amp;lt;code&amp;gt;/usr/share/i18n/SUPPORTED&amp;lt;/code&amp;gt; for a line with an ISO language code matching what you want. Append that line to &amp;lt;code&amp;gt;/var/lib/locales/supported.d/local&amp;lt;/code&amp;gt;, then run &amp;lt;code&amp;gt;sudo dpkg-reconfigure locales&amp;lt;/code&amp;gt;. You should now be able to select that language from the language selector in Wesnoth.&lt;br /&gt;
&lt;br /&gt;
=== Fedora ===&lt;br /&gt;
Battle for Wesnoth is included in [http://fedoraproject.org/ Fedora].  The current version of Battle for Wesnoth is available for ppc, i386, and x86_64 architectures.  If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb_AT_jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
* &amp;lt;code&amp;gt;yum install wesnoth wesnoth-tools wesnoth-server&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
For the stable release just type:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development release you will have to fetch an overlay, eg from this site:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-dev.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
The ebuild will be updated whenever the person creating the ebuild finds the time to do so.&lt;br /&gt;
&lt;br /&gt;
Or if you're too impatient to wait and willing to take the risk of things blowing up, download&lt;br /&gt;
and extract the overlay, make a copy of the highest available ebuild version, but change the version number to&lt;br /&gt;
that of Wesnoth version you want (for instance, wesnoth-dev-1.3.2.ebuild might become &lt;br /&gt;
wesnoth-dev-1.3.8.ebuild ), run &lt;br /&gt;
&amp;lt;code&amp;gt;ebuild [new ebuild file] digest&amp;lt;/code&amp;gt;&lt;br /&gt;
and then try to emerge. It may or may not work, depending on exactly how extensive the changes in the Wesnoth&lt;br /&gt;
source are--going from 1.3.2 to 1.3.8 this way worked for me.&lt;br /&gt;
There's an ebuild for 1.5.8 on Gentoo Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=256513&lt;br /&gt;
&lt;br /&gt;
For building from svn tree download the portage overlay from:&lt;br /&gt;
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-svn.tbz&lt;br /&gt;
extract it to your local overlay-directory and then type&lt;br /&gt;
&amp;lt;code&amp;gt;emerge wesnoth-svn&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
wesnoth-dev are the official development releases&lt;br /&gt;
while wesnoth-svn will build straight from SVN-source tree to keep you up to date with the lastest changes and all the errors ;-)&lt;br /&gt;
updating wesnoth-svn will not work ! you have to reemerge it each time you want to update !&lt;br /&gt;
&lt;br /&gt;
 Note: Neither wesnoth-dev nor wesnoth-svn seem to be maintained (as seen Nov 2009). The easiest way &lt;br /&gt;
 should be downloading the source and following the instructions to build wesnoth in the source directory &lt;br /&gt;
 with cmake and as a normal user. Inside the source directory start with ''./wesnoth'', as opposed &lt;br /&gt;
 to ''wesnoth'' from your portage tree.&lt;br /&gt;
&lt;br /&gt;
=== KateOS ===&lt;br /&gt;
Currently Battle for Wesnoth v1.4 is available in offcial KateOS repo (testing for now)&lt;br /&gt;
[http://www.kateos.org/download/packages/testing3/]&lt;br /&gt;
&lt;br /&gt;
=== klik ===&lt;br /&gt;
The most easy way to testdrive BfW is provided via [http://klik.atekon.de/ klik]. klik enables clients to create distribution-independent binaries which require no &amp;quot;installation&amp;quot; (the base system remains untouched); its created &amp;quot;AppDir&amp;quot; bundles run even from USB stick or CD RW. klik support is pre-enabled on Knoppix and Kanotix Live CDs. Other distros need to install a small klik client (less than 20 kByte download, less than 20 seconds effort).  See the [http://klik.atekon.de/wiki/index.php/User%27s_FAQ klik FAQ] for details. A [http://wesnoth.klik.atekon.de/ BfW-specific klik website] has links to help with the package. Once the klik client is installed, look at this:&lt;br /&gt;
* [http://wesnoth.klik.atekon.de/ Wesnoth-1.0] ancient stable Version: to &amp;quot;klik&amp;quot; it, type ''klik://wesnoth'' into your Browser&lt;br /&gt;
* [http://wesnoth-latest.klik.atekon.de/ Wesnoth-1.1.1] ancient Development-Version: to &amp;quot;klik&amp;quot; it, type ''klik://wesnoth-latest'' into your Browser&lt;br /&gt;
&lt;br /&gt;
=== Mandrake (cooker) ===&lt;br /&gt;
* &amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Binary: ftp://ftp.free.fr/pub/Distributions_Linux/Mandrakelinux/devel/cooker/i586/media/contrib/&lt;br /&gt;
* Source: ftp://ftp.free.fr/pub/Distributions_Linux/Mandrakelinux/devel/cooker/contrib/SRPMS/&lt;br /&gt;
&lt;br /&gt;
=== Pardus ===&lt;br /&gt;
* Run Package Manager, click Games section, select Wesnoth and click install.&lt;br /&gt;
* If you prefer to install Wesnoth from command line type &amp;lt;code&amp;gt;pisi it wesnoth&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Slackware ===&lt;br /&gt;
&lt;br /&gt;
* Slackbuilds for Battle for Wesnoth on Slackware 13 are for 1.6.5.  Developmental branch requires you to edit  a new line between 65 &amp;amp; 66 with './autogen.sh' in addition to changing the version number in the wesnoth.SlackBuild script.&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 12.2 can be downloaded from [http://slacky.eu/aadm/pkgs/index.php?sear=wesnoth&amp;amp;ver=6 slacky.eu] Latest Wesnoth build: 1.6.3&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script for Slackware 12.2 [http://slackbuilds.org/repository/12.2/games/wesnoth/ SlackBuilds.org] Latest Wesnoth build: 1.6.1 Note: Probably could be used for building newer 1.6.x version.&lt;br /&gt;
&lt;br /&gt;
Note: Depends on boost package (+ icu package if you use binary from slacky.eu), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
Install boost and icu binary from slacky.eu [http://slacky.eu/aadm/pkgs/index.php?sear=boost&amp;amp;ver=6 boost] [http://slacky.eu/aadm/pkgs/index.php?ver=6&amp;amp;sear=icu icu]&lt;br /&gt;
&lt;br /&gt;
Compile boost from source using SlackBuild script [http://slackbuilds.org/repository/12.2/development/boost/ SlackBuilds.org]&lt;br /&gt;
&lt;br /&gt;
* Installation:&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command.&lt;br /&gt;
&lt;br /&gt;
For example: #installpkg wesnoth-1.6.3-i486-1sl.tgz boost-1.39.0-i686-1as.tgz icu-3.6-i486-2sl.tgz&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO]&lt;br /&gt;
&lt;br /&gt;
=== [[SuSE]] / [http://www.opensuse.org OpenSUSE] ===&lt;br /&gt;
&lt;br /&gt;
These are builds of The Battle For Wesnoth for several SUSE Linux distributions, made for both i386 and x86_64 architecture. On SUSE Linux 10.1 and above, as well as on SLED, just use the zen-updater and add these directories to your available services (as ZYPP). On 10.0 and older, you can use YaST to add the installation sources. On OpenSUSE 10.3 or higher, just use 1-click Install.&lt;br /&gt;
&lt;br /&gt;
If you have problems with these packages, or other questions, please contact [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE 11.1 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.1&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 11 [http://software.opensuse.org/search?baseproject=openSUSE%3A11.0&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE 10.3 [http://software.opensuse.org/search?p=1&amp;amp;baseproject=openSUSE%3A10.3&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SUSE Linux 10.1 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_10.1/&lt;br /&gt;
* OpenSUSE Linux 10.2 http://software.opensuse.org/download/games:/strategy:/turn-based/openSUSE_10.2/&lt;br /&gt;
* OpenSUSE Factory [http://software.opensuse.org/search?baseproject=openSUSE%3AFactory&amp;amp;p=1&amp;amp;q=wesnoth One-Click-Install]&lt;br /&gt;
* SLED 10 (SUSE Linux Enterprise Desktop) requires an additional installation source including common required packages SLED is missing. First add http://software.opensuse.org/download/SUSE:/SLE-10:/SDK:/Extra/SLE_10/ , then add http://software.opensuse.org/download/games:/strategy:/turn-based/SLED10_SDK_Extras/ to your installation sources.&lt;br /&gt;
&lt;br /&gt;
=== Xandros Linux ===&lt;br /&gt;
&lt;br /&gt;
*This disto for wesnoth-1.1.1 works well with Xandros 3&lt;br /&gt;
&lt;br /&gt;
* A distribution-independent binary (made with [http://oblisk.codu.org/ OBLISK]) for any somewhat modern GNU/Linux on i386 is available: &lt;br /&gt;
** http://prdownloads.sourceforge.net/suparun/wesnoth-1.1.1-x86-Opkg.tar.gz?download&lt;br /&gt;
&lt;br /&gt;
*Here is a disto for version .7 that works with Xandros&lt;br /&gt;
** http://support.xandros.com/downloads/desktop_2.0/user_contrib/boylinux/binary-i386/wesnoth_0.7-1_i386.deb&lt;br /&gt;
&lt;br /&gt;
*Xandros 3 has the distro for wesnoth .9 available through Xandros Networks&lt;br /&gt;
&lt;br /&gt;
=== Yoper Linux ===&lt;br /&gt;
All versions built for Yoper 2.2.0-6, although they should install on 2.1.&lt;br /&gt;
Please let kernowyon know via the Yoper forums if you get any problems&lt;br /&gt;
Latest 1.0.2 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0.2-1.i686.rpm&lt;br /&gt;
1.0.1 version&lt;br /&gt;
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0-1.i686.rpm&lt;br /&gt;
Earlier version&lt;br /&gt;
*http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-0.9.7-1.i686.rpm&lt;br /&gt;
&lt;br /&gt;
=== Binaries for all distributions ===&lt;br /&gt;
* A distribution-independent binary (made with [http://oblisk.codu.org/ OBLISK]) for any somewhat modern GNU/Linux on i386 is available: &lt;br /&gt;
** [http://prdownloads.sourceforge.net/suparun/wesnoth-1.1.1-x86-Opkg.tar.gz?download wesnoth-1.1.1-x86-Opkg.tar.gz]&lt;br /&gt;
** [http://prdownloads.sourceforge.net/suparun/wesnoth-1.0.1-x86-Opkg.tar.gz?download wesnoth-1.0.1-x86-Opkg.tar.gz] &lt;br /&gt;
** This is NOT a static binary distribution, it resolves dependencies at runtime.&lt;br /&gt;
* Wesnoth 0.8.8 static binary (by Yann): http://prdownloads.sourceforge.net/wesnoth/wesnoth-i386-static?download (needs the [http://prdownloads.sourceforge.net/wesnoth/wesnoth-0.8.tar.gz?download source tarball] for the data - run it with the path to the unpacked data as argument)&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
* [http://rpmfind.net/linux/rpm2html/search.php?query=wesnoth Search RPMs]&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
* [[CompilingWesnoth]]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>Naranja</name></author>
		
	</entry>
</feed>