<?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=BiafraRepublic</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=BiafraRepublic"/>
	<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/Special:Contributions/BiafraRepublic"/>
	<updated>2026-06-04T22:20:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=74724</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=74724"/>
		<updated>2026-01-11T01:59:49Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Adding NixOS Linux to the wiki Page. More maintenance to come...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Translations}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tright&amp;quot;&amp;gt; __TOC__ &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Not all distributions carry the latest stable or development releases. If you want to make sure you are running the newest official version of Wesnoth from either branch, either get the sources from the [[Download]] page and [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md compile them yourself] or use the flatpak below.&lt;br /&gt;
&lt;br /&gt;
== Flatpak ==&lt;br /&gt;
&lt;br /&gt;
A flatpak of the current stable release can be found [https://flathub.org/apps/details/org.wesnoth.Wesnoth here].&lt;br /&gt;
&lt;br /&gt;
A nightly flatpak of Wesnoth's development branch is also available.  Instructions for getting it can be found [https://forums.wesnoth.org/viewtopic.php?f=5&amp;amp;t=47872 here].&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* The latest stable version can be installed from the [community] repository: &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 [https://aur.archlinux.org/packages/wesnoth-devel/ the AUR].&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want a different version, you need to explicitly request which branch you want, e.g. [http://packages.debian.org/wesnoth-1.12 1.12] (stretch), or [http://packages.debian.org/wesnoth-1.14 1.14] (buster, bullseye, and sid)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the latest stable wesnoth releases, albeit only backported to stretch at this time. For more info on Debian backports, click [http://wiki.debian.org/Backports here].&lt;br /&gt;
&lt;br /&gt;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to run a newer release than the ones provided in the Debian repositories, or an unreleased version from the [[WesnothRepository|Git repository]], you will have to build it from source. See [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md Compiling Wesnoth] for more details.&lt;br /&gt;
&lt;br /&gt;
To install Wesnoth's dependencies if you have Debian's source repositories enabled in your config, you can just use apt's &amp;lt;code&amp;gt;build-dep&amp;lt;/code&amp;gt; command with the package that best matches the version you are trying to build:&lt;br /&gt;
&lt;br /&gt;
 # Stable version&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
 # Development version&lt;br /&gt;
 aptitude build-dep wesnoth-1.14&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you have already installed an older version of Wesnoth, you should uninstall it first by running:&lt;br /&gt;
&lt;br /&gt;
 # Stable version&lt;br /&gt;
 aptitude purge wesnoth&lt;br /&gt;
 # Development version&lt;br /&gt;
 aptitude purge wesnoth-1.14&lt;br /&gt;
&lt;br /&gt;
Bear in mind that this will '''not''' remove downloaded data or saved games stored in your [[EditingWesnoth#The_user_data_directory|home directory]].&lt;br /&gt;
&lt;br /&gt;
Additionally, build-dep will not install libssl-dev automatically due to a Debian patch to use WolfSSL instead due to a licence incompatibility with OpenSSL, so you will need to install that manually. This will likely be resolved within the next couple of years once OpenSSL 3 comes into use since that version will resolve the license incompatibility.&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;
| 22.04 LTS (Jammy)&lt;br /&gt;
| 1.16.2&lt;br /&gt;
|-&lt;br /&gt;
| 21.10 (Impish)&lt;br /&gt;
| 1.14.17&lt;br /&gt;
|-&lt;br /&gt;
| 20.04 LTS (Focal)&lt;br /&gt;
| 1.14.9&lt;br /&gt;
|-&lt;br /&gt;
| 18.04 LTS (Bionic)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Reference: https://packages.ubuntu.com/wesnoth&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 ARMv7HL, AArch64, ppc64le, s390x, x86, and x86_64 architectures. If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:klember@redhat.com Kalev Lember].&lt;br /&gt;
&lt;br /&gt;
To install from command-line, simply run:&lt;br /&gt;
 dnf install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by [https://wiki.gentoo.org/wiki/Project:Games the Gentoo Games Project]&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa Linux / OpenMandriva Lx ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa Linux and OpenMandriva Lx only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop / OpenMandriva Lx&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the next entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the next entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==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 architectures.&lt;br /&gt;
&lt;br /&gt;
The openSUSE packages are maintained by [https://build.opensuse.org/package/view_file/openSUSE:Factory/wesnoth/wesnoth.changes multiple contributors].&lt;br /&gt;
&lt;br /&gt;
===Install using One-Click Installation===&lt;br /&gt;
&lt;br /&gt;
Use the correct link for your version of openSUSE:&lt;br /&gt;
&lt;br /&gt;
* openSUSE Tumbleweed (rolling release) [https://software.opensuse.org/ymp/openSUSE:Factory/standard/wesnoth.ymp One-Click Install]&lt;br /&gt;
* openSUSE Leap 15.3 (fixed release) [https://software.opensuse.org/ymp/openSUSE:Backports:SLE-15-SP3/standard/wesnoth.ymp One-Click Install]&lt;br /&gt;
&lt;br /&gt;
== NixOS ==&lt;br /&gt;
&lt;br /&gt;
To launch The Battle For Wesnoth in a temporary environment, run the following:&lt;br /&gt;
 nix-shell -p wesnoth&lt;br /&gt;
&lt;br /&gt;
For more info on how to install permanently, click [https://search.nixos.org/packages?channel=25.11&amp;amp;show=wesnoth-devel&amp;amp;query=wesnoth here].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Void Linux ==&lt;br /&gt;
&lt;br /&gt;
Void Linux is another rolling release distribution, utilizing its own package manager.&lt;br /&gt;
The current version is available for x86, x86_64, armv6, and armv7.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
&amp;lt;code&amp;gt;xbps-install -S wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The build is currently maintained by [mailto:itself@hanspolo.net Phillip Hirsch]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md Compiling Wesnoth]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=69826</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=69826"/>
		<updated>2022-08-12T18:45:09Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Disto maintenance, removing EOL versions and adding new ones&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Translations}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tright&amp;quot;&amp;gt; __TOC__ &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Not all distributions carry the latest stable or development releases. If you want to make sure you are running the newest official version of Wesnoth from either branch, either get the sources from the [[Download]] page and [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md compile them yourself] or use the nightly flatpak below.&lt;br /&gt;
&lt;br /&gt;
== Flatpak ==&lt;br /&gt;
A nightly flatpak of Wesnoth's development branch is available.  Instructions for getting it can be found [https://forums.wesnoth.org/viewtopic.php?f=5&amp;amp;t=47872 here].&lt;br /&gt;
&lt;br /&gt;
A flatpak of the current stable release is also available [https://flathub.org/apps/details/org.wesnoth.Wesnoth here].&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* The latest stable version can be installed from the [community] repository: &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 [https://aur.archlinux.org/packages/wesnoth-devel/ the AUR].&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want a different version, you need to explicitly request which branch you want, e.g. [http://packages.debian.org/wesnoth-1.12 1.12] (stretch), or [http://packages.debian.org/wesnoth-1.14 1.14] (buster, bullseye, and sid)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the latest stable wesnoth releases, albeit only backported to stretch at this time. For more info on Debian backports, click [http://wiki.debian.org/Backports here].&lt;br /&gt;
&lt;br /&gt;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to run a newer release than the ones provided in the Debian repositories, or an unreleased version from the [[WesnothRepository|Git repository]], you will have to build it from source. See [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md Compiling Wesnoth] for more details.&lt;br /&gt;
&lt;br /&gt;
To install Wesnoth's dependencies if you have Debian's source repositories enabled in your config, you can just use apt's &amp;lt;code&amp;gt;build-dep&amp;lt;/code&amp;gt; command with the package that best matches the version you are trying to build:&lt;br /&gt;
&lt;br /&gt;
 # Stable version&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
 # Development version&lt;br /&gt;
 aptitude build-dep wesnoth-1.14&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you have already installed an older version of Wesnoth, you should uninstall it first by running:&lt;br /&gt;
&lt;br /&gt;
 # Stable version&lt;br /&gt;
 aptitude purge wesnoth&lt;br /&gt;
 # Development version&lt;br /&gt;
 aptitude purge wesnoth-1.14&lt;br /&gt;
&lt;br /&gt;
Bear in mind that this will '''not''' remove downloaded data or saved games stored in your [[EditingWesnoth#The_user_data_directory|home directory]].&lt;br /&gt;
&lt;br /&gt;
Additionally, build-dep will not install libssl-dev automatically due to a Debian patch to use WolfSSL instead due to a licence incompatibility with OpenSSL, so you will need to install that manually. This will likely be resolved within the next couple of years once OpenSSL 3 comes into use since that version will resolve the license incompatibility.&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;
| 22.04 LTS (Jammy)&lt;br /&gt;
| 1.16.2&lt;br /&gt;
|-&lt;br /&gt;
| 21.10 (Impish)&lt;br /&gt;
| 1.14.17&lt;br /&gt;
|-&lt;br /&gt;
| 20.04 LTS (Focal)&lt;br /&gt;
| 1.14.9&lt;br /&gt;
|-&lt;br /&gt;
| 18.04 LTS (Bionic)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Reference: https://packages.ubuntu.com/wesnoth&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 ARMv7HL, AArch64, ppc64le, s390x, x86, and x86_64 architectures. If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:klember@redhat.com Kalev Lember].&lt;br /&gt;
&lt;br /&gt;
To install from command-line, simply run:&lt;br /&gt;
 dnf install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by [https://wiki.gentoo.org/wiki/Project:Games the Gentoo Games Project]&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa Linux / OpenMandriva Lx ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa Linux and OpenMandriva Lx only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop / OpenMandriva Lx&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the next entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the next entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==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 architectures.&lt;br /&gt;
&lt;br /&gt;
The openSUSE packages are maintained by [https://build.opensuse.org/package/view_file/openSUSE:Factory/wesnoth/wesnoth.changes multiple contributors].&lt;br /&gt;
&lt;br /&gt;
===Install using One-Click Installation===&lt;br /&gt;
&lt;br /&gt;
Use the correct link for your version of openSUSE:&lt;br /&gt;
&lt;br /&gt;
* openSUSE Tumbleweed (rolling release) [https://software.opensuse.org/ymp/openSUSE:Factory/standard/wesnoth.ymp One-Click Install]&lt;br /&gt;
* openSUSE Leap 15.3 (fixed release) [https://software.opensuse.org/ymp/openSUSE:Backports:SLE-15-SP3/standard/wesnoth.ymp One-Click Install]&lt;br /&gt;
&lt;br /&gt;
== Void Linux ==&lt;br /&gt;
&lt;br /&gt;
Void Linux is another rolling release distribution, utilizing its own package manager.&lt;br /&gt;
The current version is available for x86, x86_64, armv6, and armv7.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
&amp;lt;code&amp;gt;xbps-install -S wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The build is currently maintained by [mailto:itself@hanspolo.net Phillip Hirsch]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md Compiling Wesnoth]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=65827</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=65827"/>
		<updated>2020-07-26T05:11:42Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Routine maintenance&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Translations}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tright&amp;quot;&amp;gt; __TOC__ &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Not all distributions carry the latest stable or development releases. If you want to make sure you are running the newest official version of Wesnoth from either branch, either get the sources from the [[Download]] page and [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md compile them yourself] or use the nightly flatpak below.&lt;br /&gt;
&lt;br /&gt;
== Flatpak ==&lt;br /&gt;
A nightly flatpak of Wesnoth's development branch is available.  Instructions for getting it can be found [https://forums.wesnoth.org/viewtopic.php?f=5&amp;amp;t=47872 here].&lt;br /&gt;
&lt;br /&gt;
A flatpak of the current stable release(1.14) is also available [https://flathub.org/apps/details/org.wesnoth.Wesnoth here].&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* The latest stable version can be installed from the [community] repository: &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 [https://aur.archlinux.org/packages/wesnoth-devel/ the AUR].&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want a different version, you need to explicitly request which branch you want, e.g. [http://packages.debian.org/wesnoth-1.12 1.12] (stretch), or [http://packages.debian.org/wesnoth-1.14 1.14] (buster, bullseye, and sid)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the latest stable wesnoth releases, albeit only backported to stretch at this time. For more info on Debian backports, click [http://wiki.debian.org/Backports here].&lt;br /&gt;
&lt;br /&gt;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to run a newer release than the ones provided in the Debian repositories, or an unreleased version from the [[WesnothRepository|Git repository]], you will have to build it from source. See [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md Compiling Wesnoth] for more details.&lt;br /&gt;
&lt;br /&gt;
To install Wesnoth's dependencies if you have Debian's source repositories enabled in your config, you can just use apt's &amp;lt;code&amp;gt;build-dep&amp;lt;/code&amp;gt; command with the package that best matches the version you are trying to build:&lt;br /&gt;
&lt;br /&gt;
 # Stable version&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
 # Development version&lt;br /&gt;
 aptitude build-dep wesnoth-1.14&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you have already installed an older version of Wesnoth, you should uninstall it first by running:&lt;br /&gt;
&lt;br /&gt;
 # Stable version&lt;br /&gt;
 aptitude purge wesnoth&lt;br /&gt;
 # Development version&lt;br /&gt;
 aptitude purge wesnoth-1.14&lt;br /&gt;
&lt;br /&gt;
Bear in mind that this will '''not''' remove downloaded data or saved games stored in your [[EditingWesnoth#The_user_data_directory|home directory]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Steam client for Linux and SteamOS==&lt;br /&gt;
&lt;br /&gt;
Previously, installing Battle for Wesnoth on SteamOS was similar to doing so on Debian (as SteamOS is largely based on Debian) albeit with a few extra steps to enable the Debian repositories in SteamOS.&lt;br /&gt;
&lt;br /&gt;
Now, Wesnoth is now available on SteamOS and the Steam client for Linux. [https://store.steampowered.com/app/599390/Battle_for_Wesnoth/ Click here] to go to the store page in your browser.&lt;br /&gt;
&lt;br /&gt;
[http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After enabling them, one had to run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
Also, in order to add a shortcut to launch wesnoth in Big Picture mode, one had to open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions] before closing the client and switching back to using Big Picture mode, where it was found under Games.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&lt;br /&gt;
&lt;br /&gt;
Steam has greenlit Battle for Wesnoth on its platform prior to the end of Steam Greenlight, and the developers have planned an early 2017 release onto the storefront timed with the release of of the 1.14.x series of releases. You can keep apprised of the status [https://steamcommunity.com/sharedfiles/filedetails/?id=729138129 here] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Note that this will (probably) become obsolete with 1.14, as Wesnoth has been Greenlit. Update if and when the release to Steam occurs, as it is likely going to be a SteamPlay title. --&amp;gt;&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;
| 20.04 LTS (Focal)&lt;br /&gt;
| 1.14.9&lt;br /&gt;
|-&lt;br /&gt;
| 19.10 (Eoan)&lt;br /&gt;
| 1.14.7&lt;br /&gt;
|-&lt;br /&gt;
| 19.04 (Disco)&lt;br /&gt;
| 1.14.6&lt;br /&gt;
|-&lt;br /&gt;
| 18.10 (Cosmic)&lt;br /&gt;
| 1.14.4&lt;br /&gt;
|-&lt;br /&gt;
| 18.04 LTS (Bionic)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|-&lt;br /&gt;
| 16.04 LTS (Xenial)&lt;br /&gt;
| 1.12.5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Repos with newer vesions===&lt;br /&gt;
&lt;br /&gt;
You can get a more up-to-date version from the Software Center by enabling backports, [https://help.ubuntu.com/community/UbuntuBackports see here].&lt;br /&gt;
&lt;br /&gt;
If you are interested in the development version of wesnoth, you can get it from this PPA: [https://launchpad.net/~pkg-games/+archive/ubuntu/wesnoth-devel ppa:pkg-games/wesnoth-devel]&lt;br /&gt;
&lt;br /&gt;
Another alternative is [https://launchpad.net/~vincent-c/+archive/ubuntu/wesnoth ppa:vincent-c/wesnoth].&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 ARMv7HL, AArch64, ppc64le, s390x, x86, and x86_64 architectures. If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:klember@redhat.com Kalev Lember].&lt;br /&gt;
&lt;br /&gt;
To install from command-line, simply run:&lt;br /&gt;
 dnf install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by [https://wiki.gentoo.org/wiki/Project:Games the Gentoo Games Project]&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa Linux / OpenMandriva Lx ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa Linux and OpenMandriva Lx only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop / OpenMandriva Lx&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
== Pardus ==&lt;br /&gt;
&lt;br /&gt;
===Pardus Linux 2011.2 and older (using pisi)===&lt;br /&gt;
* Older versions of Pardus Linux use their own package manager, called 'pisi'.&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;
===Pardus Linux 2013 and newer releases (using APT)===&lt;br /&gt;
* Newer versions of Pardus Linux are derived from what appears to be Debian 'stretch' or 'jessie-backports'&lt;br /&gt;
* Use &amp;lt;code&amp;gt;apt-get install wesnoth wesnoth-music&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== PCLinuxOS ==&lt;br /&gt;
&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos in /etc/apt/sources.list, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?pkg=3920&amp;amp;ver=17 Slacky] Latest Wesnoth build for Slackware 14.1: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.2 and SalixOS 14.2 is 1.12.6.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. The latest Slackbuilds for Battle for Wesnoth on Slackware 14.2 is for 1.12.6.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Download the Battle for Wesnoth binary package, along with the boost and icu packages, and install the downloaded files with the installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
The OpenSUSE packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
===Install using One-Click Installation===&lt;br /&gt;
&lt;br /&gt;
Use the correct link for your version of OpenSUSE:&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling preview release) [https://software.opensuse.org/ymp/openSUSE:Factory/standard/wesnoth.ymp?base=openSUSE%3AFactory&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Leap 15.0 [https://software.opensuse.org/ymp/openSUSE:Leap:15.0/standard/wesnoth.ymp?base=openSUSE%3ALeap%3A15.0&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Leap 42.3 [https://software.opensuse.org/ymp/openSUSE:Leap:42.3/standard/wesnoth.ymp?base=openSUSE%3ALeap%3A42.3&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Install using the command-line===&lt;br /&gt;
&lt;br /&gt;
You can also install wesnoth using Zypper the command line (replacing '_Leap_15.0' with your OpenSUSE version):&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_Leap_15.0/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Vine Linux==&lt;br /&gt;
&lt;br /&gt;
* Wesnoth for Vine Linux is 1.8.6&lt;br /&gt;
* The version on their VineSeed dev branch is 1.12.6&lt;br /&gt;
* The rpm package for Vine Linux utilizes the VLGothic font.&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;
== Void Linux ==&lt;br /&gt;
&lt;br /&gt;
Void Linux is another rolling release distribution, utilizing its own package manager.&lt;br /&gt;
The current version is available for x86, x86_64, armv6, and armv7.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
&amp;lt;code&amp;gt;xbps-install -S wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The build is currently maintained by [mailto:itself@hanspolo.net Phillip Hirsch]&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;
* [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md Compiling Wesnoth]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=65670</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=65670"/>
		<updated>2020-05-31T20:22:55Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Re-adding Ubuntu 16.04 LTS Xenial as it is still supported. Also updating Fedora commandline instructions and commenting out steamos/steam for linux as the steam link is on the same page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Translations}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tright&amp;quot;&amp;gt; __TOC__ &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Not all distributions carry the latest stable or development releases. If you want to make sure you are running the newest official version of Wesnoth from either branch, either get the sources from the [[Download]] page and [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md compile them yourself] or use the nightly flatpak below.&lt;br /&gt;
&lt;br /&gt;
== Flatpak ==&lt;br /&gt;
A nightly flatpak of Wesnoth's development branch is available.  Instructions for getting it can be found [https://forums.wesnoth.org/viewtopic.php?f=5&amp;amp;t=47872 here].&lt;br /&gt;
&lt;br /&gt;
A flatpak of the current stable release(1.14) is also available [https://flathub.org/apps/details/org.wesnoth.Wesnoth here].&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* The latest stable version can be installed from the [community] repository: &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 [https://aur.archlinux.org/packages/wesnoth-devel/ the AUR].&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want a different version, you need to explicitly request which branch you want, e.g. [http://packages.debian.org/wesnoth-1.12 1.12] (stretch), or [http://packages.debian.org/wesnoth-1.14 1.14] (buster and sid)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the latest stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more information.&lt;br /&gt;
&lt;br /&gt;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to run a newer release than the ones provided in the Debian repositories, or an unreleased version from the [[WesnothRepository|Git repository]], you will have to build it from source. See [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md Compiling Wesnoth] for more details.&lt;br /&gt;
&lt;br /&gt;
To install Wesnoth's dependencies if you have Debian's source repositories enabled in your config, you can just use apt's &amp;lt;code&amp;gt;build-dep&amp;lt;/code&amp;gt; command with the package that best matches the version you are trying to build:&lt;br /&gt;
&lt;br /&gt;
 # Stable version&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
 # Development version&lt;br /&gt;
 aptitude build-dep wesnoth-1.14&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you have already installed an older version of Wesnoth, you should uninstall it first by running:&lt;br /&gt;
&lt;br /&gt;
 # Stable version&lt;br /&gt;
 aptitude purge wesnoth&lt;br /&gt;
 # Development version&lt;br /&gt;
 aptitude purge wesnoth-1.14&lt;br /&gt;
&lt;br /&gt;
Bear in mind that this will '''not''' remove downloaded data or saved games stored in your [[EditingWesnoth#The_user_data_directory|home directory]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Steam client for Linux and SteamOS==&lt;br /&gt;
&lt;br /&gt;
Previously, installing Battle for Wesnoth on SteamOS was similar to doing so on Debian (as SteamOS is largely based on Debian) albeit with a few extra steps to enable the Debian repositories in SteamOS.&lt;br /&gt;
&lt;br /&gt;
Now, Wesnoth is now available on SteamOS and the Steam client for Linux. [https://store.steampowered.com/app/599390/Battle_for_Wesnoth/ Click here] to go to the store page in your browser.&lt;br /&gt;
&lt;br /&gt;
[http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After enabling them, one had to run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
Also, in order to add a shortcut to launch wesnoth in Big Picture mode, one had to open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions] before closing the client and switching back to using Big Picture mode, where it was found under Games.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&lt;br /&gt;
&lt;br /&gt;
Steam has greenlit Battle for Wesnoth on its platform prior to the end of Steam Greenlight, and the developers have planned an early 2017 release onto the storefront timed with the release of of the 1.14.x series of releases. You can keep apprised of the status [https://steamcommunity.com/sharedfiles/filedetails/?id=729138129 here] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Note that this will (probably) become obsolete with 1.14, as Wesnoth has been Greenlit. Update if and when the release to Steam occurs, as it is likely going to be a SteamPlay title. --&amp;gt;&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;
| 20.04 LTS (Focal)&lt;br /&gt;
| 1.14.9&lt;br /&gt;
|-&lt;br /&gt;
| 19.10 (Eoan)&lt;br /&gt;
| 1.14.7&lt;br /&gt;
|-&lt;br /&gt;
| 19.04 (Disco)&lt;br /&gt;
| 1.14.6&lt;br /&gt;
|-&lt;br /&gt;
| 18.10 (Cosmic)&lt;br /&gt;
| 1.14.4&lt;br /&gt;
|-&lt;br /&gt;
| 18.04 LTS (Bionic)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|-&lt;br /&gt;
| 16.04 LTS (Xenial)&lt;br /&gt;
| 1.12.5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Repos with newer vesions===&lt;br /&gt;
&lt;br /&gt;
You can get a more up-to-date version from the Software Center by enabling backports, [https://help.ubuntu.com/community/UbuntuBackports see here].&lt;br /&gt;
&lt;br /&gt;
If you are interested in the development version of wesnoth, you can get it from this PPA: [https://launchpad.net/~pkg-games/+archive/ubuntu/wesnoth-devel ppa:pkg-games/wesnoth-devel]&lt;br /&gt;
&lt;br /&gt;
Another alternative is [https://launchpad.net/~vincent-c/+archive/ubuntu/wesnoth ppa:vincent-c/wesnoth].&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 ARMv7HL, AArch64, ppc64le, s390x, x86, and x86_64 architectures. If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:klember@redhat.com Kalev Lember].&lt;br /&gt;
&lt;br /&gt;
To install from command-line, simply run:&lt;br /&gt;
 dnf install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by [https://wiki.gentoo.org/wiki/Project:Games the Gentoo Games Project]&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa Linux / OpenMandriva Lx ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa Linux and OpenMandriva Lx only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop / OpenMandriva Lx&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
== Pardus ==&lt;br /&gt;
&lt;br /&gt;
===Pardus Linux 2011.2 and older (using pisi)===&lt;br /&gt;
* Older versions of Pardus Linux use their own package manager, called 'pisi'.&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;
===Pardus Linux 2013 and newer releases (using APT)===&lt;br /&gt;
* Newer versions of Pardus Linux are derived from what appears to be Debian 'stretch' or 'jessie-backports'&lt;br /&gt;
* Use &amp;lt;code&amp;gt;apt-get install wesnoth wesnoth-music&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== PCLinuxOS ==&lt;br /&gt;
&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos in /etc/apt/sources.list, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?pkg=3920&amp;amp;ver=17 Slacky] Latest Wesnoth build for Slackware 14.1: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.2 and SalixOS 14.2 is 1.12.6.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. The latest Slackbuilds for Battle for Wesnoth on Slackware 14.2 is for 1.12.6.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Download the Battle for Wesnoth binary package, along with the boost and icu packages, and install the downloaded files with the installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
The OpenSUSE packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
===Install using One-Click Installation===&lt;br /&gt;
&lt;br /&gt;
Use the correct link for your version of OpenSUSE:&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling preview release) [https://software.opensuse.org/ymp/openSUSE:Factory/standard/wesnoth.ymp?base=openSUSE%3AFactory&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Leap 15.0 [https://software.opensuse.org/ymp/openSUSE:Leap:15.0/standard/wesnoth.ymp?base=openSUSE%3ALeap%3A15.0&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Leap 42.3 [https://software.opensuse.org/ymp/openSUSE:Leap:42.3/standard/wesnoth.ymp?base=openSUSE%3ALeap%3A42.3&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Install using the command-line===&lt;br /&gt;
&lt;br /&gt;
You can also install wesnoth using Zypper the command line (replacing '_Leap_15.0' with your OpenSUSE version):&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_Leap_15.0/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Vine Linux==&lt;br /&gt;
&lt;br /&gt;
* Wesnoth for Vine Linux is 1.8.6&lt;br /&gt;
* The version on their VineSeed dev branch is 1.12.6&lt;br /&gt;
* The rpm package for Vine Linux utilizes the VLGothic font.&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;
== Void Linux ==&lt;br /&gt;
&lt;br /&gt;
Void Linux is another rolling release distribution, utilizing its own package manager.&lt;br /&gt;
The current version is available for x86, x86_64, armv6, and armv7.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
&amp;lt;code&amp;gt;xbps-install -S wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The build is currently maintained by [mailto:itself@hanspolo.net Phillip Hirsch]&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;
* [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md Compiling Wesnoth]&lt;br /&gt;
* [[Download]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Building and Installing]]&lt;/div&gt;</summary>
		<author><name>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=60973</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=60973"/>
		<updated>2019-05-02T19:44:38Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: The twice-yearly page maintenance has now commenced. Brace yourselves.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Translations}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tright&amp;quot;&amp;gt; __TOC__ &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Not all distributions carry the latest stable or development releases. If you want to make sure you are running the newest official version of Wesnoth from either branch, either get the sources from the [[Download]] page and [[CompilingWesnoth|compile them youself]] or use the nightly flatpak below.&lt;br /&gt;
&lt;br /&gt;
== Flatpak ==&lt;br /&gt;
A nightly flatpak of Wesnoth's development branch is available.  Instructions for getting it can be found [https://forums.wesnoth.org/viewtopic.php?f=5&amp;amp;t=47872 here].&lt;br /&gt;
&lt;br /&gt;
A flatpak of the current stable release(1.14) is also available [https://flathub.org/apps/details/org.wesnoth.Wesnoth here].&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* The latest stable version can be installed from the [community] repository: &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 [https://aur.archlinux.org/packages/wesnoth-devel/ the AUR].&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want a different version, you need to explicitly request which branch you want, e.g. [http://packages.debian.org/wesnoth-1.10 1.10] (jessie),  [http://packages.debian.org/wesnoth-1.12 1.12] (jstretch), or [http://packages.debian.org/wesnoth-1.14 1.14] (buster and sid)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the latest stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more information.&lt;br /&gt;
&lt;br /&gt;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to run a newer release than the ones provided in the Debian repositories, or an unreleased version from the [[WesnothRepository|Git repository]], you will have to build it from source. See [[CompilingWesnoth|Compiling Wesnoth]] for more details.&lt;br /&gt;
&lt;br /&gt;
To install Wesnoth's dependencies if you have Debian's source repositories enabled in your config, you can just use apt's &amp;lt;code&amp;gt;build-dep&amp;lt;/code&amp;gt; command with the package that best matches the version you are trying to build:&lt;br /&gt;
&lt;br /&gt;
 # Stable version&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
 # Development version&lt;br /&gt;
 aptitude build-dep wesnoth-1.13&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you have already installed an older version of Wesnoth, you should uninstall it first by running:&lt;br /&gt;
&lt;br /&gt;
 # Stable version&lt;br /&gt;
 aptitude purge wesnoth&lt;br /&gt;
 # Development version&lt;br /&gt;
 aptitude purge wesnoth-1.13&lt;br /&gt;
&lt;br /&gt;
Bear in mind that this will '''not''' remove downloaded data or saved games stored in your [[EditingWesnoth#The_user_data_directory|home directory]].&lt;br /&gt;
&lt;br /&gt;
== Steam client for Linux and SteamOS==&lt;br /&gt;
&lt;br /&gt;
Previously, installing Battle for Wesnoth on SteamOS was similar to doing so on Debian (as SteamOS is largely based on Debian) albeit with a few extra steps to enable the Debian repositories in SteamOS.&lt;br /&gt;
&lt;br /&gt;
Now, Wesnoth is now available on SteamOS and the Steam client for Linux. [https://store.steampowered.com/app/599390/Battle_for_Wesnoth/ Click here] to go to the store page in your browser.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--[http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After enabling them, one had to run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
Also, in order to add a shortcut to launch wesnoth in Big Picture mode, one had to open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions] before closing the client and switching back to using Big Picture mode, where it was found under Games.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&lt;br /&gt;
&lt;br /&gt;
Steam has greenlit Battle for Wesnoth on its platform prior to the end of Steam Greenlight, and the developers have planned an early 2017 release onto the storefront timed with the release of of the 1.14.x series of releases. You can keep apprised of the status [https://steamcommunity.com/sharedfiles/filedetails/?id=729138129 here] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Note that this will (probably) become obsolete with 1.14, as Wesnoth has been Greenlit. Update if and when the release to Steam occurs, as it is likely going to be a SteamPlay title. --&amp;gt;&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;
| 19.04 (Disco)&lt;br /&gt;
| 1.14.6&lt;br /&gt;
|-&lt;br /&gt;
| 18.10 (Cosmic)&lt;br /&gt;
| 1.14.4&lt;br /&gt;
|-&lt;br /&gt;
| 18.04 LTS (Bionic)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|-&lt;br /&gt;
| 16.04 LTS (Xenial)&lt;br /&gt;
| 1.12.5&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Repos with newer vesions===&lt;br /&gt;
&lt;br /&gt;
You can get a more up-to-date version from the Software Center by enabling backports, [https://help.ubuntu.com/community/UbuntuBackports see here].&lt;br /&gt;
&lt;br /&gt;
If you are interested in the development version of wesnoth, you can get it from this PPA: [https://launchpad.net/~pkg-games/+archive/ubuntu/wesnoth-devel ppa:pkg-games/wesnoth-devel]&lt;br /&gt;
&lt;br /&gt;
Another alternative is [https://launchpad.net/~vincent-c/+archive/ubuntu/wesnoth ppa:vincent-c/wesnoth].&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 1.14.7 is available for ARMv7HL, AArch64, ppc64le, s390x, x86, and x86_64 architectures. If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:klember@redhat.com Kalev Lember].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest version available is 1.14.7&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by [https://wiki.gentoo.org/wiki/Project:Games the Gentoo Games Project]&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa Linux / OpenMandriva Lx ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa Linux and OpenMandriva Lx only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop / OpenMandriva Lx&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
== Pardus ==&lt;br /&gt;
&lt;br /&gt;
===Pardus Linux 2011.2 and older (using pisi)===&lt;br /&gt;
* Older versions of Pardus Linux use their own package manager, called 'pisi'.&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;
===Pardus Linux 2013 and newer releases (using APT)===&lt;br /&gt;
* Newer versions of Pardus Linux are derived from what appears to be Debian 'stretch' or 'jessie-backports'&lt;br /&gt;
* Use &amp;lt;code&amp;gt;apt-get install wesnoth wesnoth-music&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== PCLinuxOS ==&lt;br /&gt;
&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos in /etc/apt/sources.list, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?pkg=3920&amp;amp;ver=17 Slacky] Latest Wesnoth build for Slackware 14.1: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.2 and SalixOS 14.2 is 1.12.6.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. The latest Slackbuilds for Battle for Wesnoth on Slackware 14.2 is for 1.12.6.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Download the Battle for Wesnoth binary package, along with the boost and icu packages, and install the downloaded files with the installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
The OpenSUSE packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
===Install using One-Click Installation===&lt;br /&gt;
&lt;br /&gt;
Use the correct link for your version of OpenSUSE:&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling preview release) [https://software.opensuse.org/ymp/openSUSE:Factory/standard/wesnoth.ymp?base=openSUSE%3AFactory&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Leap 15.0 [https://software.opensuse.org/ymp/openSUSE:Leap:15.0/standard/wesnoth.ymp?base=openSUSE%3ALeap%3A15.0&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Leap 42.3 [https://software.opensuse.org/ymp/openSUSE:Leap:42.3/standard/wesnoth.ymp?base=openSUSE%3ALeap%3A42.3&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Install using the command-line===&lt;br /&gt;
&lt;br /&gt;
You can also install wesnoth using Zypper the command line (replacing '_Leap_15.0' with your OpenSUSE version):&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_Leap_15.0/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Vine Linux==&lt;br /&gt;
&lt;br /&gt;
* Wesnoth for Vine Linux is 1.8.6&lt;br /&gt;
* The version on their VineSeed dev branch is 1.12.6&lt;br /&gt;
* The rpm package for Vine Linux utilizes the VLGothic font.&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;
== Void Linux ==&lt;br /&gt;
&lt;br /&gt;
Void Linux is another rolling release distribution, utilizing its own package manager.&lt;br /&gt;
The current version available is 1.12.6 for x86, x86_64, armv6, and armv7.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
&amp;lt;code&amp;gt;xbps-install -S wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The build is currently maintained by [mailto:itself@hanspolo.net Phillip Hirsch]&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=60972</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=60972"/>
		<updated>2019-05-02T19:20:28Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* Steam client for Linux and SteamOS */ Fixing section. Apparently MediaWiki on wesnoth.org no longer allows the Steam URI scheme...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Translations}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tright&amp;quot;&amp;gt; __TOC__ &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Not all distributions carry the latest stable or development releases. If you want to make sure you are running the newest official version of Wesnoth from either branch, either get the sources from the [[Download]] page and [[CompilingWesnoth|compile them youself]] or use the nightly flatpak below.&lt;br /&gt;
&lt;br /&gt;
== Flatpak ==&lt;br /&gt;
A nightly flatpak of Wesnoth's development branch is available.  Instructions for getting it can be found [https://forums.wesnoth.org/viewtopic.php?f=5&amp;amp;t=47872 here].&lt;br /&gt;
&lt;br /&gt;
A flatpak of the current stable release(1.14) is also available [https://flathub.org/apps/details/org.wesnoth.Wesnoth here].&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* The latest stable version can be installed from the [community] repository: &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 [https://aur.archlinux.org/packages/wesnoth-devel/ the AUR].&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want a different version, you need to explicitly request which branch you want, e.g. [http://packages.debian.org/wesnoth-1.10 1.10] (wheezy and jessie) or [http://packages.debian.org/wesnoth-1.12 1.12] (stretch, buster, and sid)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the latest stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more information.&lt;br /&gt;
&lt;br /&gt;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to run a newer release than the ones provided in the Debian repositories, or an unreleased version from the [[WesnothRepository|Git repository]], you will have to build it from source. See [[CompilingWesnoth|Compiling Wesnoth]] for more details.&lt;br /&gt;
&lt;br /&gt;
To install Wesnoth's dependencies if you have Debian's source repositories enabled in your config, you can just use apt's &amp;lt;code&amp;gt;build-dep&amp;lt;/code&amp;gt; command with the package that best matches the version you are trying to build:&lt;br /&gt;
&lt;br /&gt;
 # Stable version&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
 # Development version&lt;br /&gt;
 aptitude build-dep wesnoth-1.13&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you have already installed an older version of Wesnoth, you should uninstall it first by running:&lt;br /&gt;
&lt;br /&gt;
 # Stable version&lt;br /&gt;
 aptitude purge wesnoth&lt;br /&gt;
 # Development version&lt;br /&gt;
 aptitude purge wesnoth-1.13&lt;br /&gt;
&lt;br /&gt;
Bear in mind that this will '''not''' remove downloaded data or saved games stored in your [[EditingWesnoth#The_user_data_directory|home directory]].&lt;br /&gt;
&lt;br /&gt;
== Steam client for Linux and SteamOS==&lt;br /&gt;
&lt;br /&gt;
Previously, installing Battle for Wesnoth on SteamOS was similar to doing so on Debian (as SteamOS is largely based on Debian) albeit with a few extra steps to enable the Debian repositories in SteamOS.&lt;br /&gt;
&lt;br /&gt;
Now, Wesnoth is now available on SteamOS and the Steam client for Linux. [https://store.steampowered.com/app/599390/Battle_for_Wesnoth/ Click here] to go to the store page in your browser.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--[http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After enabling them, one had to run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
Also, in order to add a shortcut to launch wesnoth in Big Picture mode, one had to open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions] before closing the client and switching back to using Big Picture mode, where it was found under Games.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&lt;br /&gt;
&lt;br /&gt;
Steam has greenlit Battle for Wesnoth on its platform prior to the end of Steam Greenlight, and the developers have planned an early 2017 release onto the storefront timed with the release of of the 1.14.x series of releases. You can keep apprised of the status [https://steamcommunity.com/sharedfiles/filedetails/?id=729138129 here] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Note that this will (probably) become obsolete with 1.14, as Wesnoth has been Greenlit. Update if and when the release to Steam occurs, as it is likely going to be a SteamPlay title. --&amp;gt;&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;
| 18.04 LTS (Bionic)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|-&lt;br /&gt;
| 17.10 (Artful)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|-&lt;br /&gt;
| 16.04 LTS (Xenial)&lt;br /&gt;
| 1.12.5&lt;br /&gt;
|-&lt;br /&gt;
| 14.04 LTS (Trusty)&lt;br /&gt;
| 1.10.7&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Repos with newer vesions===&lt;br /&gt;
&lt;br /&gt;
You can get a more up-to-date version from the Software Center by enabling backports, [https://help.ubuntu.com/community/UbuntuBackports see here].&lt;br /&gt;
&lt;br /&gt;
If you are interested in the development version of wesnoth, you can get it from this PPA: [https://launchpad.net/~pkg-games/+archive/ubuntu/wesnoth-devel ppa:pkg-games/wesnoth-devel]&lt;br /&gt;
&lt;br /&gt;
Another alternative is [https://launchpad.net/~vincent-c/+archive/ubuntu/wesnoth ppa:vincent-c/wesnoth].&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 1.13.8 is available for ARM, AArch64, ppc64, x86, and x86_64 architectures. If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb@jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest version marked stable is 1.12.6 for amd64 and x86. Only builds marked for testing are available for ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by [https://wiki.gentoo.org/wiki/Project:Games the Gentoo Games Project]&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa Linux / OpenMandriva Lx ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa Linux and OpenMandriva Lx only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop / OpenMandriva Lx&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
== Pardus ==&lt;br /&gt;
&lt;br /&gt;
===Pardus Linux 2011.2 and older (using pisi)===&lt;br /&gt;
* Older versions of Pardus Linux use their own package manager, called 'pisi'.&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;
===Pardus Linux 2013 and newer releases (using APT)===&lt;br /&gt;
* Newer versions of Pardus Linux are derived from what appears to be Debian 'stretch' or 'jessie-backports'&lt;br /&gt;
* Use &amp;lt;code&amp;gt;apt-get install wesnoth wesnoth-music&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== PCLinuxOS ==&lt;br /&gt;
&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos in /etc/apt/sources.list, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?pkg=3920&amp;amp;ver=17 Slacky] Latest Wesnoth build for Slackware 14.1: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.2 and SalixOS 14.2 is 1.12.6.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. The latest Slackbuilds for Battle for Wesnoth on Slackware 14.2 is for 1.12.6.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Download the Battle for Wesnoth binary package, along with the boost and icu packages, and install the downloaded files with the installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
The OpenSUSE packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
===Install using One-Click Installation===&lt;br /&gt;
&lt;br /&gt;
Use the correct link for your version of OpenSUSE:&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling preview release) [https://software.opensuse.org/ymp/openSUSE:Factory/standard/wesnoth.ymp?base=openSUSE%3AFactory&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Leap 42.3 [https://software.opensuse.org/ymp/openSUSE:Leap:42.3/standard/wesnoth.ymp?base=openSUSE%3ALeap%3A42.3&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Leap 42.2 [https://software.opensuse.org/ymp/games/openSUSE_Leap_42.2/wesnoth.ymp?base=openSUSE%3ALeap%3A42.2&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
&lt;br /&gt;
===Install using the command-line===&lt;br /&gt;
&lt;br /&gt;
You can also install wesnoth using Zypper the command line (replacing '_Leap_42.2' with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_Leap_42.2/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Vine Linux==&lt;br /&gt;
&lt;br /&gt;
* Wesnoth for Vine Linux is 1.8.6&lt;br /&gt;
* The version on their VineSeed dev branch is 1.12.6&lt;br /&gt;
* The rpm package for Vine Linux utilizes the VLGothic font.&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;
== Void Linux ==&lt;br /&gt;
&lt;br /&gt;
Void Linux is another rolling release distribution, utilizing its own package manager.&lt;br /&gt;
The current version available is 1.12.6 for x86, x86_64, armv6, and armv7.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
&amp;lt;code&amp;gt;xbps-install -S wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The build is currently maintained by [mailto:itself@hanspolo.net Phillip Hirsch]&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=59920</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=59920"/>
		<updated>2018-08-15T01:27:33Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Fix SteamOS section to reflect Steam release.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Translations}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;tright&amp;quot;&amp;gt; __TOC__ &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Not all distributions carry the latest stable or development releases. If you want to make sure you are running the newest official version of Wesnoth from either branch, either get the sources from the [[Download]] page and [[CompilingWesnoth|compile them youself]] or use the nightly flatpak below.&lt;br /&gt;
&lt;br /&gt;
== Flatpak ==&lt;br /&gt;
A nightly flatpak of Wesnoth's development branch is available.  Instructions for getting it can be found [https://forums.wesnoth.org/viewtopic.php?f=5&amp;amp;t=47872 here].&lt;br /&gt;
&lt;br /&gt;
A flatpak of the current stable release(1.14) is also available [https://flathub.org/apps/details/org.wesnoth.Wesnoth here].&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* The latest stable version can be installed from the [community] repository: &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 [https://aur.archlinux.org/packages/wesnoth-devel/ the AUR].&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want a different version, you need to explicitly request which branch you want, e.g. [http://packages.debian.org/wesnoth-1.10 1.10] (wheezy and jessie) or [http://packages.debian.org/wesnoth-1.12 1.12] (stretch, buster, and sid)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the latest stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more information.&lt;br /&gt;
&lt;br /&gt;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to run a newer release than the ones provided in the Debian repositories, or an unreleased version from the [[WesnothRepository|Git repository]], you will have to build it from source. See [[CompilingWesnoth|Compiling Wesnoth]] for more details.&lt;br /&gt;
&lt;br /&gt;
To install Wesnoth's dependencies if you have Debian's source repositories enabled in your config, you can just use apt's &amp;lt;code&amp;gt;build-dep&amp;lt;/code&amp;gt; command with the package that best matches the version you are trying to build:&lt;br /&gt;
&lt;br /&gt;
 # Stable version&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
 # Development version&lt;br /&gt;
 aptitude build-dep wesnoth-1.13&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you have already installed an older version of Wesnoth, you should uninstall it first by running:&lt;br /&gt;
&lt;br /&gt;
 # Stable version&lt;br /&gt;
 aptitude purge wesnoth&lt;br /&gt;
 # Development version&lt;br /&gt;
 aptitude purge wesnoth-1.13&lt;br /&gt;
&lt;br /&gt;
Bear in mind that this will '''not''' remove downloaded data or saved games stored in your [[EditingWesnoth#The_user_data_directory|home directory]].&lt;br /&gt;
&lt;br /&gt;
== Steam client for Linux and SteamOS==&lt;br /&gt;
&lt;br /&gt;
Previously, installing Battle for Wesnoth on SteamOS was similar to doing so on Debian (as SteamOS is largely based on Debian) albeit with a few extra steps to enable the Debian repositories in SteamOS.&lt;br /&gt;
&lt;br /&gt;
Now, Wesnoth is now available on SteamOS and the Steam client for Linux. [https://store.steampowered.com/app/599390/Battle_for_Wesnoth/ Click here] to go to the store page in your browser or [steam://run/599390 click here] to download and launch in Steam if you have Steam installed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--[http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After enabling them, one had to run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
Also, in order to add a shortcut to launch wesnoth in Big Picture mode, one had to open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions] before closing the client and switching back to using Big Picture mode, where it was found under Games.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&lt;br /&gt;
&lt;br /&gt;
Steam has greenlit Battle for Wesnoth on its platform prior to the end of Steam Greenlight, and the developers have planned an early 2017 release onto the storefront timed with the release of of the 1.14.x series of releases. You can keep apprised of the status [https://steamcommunity.com/sharedfiles/filedetails/?id=729138129 here] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Note that this will (probably) become obsolete with 1.14, as Wesnoth has been Greenlit. Update if and when the release to Steam occurs, as it is likely going to be a SteamPlay title. --&amp;gt;&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;
| 18.04 LTS (Bionic)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|-&lt;br /&gt;
| 17.10 (Artful)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|-&lt;br /&gt;
| 16.04 LTS (Xenial)&lt;br /&gt;
| 1.12.5&lt;br /&gt;
|-&lt;br /&gt;
| 14.04 LTS (Trusty)&lt;br /&gt;
| 1.10.7&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Repos with newer vesions===&lt;br /&gt;
&lt;br /&gt;
You can get a more up-to-date version from the Software Center by enabling backports, [https://help.ubuntu.com/community/UbuntuBackports see here].&lt;br /&gt;
If you are interested in the development version of wesnoth, you can get it from this PPA: [https://launchpad.net/~pkg-games/+archive/ubuntu/wesnoth-devel ppa:pkg-games/wesnoth-devel]&lt;br /&gt;
&lt;br /&gt;
Backports from more recent ubuntu releases (or debian-expirmental for the development branch) are provided by the c42-backport-games PPA: [https://launchpad.net/~dirk-computer42/+archive/c42-backport-games ppa:dirk-computer42/c42-backport-games].&lt;br /&gt;
&lt;br /&gt;
Another alternative is [https://launchpad.net/~vincent-c/+archive/ubuntu/wesnoth ppa:vincent-c/wesnoth].&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 1.13.8 is available for ARM, AArch64, ppc64, x86, and x86_64 architectures. If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb@jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest version marked stable is 1.12.6 for amd64 and x86. Only builds marked for testing are available for ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by [https://wiki.gentoo.org/wiki/Project:Games the Gentoo Games Project]&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa Linux / OpenMandriva Lx ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa Linux and OpenMandriva Lx only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop / OpenMandriva Lx&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
== Pardus ==&lt;br /&gt;
&lt;br /&gt;
===Pardus Linux 2011.2 and older (using pisi)===&lt;br /&gt;
* Older versions of Pardus Linux use their own package manager, called 'pisi'.&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;
===Pardus Linux 2013 and newer releases (using APT)===&lt;br /&gt;
* Newer versions of Pardus Linux are derived from what appears to be Debian 'stretch' or 'jessie-backports'&lt;br /&gt;
* Use &amp;lt;code&amp;gt;apt-get install wesnoth wesnoth-music&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== PCLinuxOS ==&lt;br /&gt;
&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos in /etc/apt/sources.list, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?pkg=3920&amp;amp;ver=17 Slacky] Latest Wesnoth build for Slackware 14.1: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.2 and SalixOS 14.2 is 1.12.6.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. The latest Slackbuilds for Battle for Wesnoth on Slackware 14.2 is for 1.12.6.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Download the Battle for Wesnoth binary package, along with the boost and icu packages, and install the downloaded files with the installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
The OpenSUSE packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
===Install using One-Click Installation===&lt;br /&gt;
&lt;br /&gt;
Use the correct link for your version of OpenSUSE:&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling preview release) [https://software.opensuse.org/ymp/openSUSE:Factory/standard/wesnoth.ymp?base=openSUSE%3AFactory&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Leap 42.3 [https://software.opensuse.org/ymp/openSUSE:Leap:42.3/standard/wesnoth.ymp?base=openSUSE%3ALeap%3A42.3&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Leap 42.2 [https://software.opensuse.org/ymp/games/openSUSE_Leap_42.2/wesnoth.ymp?base=openSUSE%3ALeap%3A42.2&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
&lt;br /&gt;
===Install using the command-line===&lt;br /&gt;
&lt;br /&gt;
You can also install wesnoth using Zypper the command line (replacing '_Leap_42.2' with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_Leap_42.2/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Vine Linux==&lt;br /&gt;
&lt;br /&gt;
* Wesnoth for Vine Linux is 1.8.6&lt;br /&gt;
* The version on their VineSeed dev branch is 1.12.6&lt;br /&gt;
* The rpm package for Vine Linux utilizes the VLGothic font.&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;
== Void Linux ==&lt;br /&gt;
&lt;br /&gt;
Void Linux is another rolling release distribution, utilizing its own package manager.&lt;br /&gt;
The current version available is 1.12.6 for x86, x86_64, armv6, and armv7.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
&amp;lt;code&amp;gt;xbps-install -S wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The build is currently maintained by [mailto:itself@hanspolo.net Phillip Hirsch]&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=58986</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=58986"/>
		<updated>2017-10-31T00:58:41Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Fall distro updates, pruning EOL versions, adding new stable versions, etc., etc., etc.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Translations}}&lt;br /&gt;
&lt;br /&gt;
Not all distributions carry the latest stable or development releases. If you want to make sure you are running the newest official version of Wesnoth from either branch, get the sources from the [[Download]] page and [[CompilingWesnoth|compile them youself]].&lt;br /&gt;
&lt;br /&gt;
== Arch Linux ==&lt;br /&gt;
* The latest stable version can be installed from the [community] repository: &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 [https://aur.archlinux.org/packages/wesnoth-git/ the AUR].&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want a different version, you need to explicitly request which branch you want, e.g. [http://packages.debian.org/wesnoth-1.10 1.10] (wheezy and jessie) or [http://packages.debian.org/wesnoth-1.12 1.12] (stretch, buster, and sid)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the latest stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more information.&lt;br /&gt;
&lt;br /&gt;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to run a newer release than the ones provided in the Debian repositories, or an unreleased version from the [[WesnothRepository|Git repository]], you will have to build it from source. See [[CompilingWesnoth|Compiling Wesnoth]] for more details.&lt;br /&gt;
&lt;br /&gt;
To install Wesnoth's dependencies if you have Debian's source repositories enabled in your config, you can just use apt's &amp;lt;code&amp;gt;build-dep&amp;lt;/code&amp;gt; command with the package that best matches the version you are trying to build:&lt;br /&gt;
&lt;br /&gt;
 # Stable version&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
 # Development version&lt;br /&gt;
 aptitude build-dep wesnoth-1.13&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you have already installed an older version of Wesnoth, you should uninstall it first by running:&lt;br /&gt;
&lt;br /&gt;
 # Stable version&lt;br /&gt;
 aptitude purge wesnoth&lt;br /&gt;
 # Development version&lt;br /&gt;
 aptitude purge wesnoth-1.13&lt;br /&gt;
&lt;br /&gt;
Bear in mind that this will '''not''' remove downloaded data or saved games stored in your [[EditingWesnoth#The_user_data_directory|home directory]].&lt;br /&gt;
&lt;br /&gt;
== SteamOS ==&lt;br /&gt;
At present, installing Battle for Wesnoth on SteamOS is similar to doing so on Debian, as SteamOS is largely based on Debian. However, there are a few steps to take to enable the Debian repositories in SteamOS. [http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After they are enabled, run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
To add a shortcut to launch wesnoth in Big Picture mode, open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions]. Then close the client and switch back to using Big Picture and it will be under Games.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&lt;br /&gt;
&lt;br /&gt;
Steam has greenlit Battle for Wesnoth on its platform prior to the end of Steam Greenlight, and the developers have planned an early 2017 release onto the storefront timed with the release of of the 1.14.x series of releases. You can keep apprised of the status [https://steamcommunity.com/sharedfiles/filedetails/?id=729138129 here]&lt;br /&gt;
&amp;lt;!-- Note that this will (probably) become obsolete with 1.14, as Wesnoth has been Greenlit. Update if and when the release to Steam occurs, as it is likely going to be a SteamPlay title. --&amp;gt;&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;
| 17.10 (Artful)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|-&lt;br /&gt;
| 17.04 (Zesty)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|-&lt;br /&gt;
| 16.04 LTS (Xenial)&lt;br /&gt;
| 1.12.5&lt;br /&gt;
|-&lt;br /&gt;
| 14.04 LTS (Trusty)&lt;br /&gt;
| 1.10.7&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Repos with newer vesions===&lt;br /&gt;
&lt;br /&gt;
You can get a more up-to-date version from the Software Center by enabling backports, [https://help.ubuntu.com/community/UbuntuBackports see here].&lt;br /&gt;
If you are interested in the development version of wesnoth, you can get it from this PPA: [https://launchpad.net/~pkg-games/+archive/ubuntu/wesnoth-devel ppa:pkg-games/wesnoth-devel]&lt;br /&gt;
&lt;br /&gt;
Backports from more recent ubuntu releases (or debian-expirmental for the development branch) are provided by the c42-backport-games PPA: [https://launchpad.net/~dirk-computer42/+archive/c42-backport-games ppa:dirk-computer42/c42-backport-games].&lt;br /&gt;
&lt;br /&gt;
Another alternative is [https://launchpad.net/~vincent-c/+archive/ubuntu/wesnoth ppa:vincent-c/wesnoth].&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 1.13.8 is available for ARM, AArch64, ppc64, x86, and x86_64 architectures. If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb@jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest version marked stable is 1.12.6 for amd64 and x86. Only builds marked for testing are available for ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by [https://wiki.gentoo.org/wiki/Project:Games the Gentoo Games Project]&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa Linux / OpenMandriva Lx ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa Linux and OpenMandriva Lx only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop / OpenMandriva Lx&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
== Pardus ==&lt;br /&gt;
&lt;br /&gt;
===Pardus Linux 2011.2 and older (using pisi)===&lt;br /&gt;
* Older versions of Pardus Linux use their own package manager, called 'pisi'.&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;
===Pardus Linux 2013 and newer releases (using APT)===&lt;br /&gt;
* Newer versions of Pardus Linux are derived from what appears to be Debian 'stretch' or 'jessie-backports'&lt;br /&gt;
* Use &amp;lt;code&amp;gt;apt-get install wesnoth wesnoth-music&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== PCLinuxOS ==&lt;br /&gt;
&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos in /etc/apt/sources.list, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?pkg=3920&amp;amp;ver=17 Slacky] Latest Wesnoth build for Slackware 14.1: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.2 and SalixOS 14.2 is 1.12.6.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. The latest Slackbuilds for Battle for Wesnoth on Slackware 14.2 is for 1.12.6.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Download the Battle for Wesnoth binary package, along with the boost and icu packages, and install the downloaded files with the installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
The OpenSUSE packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
===Install using One-Click Installation===&lt;br /&gt;
&lt;br /&gt;
Use the correct link for your version of OpenSUSE:&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling preview release) [https://software.opensuse.org/ymp/openSUSE:Factory/standard/wesnoth.ymp?base=openSUSE%3AFactory&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Leap 42.3 [https://software.opensuse.org/ymp/openSUSE:Leap:42.3/standard/wesnoth.ymp?base=openSUSE%3ALeap%3A42.3&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Leap 42.2 [https://software.opensuse.org/ymp/games/openSUSE_Leap_42.2/wesnoth.ymp?base=openSUSE%3ALeap%3A42.2&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
&lt;br /&gt;
===Install using the command-line===&lt;br /&gt;
&lt;br /&gt;
You can also install wesnoth using Zypper the command line (replacing '_Leap_42.2' with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_Leap_42.2/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Vine Linux==&lt;br /&gt;
&lt;br /&gt;
* Wesnoth for Vine Linux is 1.8.6&lt;br /&gt;
* The version on their VineSeed dev branch is 1.12.6&lt;br /&gt;
* The rpm package for Vine Linux utilizes the VLGothic font.&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;
== Void Linux ==&lt;br /&gt;
&lt;br /&gt;
Void Linux is another rolling release distribution, utilizing its own package manager.&lt;br /&gt;
The current version available is 1.12.6 for x86, x86_64, armv6, and armv7.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
&amp;lt;code&amp;gt;xbps-install -S wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The build is currently maintained by [mailto:itself@hanspolo.net Phillip Hirsch]&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=Talk:WesnothBinariesLinux&amp;diff=58537</id>
		<title>Talk:WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=Talk:WesnothBinariesLinux&amp;diff=58537"/>
		<updated>2017-05-29T07:11:27Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Is it convenient to clean some information? ==&lt;br /&gt;
* Compile information should not be here&lt;br /&gt;
* Vine Linux section is terribly outdated, it just misinforms&lt;br /&gt;
* Yoper Linux is dead (http://yoper-linux.org/2012/11/time-to-close-shop/)&lt;br /&gt;
&lt;br /&gt;
Bonus:&lt;br /&gt;
* It is relevant to maintain openSUSE 11.1 (Dec 2008), openSUSE 11.2 (Nov 2009) information? Why not maintain Ubuntu 8.10, 9.04... information too? I think it is obsolete.&lt;br /&gt;
&lt;br /&gt;
Response from the concerned user editing the main Linux Binaries page:&lt;br /&gt;
* I try and edit the pages whenever I get a chance to check up on things. It's not as often as I like, so thankfully, this being a wiki and all, one can easily contribute when one can.&lt;br /&gt;
* I am doing some trimming down today, dropping Mandriva, all non-desktop-supported Ubuntu versions, and other clearly EOL linux items. Also, I'm trimming Vine to use VineSeed only, as that is seeing some life.&lt;br /&gt;
* The distribution-specific compile information stays, since there are specific steps needed to be followed for these distributions.&lt;br /&gt;
* Since Yoper is still available, albeit dead, it should be left for now. In November, if there are no changes in status, then the section should be wiped.&lt;br /&gt;
&lt;br /&gt;
[[User:BiafraRepublic|BiafraRepublic]] 16:23, 3 September 2013 (UTC)&lt;br /&gt;
&lt;br /&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;br /&gt;
&lt;br /&gt;
== What to do about the Spanish translation? ==&lt;br /&gt;
&lt;br /&gt;
The [[WesnothBinariesLinux/es|Spanish language version]] of this article is hideously out of date and in sore need of a solution. Is there a fluent enough Spanish writer that can translate the English page? [[User:BiafraRepublic|BiafraRepublic]] ([[User talk:BiafraRepublic|talk]]) 07:11, 29 May 2017 (UTC)&lt;/div&gt;</summary>
		<author><name>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=Talk:WesnothBinariesLinux&amp;diff=58536</id>
		<title>Talk:WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=Talk:WesnothBinariesLinux&amp;diff=58536"/>
		<updated>2017-05-29T07:11:06Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* What to do about the Spanish translation? */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Is it convenient to clean some information? ==&lt;br /&gt;
* Compile information should not be here&lt;br /&gt;
* Vine Linux section is terribly outdated, it just misinforms&lt;br /&gt;
* Yoper Linux is dead (http://yoper-linux.org/2012/11/time-to-close-shop/)&lt;br /&gt;
&lt;br /&gt;
Bonus:&lt;br /&gt;
* It is relevant to maintain openSUSE 11.1 (Dec 2008), openSUSE 11.2 (Nov 2009) information? Why not maintain Ubuntu 8.10, 9.04... information too? I think it is obsolete.&lt;br /&gt;
&lt;br /&gt;
Response from the concerned user editing the main Linux Binaries page:&lt;br /&gt;
* I try and edit the pages whenever I get a chance to check up on things. It's not as often as I like, so thankfully, this being a wiki and all, one can easily contribute when one can.&lt;br /&gt;
* I am doing some trimming down today, dropping Mandriva, all non-desktop-supported Ubuntu versions, and other clearly EOL linux items. Also, I'm trimming Vine to use VineSeed only, as that is seeing some life.&lt;br /&gt;
* The distribution-specific compile information stays, since there are specific steps needed to be followed for these distributions.&lt;br /&gt;
* Since Yoper is still available, albeit dead, it should be left for now. In November, if there are no changes in status, then the section should be wiped.&lt;br /&gt;
&lt;br /&gt;
[[User:BiafraRepublic|BiafraRepublic]] 16:23, 3 September 2013 (UTC)&lt;br /&gt;
&lt;br /&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;br /&gt;
&lt;br /&gt;
== What to do about the Spanish translation? ==&lt;br /&gt;
&lt;br /&gt;
The [[WesnothBinariesLinux/es|Spanish language version]] of this article is hideously out of date and in sore need of a solution. Is there a fluent enough Spanish writer that can translate the English page?&lt;/div&gt;</summary>
		<author><name>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=58535</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=58535"/>
		<updated>2017-05-29T07:02:49Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Added Void Linux, dist maintenance, prepping for Debian 9 release on 17 June 2017&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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 [https://aur.archlinux.org/packages/wesnoth-git/ the AUR].&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
&amp;lt;!-- Do not remove until Debian 9 releases in June&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want different version, you need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.10 1.10] (stable and oldstable) or [http://packages.debian.org/wesnoth-1.12 1.12] (development, for testing and unstable only)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the latest stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
Do not remove until Debian 9 releases in June  --&amp;gt;&lt;br /&gt;
&amp;lt;!-- Delete everything from this comment to the next after Debian 9 release --&amp;gt;&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want different version, you need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.10 1.10] (stable and oldstable) or [http://packages.debian.org/wesnoth-1.12 1.12] (development, for testing and unstable only)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the latest stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&amp;lt;!-- STOP Deleting things after this comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&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;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the repository 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: You can use the Build-Dependencies command in Aptitude for the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do the following to pull in most of what you need:&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
&lt;br /&gt;
Note: If you have already installed an older version of wesnoth, uninstall it by running:&lt;br /&gt;
 aptitude purge wesnoth&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.&lt;br /&gt;
&lt;br /&gt;
== SteamOS ==&lt;br /&gt;
At present, installing Battle for Wesnoth on SteamOS is similar to doing so on Debian, as SteamOS is largely based on Debian. However, there are a few steps to take to enable the Debian repositories in SteamOS. [http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After they are enabled, run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
To add a shortcut to launch wesnoth in Big Picture mode, open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions]. Then close the client and switch back to using Big Picture and it will be under Games.&lt;br /&gt;
&lt;br /&gt;
NOTE: You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&lt;br /&gt;
&lt;br /&gt;
Steam has Greenlit Battle for Wesnoth on its platform, and the developers have planned an early 2017 release onto the storefront timed with the release of of the 1.14.x series of releases. You can keep apprised of the status [https://steamcommunity.com/sharedfiles/filedetails/?id=729138129 here]&lt;br /&gt;
&amp;lt;!-- Note that this will (probably) become obsolete with 1.14, as Wesnoth has been Greenlit. Update if and when the release to Steam occurs, as it is likely going to be a SteamPlay title. --&amp;gt;&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;
| 16.10 (Zesty)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|-&lt;br /&gt;
| 16.10 (Yakkety)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|-&lt;br /&gt;
| 16.04 LTS (Xenial)&lt;br /&gt;
| 1.12.5&lt;br /&gt;
|-&lt;br /&gt;
| 14.04 LTS (Trusty)&lt;br /&gt;
| 1.10.7&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Repos with newer vesions===&lt;br /&gt;
&lt;br /&gt;
You can get a more up-to-date 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 might have newer versions, as well.]&lt;br /&gt;
&lt;br /&gt;
Almost up-to-date versions are available in this [https://launchpad.net/~vincent-c/+archive/ubuntu/wesnoth PPA]&lt;br /&gt;
&lt;br /&gt;
If you are interested in the development version of wesnoth, you can get it from this PPA: [https://launchpad.net/~pkg-games/+archive/ubuntu/wesnoth-devel ppa:pkg-games/wesnoth-devel]&lt;br /&gt;
&lt;br /&gt;
Another alternative with backports, especially wesnoth 1.11 from debian is c42-backport-games PPA: [http://launchpad.net/~dirk-computer42/+archive/c42-backport-games ppa:dirk-computer42/c42-backport-games]. Note that it is not recommended to use packages from Debian on Ubuntu due to the multiple Ubuntu-specific changes that would be needed. See [http://www.computer42.org/xwiki-static/exported/DevNotes/xwiki.DevNotes.c42-ppa.html] for more informations.&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 1.13.8 is available for ARM, AArch64, ppc64, x86, and x86_64 architectures. If you have problems with these packages, or other questions, please contact the Fedora maintainer [mailto:limb@jcomserv.net Jon Ciesla].&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest version marked stable is 1.12.6 for amd64 and x86. Only builds marked for testing are available for ppc and ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by [https://wiki.gentoo.org/wiki/Project:Games the Gentoo Games Project]&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa Linux / OpenMandriva Lx ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa Linux and OpenMandriva Lx only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop / OpenMandriva Lx&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
== Pardus ==&lt;br /&gt;
&lt;br /&gt;
===Pardus Linux 2011.2 and older (using pisi)===&lt;br /&gt;
* Older versions of Pardus Linux use their own package manager, called 'pisi'.&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;
===Pardus Linux 2013 and newer releases (using APT)===&lt;br /&gt;
* Newer versions of Pardus Linux are derived from what appears to be Debian 'stretch' or 'jessie-backports'&lt;br /&gt;
* Use &amp;lt;code&amp;gt;apt-get install wesnoth wesnoth-music&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== PCLinuxOS ==&lt;br /&gt;
&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos in /etc/apt/sources.list, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?pkg=3920&amp;amp;ver=17 Slacky] Latest Wesnoth build for Slackware 14.1: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.2 and SalixOS 14.2 is 1.12.6.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. The latest Slackbuilds for Battle for Wesnoth on Slackware 14.2 is for 1.12.6.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Download the Battle for Wesnoth binary package, along with the boost and icu packages, and install the downloaded files with the installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
SlackBuild script: Consult SlackBuilds [http://slackbuilds.org/howto/ HOWTO] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
The OpenSUSE packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
===Install using One-Click Installation===&lt;br /&gt;
&lt;br /&gt;
Use the correct link for your version of OpenSUSE:&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling preview release) [https://software.opensuse.org/ymp/openSUSE:Factory/standard/wesnoth.ymp?base=openSUSE%3AFactory&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Leap 42.3 [https://software.opensuse.org/ymp/openSUSE:Leap:42.3/standard/wesnoth.ymp?base=openSUSE%3ALeap%3A42.3&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Leap 42.2 [https://software.opensuse.org/ymp/games/openSUSE_Leap_42.2/wesnoth.ymp?base=openSUSE%3ALeap%3A42.2&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
* OpenSUSE Leap 42.1 [https://software.opensuse.org/ymp/games/openSUSE_Leap_42.1/wesnoth.ymp?base=openSUSE%3ALeap%3A42.1&amp;amp;query=wesnoth One-Click-Install]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Install using the command-line===&lt;br /&gt;
&lt;br /&gt;
You can also install wesnoth using Zypper the command line (replacing '_Leap_42.2' with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_Leap_42.2/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Vine Linux==&lt;br /&gt;
&lt;br /&gt;
* Wesnoth for Vine Linux is 1.8.6&lt;br /&gt;
* The version on their VineSeed dev branch is 1.12.6&lt;br /&gt;
* The rpm package for Vine Linux utilizes the VLGothic font.&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;
== Void Linux ==&lt;br /&gt;
&lt;br /&gt;
Void Linux is another rolling release distribution, utilizing its own package manager.&lt;br /&gt;
The current version available is 1.12.6 for x86, x86_64, armv6, and armv7.&lt;br /&gt;
&lt;br /&gt;
To install simply run:&lt;br /&gt;
&amp;lt;code&amp;gt;xbps-install -S wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The build is currently maintained by [mailto:itself@hanspolo.net Phillip Hirsch]&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=58514</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=58514"/>
		<updated>2017-05-26T05:11:21Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Usual bit of pruning shears to Ubuntu, etc.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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 [https://aur.archlinux.org/packages/wesnoth-git/ the AUR].&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want different version, you need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.10 1.10] (stable and oldstable) or [http://packages.debian.org/wesnoth-1.12 1.12] (development, for testing and unstable only)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the latest stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&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;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the repository 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: You can use the Build-Dependencies command in Aptitude for the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do the following to pull in most of what you need:&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
&lt;br /&gt;
Note: If you have already installed an older version of wesnoth, uninstall it by running:&lt;br /&gt;
 aptitude purge wesnoth&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.&lt;br /&gt;
&lt;br /&gt;
== SteamOS ==&lt;br /&gt;
At present, installing Battle for Wesnoth on SteamOS is similar to doing so on Debian, as SteamOS is largely based on Debian. However, there are a few steps to take to enable the Debian repositories in SteamOS. [http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After they are enabled, run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
To add a shortcut to launch wesnoth in Big Picture mode, open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions]. Then close the client and switch back to using Big Picture and it will be under Games.&lt;br /&gt;
&lt;br /&gt;
NOTE: You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&lt;br /&gt;
&lt;br /&gt;
Steam has Greenlit Battle for Wesnoth on its platform, and the developers have planned an early 2017 release onto the storefront timed with the release of of the 1.14.x series of releases. You can keep apprised of the status [https://steamcommunity.com/sharedfiles/filedetails/?id=729138129 here]&lt;br /&gt;
&amp;lt;!-- Note that this will (probably) become obsolete with 1.14, as Wesnoth has been Greenlit. Update if and when the release to Steam occurs, as it is likely going to be a SteamPlay title. --&amp;gt;&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;
| 16.10 (Zesty)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|-&lt;br /&gt;
| 16.10 (Yakkety)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|-&lt;br /&gt;
| 16.04 LTS (Xenial)&lt;br /&gt;
| 1.12.5&lt;br /&gt;
|-&lt;br /&gt;
| 14.04 LTS (Trusty)&lt;br /&gt;
| 1.10.7&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Repos with newer vesions===&lt;br /&gt;
&lt;br /&gt;
You can get a more up-to-date 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 might have newer versions, as well.]&lt;br /&gt;
&lt;br /&gt;
Almost up-to-date versions are available in this [https://launchpad.net/~vincent-c/+archive/ubuntu/wesnoth PPA]&lt;br /&gt;
&lt;br /&gt;
If you are interested in the development version of wesnoth, you can get it from this PPA: [https://launchpad.net/~pkg-games/+archive/ubuntu/wesnoth-devel ppa:pkg-games/wesnoth-devel]&lt;br /&gt;
&lt;br /&gt;
Another alternative with backports, especially wesnoth 1.11 from debian is c42-backport-games PPA: [http://launchpad.net/~dirk-computer42/+archive/c42-backport-games ppa:dirk-computer42/c42-backport-games]. Note that it is not recommended to use packages from Debian on Ubuntu due to the multiple Ubuntu-specific changes that would be needed. See [http://www.computer42.org/xwiki-static/exported/DevNotes/xwiki.DevNotes.c42-ppa.html] for more informations.&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 1.13.8 is available for ARM, AArch64, ppc64, x86, 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;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest version marked stable is 1.12.6 for amd64 and x86. Only builds marked for testing are available for ppc and ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by the Gentoo Games Project&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa Linux / OpenMandriva Lx ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa Linux and OpenMandriva Lx only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop / OpenMandriva Lx&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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;
== PCLinuxOS ==&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos in /etc/apt/sources.list, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build for Slackware 14.0: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.1 and SalixOS 14.1 is 1.10.7.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. The latest Slackbuilds for Battle for Wesnoth on Slackware 14.1 is for 1.12.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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
 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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
The OpenSUSE packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
===Install using One-Click Installation===&lt;br /&gt;
&lt;br /&gt;
Use the correct link for your version of OpenSUSE:&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling preview 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 Leap 42.2 [https://software.opensuse.org/ymp/games/openSUSE_Leap_42.2/wesnoth.ymp?base=openSUSE%3ALeap%3A42.2&amp;amp;query=wesnoth One-Click-Install] v1.12.6&lt;br /&gt;
* OpenSUSE Leap 42.1 [https://software.opensuse.org/ymp/games/openSUSE_Leap_42.1/wesnoth.ymp?base=openSUSE%3ALeap%3A42.1&amp;amp;query=wesnoth One-Click-Install] v1.12.6&lt;br /&gt;
* OpenSUSE 13.2 [http://software.opensuse.org/ymp/games/openSUSE_13.2/wesnoth.ymp?base=openSUSE%3A13.2&amp;amp;query=wesnoth One-Click-Install] v1.12.6&lt;br /&gt;
* OpenSUSE 13.1 [http://software.opensuse.org/ymp/games/openSUSE_13.1/wesnoth.ymp?base=openSUSE%3A13.1&amp;amp;query=wesnoth One-Click-Install] v1.12.6&lt;br /&gt;
&lt;br /&gt;
===Install using the command-line===&lt;br /&gt;
&lt;br /&gt;
You can also install wesnoth using Zypper the command line (replacing Leap_42.1 with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_Leap_42.2/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Vine Linux (VineSeed)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux&amp;quot; is using VLGothic font.&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;
== 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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=58101</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=58101"/>
		<updated>2016-12-25T09:42:38Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Steam info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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 [https://aur.archlinux.org/packages/wesnoth-git/ the AUR].&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want different version, you need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.10 1.10] (stable and oldstable) or [http://packages.debian.org/wesnoth-1.12 1.12] (development, for testing and unstable only)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the latest stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&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;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the repository 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: You can use the Build-Dependencies command in Aptitude for the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do the following to pull in most of what you need:&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
&lt;br /&gt;
Note: If you have already installed an older version of wesnoth, uninstall it by running:&lt;br /&gt;
 aptitude purge wesnoth&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.&lt;br /&gt;
&lt;br /&gt;
== SteamOS ==&lt;br /&gt;
At present, installing Battle for Wesnoth on SteamOS is similar to doing so on Debian, as SteamOS is largely based on Debian. However, there are a few steps to take to enable the Debian repositories in SteamOS. [http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After they are enabled, run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
To add a shortcut to launch wesnoth in Big Picture mode, open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions]. Then close the client and switch back to using Big Picture and it will be under Games.&lt;br /&gt;
&lt;br /&gt;
NOTE: You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&lt;br /&gt;
&lt;br /&gt;
Steam has Greenlit Battle for Wesnoth on its platform, and the developers have planned an early 2017 release onto the storefront timed with the release of of the 1.14.x series of releases. You can keep apprised of the status [https://steamcommunity.com/sharedfiles/filedetails/?id=729138129 here]&lt;br /&gt;
&amp;lt;!-- Note that this will (probably) become obsolete with 1.14, as Wesnoth has been Greenlit. Update if and when the release to Steam occurs, as it is likely going to be a SteamPlay title. --&amp;gt;&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;
| 16.10 (Yakkety)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|-&lt;br /&gt;
| 16.04 LTS (Xenial)&lt;br /&gt;
| 1.12.5&lt;br /&gt;
|-&lt;br /&gt;
| 14.04 LTS (Trusty)&lt;br /&gt;
| 1.10.7&lt;br /&gt;
|-&lt;br /&gt;
| 12.04 LTS (Precise)&lt;br /&gt;
| 1.10.2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Repos with newer vesions===&lt;br /&gt;
&lt;br /&gt;
You can get a more up-to-date 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 might have newer versions, as well.]&lt;br /&gt;
&lt;br /&gt;
Almost up-to-date versions are available in this [https://launchpad.net/~vincent-c/+archive/ubuntu/wesnoth PPA]&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;
Another alternative with backports, especially wesnoth 1.11 from debian is c42-backport-games PPA: [http://launchpad.net/~dirk-computer42/+archive/c42-backport-games ppa:dirk-computer42/c42-backport-games]. Note that it is not recommended to use packages from Debian on Ubuntu due to the multiple Ubuntu-specific changes that would be needed. See [http://www.computer42.org/xwiki-static/exported/DevNotes/xwiki.DevNotes.c42-ppa.html] for more informations.&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 1.12.6 is available for ARM, x86, 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;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest version marked stable is 1.12.6 for amd64 and 1.12.5 for x86. Only builds marked for testing are available for ppc and ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett and Agostino Sarubbo of the Gentoo Games Project&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa Linux / OpenMandriva Lx ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa Linux and OpenMandriva Lx only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop / OpenMandriva Lx&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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;
== PCLinuxOS ==&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos in /etc/apt/sources.list, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build for Slackware 14.0: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.1 and SalixOS 14.1 is 1.10.7.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. The latest Slackbuilds for Battle for Wesnoth on Slackware 14.1 is for 1.12.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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
 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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
The OpenSUSE packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
===Install using One-Click Installation===&lt;br /&gt;
&lt;br /&gt;
Use the correct link for your version of OpenSUSE:&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling preview 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 Leap 42.2 [https://software.opensuse.org/ymp/games/openSUSE_Leap_42.2/wesnoth.ymp?base=openSUSE%3ALeap%3A42.2&amp;amp;query=wesnoth One-Click-Install] v1.12.6&lt;br /&gt;
* OpenSUSE Leap 42.1 [https://software.opensuse.org/ymp/games/openSUSE_Leap_42.1/wesnoth.ymp?base=openSUSE%3ALeap%3A42.1&amp;amp;query=wesnoth One-Click-Install] v1.12.6&lt;br /&gt;
* OpenSUSE 13.2 [http://software.opensuse.org/ymp/games/openSUSE_13.2/wesnoth.ymp?base=openSUSE%3A13.2&amp;amp;query=wesnoth One-Click-Install] v1.12.6&lt;br /&gt;
* OpenSUSE 13.1 [http://software.opensuse.org/ymp/games/openSUSE_13.1/wesnoth.ymp?base=openSUSE%3A13.1&amp;amp;query=wesnoth One-Click-Install] v1.12.6&lt;br /&gt;
&lt;br /&gt;
===Install using the command-line===&lt;br /&gt;
&lt;br /&gt;
You can also install wesnoth using Zypper the command line (replacing Leap_42.1 with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_Leap_42.1/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Vine Linux (VineSeed)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux&amp;quot; is using VLGothic font.&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;
== 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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=57929</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=57929"/>
		<updated>2016-10-09T06:48:46Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: If it is fall, it must be distro update disco time! Update and shuffle.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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 [https://aur.archlinux.org/packages/wesnoth-git/ the AUR].&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want different version, you need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.10 1.10] (stable and oldstable) or [http://packages.debian.org/wesnoth-1.12 1.12] (development, for testing and unstable only)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the latest stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&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;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the repository 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: You can use the Build-Dependencies command in Aptitude for the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do the following to pull in most of what you need:&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
&lt;br /&gt;
Note: If you have already installed an older version of wesnoth, uninstall it by running:&lt;br /&gt;
 aptitude purge wesnoth&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.&lt;br /&gt;
&lt;br /&gt;
== SteamOS ==&lt;br /&gt;
Installing Battle for Wesnoth on SteamOS is similar to doing so on Debian, as SteamOS is largely based on Debian. However, there are a few steps to take to enable the Debian repositories in SteamOS. [http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After they are enabled, run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
To add a shortcut to launch wesnoth in Big Picture mode, open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions]. Then close the client and switch back to using Big Picture and it will be under Games.&lt;br /&gt;
&lt;br /&gt;
NOTE: You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&lt;br /&gt;
&amp;lt;!-- Note that this will (probably) become obsolete with 1.14, as Wesnoth has been Greenlit. Update if and when the release to Steam occurs AND it is a SteamPlay title (which it hopefully will be). --&amp;gt;&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;
| 16.10 (Yakkety)&lt;br /&gt;
| 1.12.6&lt;br /&gt;
|-&lt;br /&gt;
| 16.04 LTS (Xenial)&lt;br /&gt;
| 1.12.5&lt;br /&gt;
|-&lt;br /&gt;
| 14.04 LTS (Trusty)&lt;br /&gt;
| 1.10.7&lt;br /&gt;
|-&lt;br /&gt;
| 12.04 LTS (Precise)&lt;br /&gt;
| 1.10.2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Repos with newer vesions===&lt;br /&gt;
&lt;br /&gt;
You can get a more up-to-date 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 might have newer versions, as well.]&lt;br /&gt;
&lt;br /&gt;
Almost up-to-date versions are available in this [https://launchpad.net/~vincent-c/+archive/ubuntu/wesnoth PPA]&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;
Another alternative with backports, especially wesnoth 1.11 from debian is c42-backport-games PPA: [http://launchpad.net/~dirk-computer42/+archive/c42-backport-games ppa:dirk-computer42/c42-backport-games]. Note that it is not recommended to use packages from Debian on Ubuntu due to the multiple Ubuntu-specific changes that would be needed. See [http://www.computer42.org/xwiki-static/exported/DevNotes/xwiki.DevNotes.c42-ppa.html] for more informations.&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 1.12.6 is available for ARM, x86, 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;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest version marked stable is 1.12.6 for amd64 and 1.12.5 for x86. Only builds marked for testing are available for ppc and ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett and Agostino Sarubbo of the Gentoo Games Project&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa Linux / OpenMandriva Lx ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa Linux and OpenMandriva Lx only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop / OpenMandriva Lx&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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;
== PCLinuxOS ==&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos in /etc/apt/sources.list, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build for Slackware 14.0: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.1 and SalixOS 14.1 is 1.10.7.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. The latest Slackbuilds for Battle for Wesnoth on Slackware 14.1 is for 1.12.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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
 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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
The OpenSUSE packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
===Install using One-Click Installation===&lt;br /&gt;
&lt;br /&gt;
Use the correct link for your version of OpenSUSE:&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling preview 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 Leap 42.2 [https://software.opensuse.org/ymp/games/openSUSE_Leap_42.2/wesnoth.ymp?base=openSUSE%3ALeap%3A42.2&amp;amp;query=wesnoth One-Click-Install] v1.12.6&lt;br /&gt;
* OpenSUSE Leap 42.1 [https://software.opensuse.org/ymp/games/openSUSE_Leap_42.1/wesnoth.ymp?base=openSUSE%3ALeap%3A42.1&amp;amp;query=wesnoth One-Click-Install] v1.12.6&lt;br /&gt;
* OpenSUSE 13.2 [http://software.opensuse.org/ymp/games/openSUSE_13.2/wesnoth.ymp?base=openSUSE%3A13.2&amp;amp;query=wesnoth One-Click-Install] v1.12.6&lt;br /&gt;
* OpenSUSE 13.1 [http://software.opensuse.org/ymp/games/openSUSE_13.1/wesnoth.ymp?base=openSUSE%3A13.1&amp;amp;query=wesnoth One-Click-Install] v1.12.6&lt;br /&gt;
&lt;br /&gt;
===Install using the command-line===&lt;br /&gt;
&lt;br /&gt;
You can also install wesnoth using Zypper the command line (replacing Leap_42.1 with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_Leap_42.1/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Vine Linux (VineSeed)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux&amp;quot; is using VLGothic font.&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;
== 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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=57698</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=57698"/>
		<updated>2016-05-24T09:49:42Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: The regular maintenance.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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 [https://aur.archlinux.org/packages/wesnoth-git/ the AUR].&lt;br /&gt;
&lt;br /&gt;
== Debian ==&lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want different version, you need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.10 1.10] (stable and oldstable) or [http://packages.debian.org/wesnoth-1.12 1.12] (development, for testing and unstable only)&lt;br /&gt;
* [http://backports-master.debian.org/ backports.debian.org] offers the latest stable wesnoth releases for Debian stable, see http://wiki.debian.org/Backports for more informations.&lt;br /&gt;
&lt;br /&gt;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&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;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the repository 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: You can use the Build-Dependencies command in Aptitude for the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do the following to pull in most of what you need:&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
&lt;br /&gt;
Note: If you have already installed an older version of wesnoth, uninstall it by running:&lt;br /&gt;
 aptitude purge wesnoth&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.&lt;br /&gt;
&lt;br /&gt;
== SteamOS ==&lt;br /&gt;
Installing Battle for Wesnoth on SteamOS is similar to doing so on Debian, as SteamOS is largely based on Debian. However, there are a few steps to take to enable the Debian repositories in SteamOS. [http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After they are enabled, run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
To add a shortcut to launch wesnoth in Big Picture mode, open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions]. Then close the client and switch back to using Big Picture and it will be under Games.&lt;br /&gt;
&lt;br /&gt;
NOTE: You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&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;
| 16.04 LTS (Xenial)&lt;br /&gt;
| 1.12.5&lt;br /&gt;
|-&lt;br /&gt;
| 15.10 (Wily)&lt;br /&gt;
| 1.12.4&lt;br /&gt;
|-&lt;br /&gt;
| 14.04 LTS (Trusty)&lt;br /&gt;
| 1.10.7&lt;br /&gt;
|-&lt;br /&gt;
| 12.04 LTS (Precise)&lt;br /&gt;
| 1.10.2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Repos with newer vesions===&lt;br /&gt;
&lt;br /&gt;
You can get a more up-to-date 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 might have newer versions, as well.]&lt;br /&gt;
&lt;br /&gt;
Almost up-to-date versions are available in this [https://launchpad.net/~vincent-c/+archive/ubuntu/wesnoth PPA]&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;
Another alternative with backports, especially wesnoth 1.11 from debian is c42-backport-games PPA: [http://launchpad.net/~dirk-computer42/+archive/c42-backport-games ppa:dirk-computer42/c42-backport-games]. Note that it is not recommended to use packages from Debian on Ubuntu due to the multiple Ubuntu-specific changes that would be needed. See [http://www.computer42.org/xwiki-static/exported/DevNotes/xwiki.DevNotes.c42-ppa.html] for more informations.&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 1.12.6 is available for ARM, x86, 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;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest version marked stable is 1.12.5 for amd64 and x86. Only builds marked for testing are available for ppc and ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa Linux / OpenMandriva Lx ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa Linux and OpenMandriva Lx only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop / OpenMandriva Lx&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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;
== PCLinuxOS ==&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos in /etc/apt/sources.list, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build for Slackware 14.0: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.1 and SalixOS 14.1 is 1.10.7.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. The latest Slackbuilds for Battle for Wesnoth on Slackware 14.1 is for 1.12.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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
 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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
The OpenSUSE packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
===Install using One-Click Installation===&lt;br /&gt;
&lt;br /&gt;
Use the correct link for your version of OpenSUSE:&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling preview 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 Leap 42.1 [https://software.opensuse.org/ymp/games/openSUSE_Leap_42.1/wesnoth.ymp?base=openSUSE%3ALeap%3A42.1&amp;amp;query=wesnoth One-Click-Install] v1.12.5&lt;br /&gt;
* OpenSUSE 13.2 [http://software.opensuse.org/ymp/games/openSUSE_13.2/wesnoth.ymp?base=openSUSE%3A13.2&amp;amp;query=wesnoth One-Click-Install] v1.12.5&lt;br /&gt;
* OpenSUSE 13.1 [http://software.opensuse.org/ymp/games/openSUSE_13.1/wesnoth.ymp?base=openSUSE%3A13.1&amp;amp;query=wesnoth One-Click-Install] v1.12.5&lt;br /&gt;
&lt;br /&gt;
===Install using the command-line===&lt;br /&gt;
&lt;br /&gt;
You can also install wesnoth using Zypper the command line (replacing Leap_42.1 with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_Leap_42.1/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Vine Linux (VineSeed)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux&amp;quot; is using VLGothic font.&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;
== 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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=56906</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=56906"/>
		<updated>2015-11-17T21:57:22Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Distribution Maintenance&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want different version, you need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.10 1.10] (stable and oldstable) or [http://packages.debian.org/wesnoth-1.12 1.12] (development, for testing and unstable only)&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;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&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;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the repository 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: You can use the Build-Dependencies command in Aptitude for the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do the following to pull in most of what you need:&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
&lt;br /&gt;
Note: If you have already installed an older version of wesnoth, uninstall it by running:&lt;br /&gt;
 aptitude purge wesnoth&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.&lt;br /&gt;
&lt;br /&gt;
== SteamOS ==&lt;br /&gt;
Installing Battle for Wesnoth on SteamOS is similar to doing so on Debian, as SteamOS is largely based on Debian. However, there are a few steps to take to enable the Debian repositories in SteamOS. [http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After they are enabled, run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
To add a shortcut to launch wesnoth in Big Picture mode, open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions]. Then close the client and switch back to using Big Picture and it will be under Games.&lt;br /&gt;
&lt;br /&gt;
NOTE: You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&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;
| 15.10 (Wily)&lt;br /&gt;
| 1.12.4&lt;br /&gt;
|-&lt;br /&gt;
| 15.04 (Vivid) / 14.04 LTS (Trusty)&lt;br /&gt;
| 1.10.7&lt;br /&gt;
|-&lt;br /&gt;
| 12.04 LTS (Precise)&lt;br /&gt;
| 1.10.2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Repos with newer vesions===&lt;br /&gt;
&lt;br /&gt;
You can get a more up-to-date 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 might have newer versions, as well.]&lt;br /&gt;
&lt;br /&gt;
Almost up-to-date versions are available in this [https://launchpad.net/~vincent-c/+archive/ubuntu/wesnoth PPA]&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;
Another alternative with backports, especially wesnoth 1.11 from debian is c42-backport-games PPA: [http://launchpad.net/~dirk-computer42/+archive/c42-backport-games ppa:dirk-computer42/c42-backport-games]. Note that it is not recommended to use packages from Debian on Ubuntu due to the multiple Ubuntu-specific changes that would be needed. See [http://www.computer42.org/xwiki-static/exported/DevNotes/xwiki.DevNotes.c42-ppa.html] for more informations.&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 ARM, x86, 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;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest version marked stable is 1.12.4 for amd64 and x86. Only builds marked unstable are available for ppc and ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa Linux / OpenMandriva Lx ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa Linux and OpenMandriva Lx only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop / OpenMandriva Lx&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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;
== PCLinuxOS ==&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build for Slackware 14.0: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.1 and SalixOS 14.1 is 1.10.7.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. The latest Slackbuilds for Battle for Wesnoth on Slackware 14.1 is for 1.12.1.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
 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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
The OpenSUSE packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
===Install using One-Click Installation===&lt;br /&gt;
&lt;br /&gt;
Use the correct link for your version of OpenSUSE:&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling preview 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 Leap 42.1 [https://software.opensuse.org/ymp/games/openSUSE_Leap_42.1/wesnoth.ymp?base=openSUSE%3ALeap%3A42.1&amp;amp;query=wesnoth One-Click-Install] v1.12.5&lt;br /&gt;
* OpenSUSE 13.2 [http://software.opensuse.org/ymp/games/openSUSE_13.2/wesnoth.ymp?base=openSUSE%3A13.2&amp;amp;query=wesnoth One-Click-Install] v1.12.5&lt;br /&gt;
* OpenSUSE 13.1 [http://software.opensuse.org/ymp/games/openSUSE_13.1/wesnoth.ymp?base=openSUSE%3A13.1&amp;amp;query=wesnoth One-Click-Install] v1.12.5&lt;br /&gt;
&lt;br /&gt;
===Install using the command-line===&lt;br /&gt;
&lt;br /&gt;
You can also install wesnoth using Zypper the command line (replacing 13.2 with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_13.2/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Vine Linux (VineSeed)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux&amp;quot; is using VLGothic font.&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;
== 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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=56463</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=56463"/>
		<updated>2015-07-01T22:06:57Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: My usual semi-regular update to trim and maintain this page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want different version, you need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.10 1.10] (stable and oldstable) or  [http://packages.debian.org/wesnoth-1.12 1.12] (development, for testing and unstable only)&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;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&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;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the repository 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: You can use the Build-Dependencies command in Aptitude for the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do the following to pull in most of what you need:&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
&lt;br /&gt;
Note: If you have already installed an older version of wesnoth, uninstall it by running:&lt;br /&gt;
 aptitude purge wesnoth&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.&lt;br /&gt;
&lt;br /&gt;
== SteamOS ==&lt;br /&gt;
Installing Battle for Wesnoth on SteamOS is similar to doing so on Debian, as SteamOS is largely based on Debian 7.0 &amp;quot;wheezy&amp;quot;. However, there are a few steps to take to enable the Debian repositories in SteamOS. [http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After they are enabled, run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
To add a shortcut to launch wesnoth in Big Picture mode, open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions]. Then close the client and switch back to using Big Picture and it will be under Games.&lt;br /&gt;
&lt;br /&gt;
NOTE: You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&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;
| 15.10 (Wily)&lt;br /&gt;
| 1.12.4&lt;br /&gt;
|-&lt;br /&gt;
| 15.04 (Vivid) / 14.10 (Utopic) / 14.04 LTS (Trusty)&lt;br /&gt;
| 1.10.7&lt;br /&gt;
|-&lt;br /&gt;
| 12.04 LTS (Precise)&lt;br /&gt;
| 1.10.2&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;
Another alternative with backports, especially wesnoth 1.11 from debian is c42-backport-games PPA: [http://launchpad.net/~dirk-computer42/+archive/c42-backport-games ppa:dirk-computer42/c42-backport-games]. Note that it is not recommended to use packages from Debian on Ubuntu due to the multiple Ubuntu-specific changes that would be needed. See [http://www.computer42.org/xwiki-static/exported/DevNotes/xwiki.DevNotes.c42-ppa.html] for more informations.&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 ARM, x86, 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;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest version marked stable is 1.12.2 for amd64 and x86. Only builds marked unstable are available for ppc and ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa Linux / OpenMandriva Lx ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa Linux and OpenMandriva Lx only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop / OpenMandriva Lx&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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;
== PCLinuxOS ==&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build for Slackware 14.0: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.1 and SalixOS 14.1 is 1.10.7.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. The latest Slackbuilds for Battle for Wesnoth on Slackware 14.1 is for 1.12.1.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
 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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
The OpenSUSE packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
===Install using One-Click Installation===&lt;br /&gt;
&lt;br /&gt;
Use the correct link for your version of OpenSUSE:&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling preview 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 13.2 [http://software.opensuse.org/ymp/games/openSUSE_13.2/wesnoth.ymp?base=openSUSE%3A13.2&amp;amp;query=wesnoth One-Click-Install] v1.12.2&lt;br /&gt;
* OpenSUSE 13.1 [http://software.opensuse.org/ymp/games/openSUSE_13.1/wesnoth.ymp?base=openSUSE%3A13.1&amp;amp;query=wesnoth One-Click-Install] v1.12.2&lt;br /&gt;
&lt;br /&gt;
===Install using the command-line===&lt;br /&gt;
&lt;br /&gt;
You can also install wesnoth using Zypper the command line (replacing 13.2 with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_13.2/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Vine Linux (VineSeed)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux&amp;quot; is using VLGothic font.&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;
== 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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=56230</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=56230"/>
		<updated>2015-04-14T20:00:48Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Adding OpenMandriva to existing Mageia/Rosa section, editing OpenSUSE and Gentoo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want different version, you need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.8 1.8] (older stable), [http://packages.debian.org/wesnoth-1.10 1.10] (stable), or  [http://packages.debian.org/wesnoth-1.12 1.12] (development, for unstable only)&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;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&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;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the repository 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: You can use the Build-Dependencies command in Aptitude for the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do the following to pull in most of what you need:&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
&lt;br /&gt;
Note: If you have already installed an older version of wesnoth, uninstall it by running:&lt;br /&gt;
 aptitude purge wesnoth&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.&lt;br /&gt;
&lt;br /&gt;
== SteamOS ==&lt;br /&gt;
Installing Battle for Wesnoth on SteamOS is similar to doing so on Debian, as SteamOS is largely based on Debian &amp;quot;wheezy&amp;quot;. However, there are a few steps to take to enable the Debian repositories in SteamOS. [http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After they are enabled, run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
To add a shortcut to launch wesnoth in Big Picture mode, open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions]. Then close the client and switch back to using Big Picture and it will be under Games.&lt;br /&gt;
&lt;br /&gt;
NOTE: You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&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;
| 14.10 (Utopic)&lt;br /&gt;
| 1.10.7&lt;br /&gt;
|-&lt;br /&gt;
| 14.04 LTS (Trusty)&lt;br /&gt;
| 1.10.7&lt;br /&gt;
|-&lt;br /&gt;
| 12.04 LTS (Precise)&lt;br /&gt;
| 1.10.2&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;
Another alternative with backports, especially wesnoth 1.11 from debian is c42-backport-games PPA: [http://launchpad.net/~dirk-computer42/+archive/c42-backport-games ppa:dirk-computer42/c42-backport-games]. Note that it is not recommended to use packages from Debian on Ubuntu due to the multiple Ubuntu-specific changes that would be needed. See [http://www.computer42.org/xwiki-static/exported/DevNotes/xwiki.DevNotes.c42-ppa.html] for more informations.&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 ARM, x86, 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;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest version marked stable is 1.12.1 for amd64 and x86. Only builds marked unstable are available for ppc and ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa Linux / OpenMandriva Lx ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa Linux and OpenMandriva Lx only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop / OpenMandriva Lx&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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;
== PCLinuxOS ==&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build for Slackware 14.0: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.1 and SalixOS 14.1 is 1.10.7.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. The latest Slackbuilds for Battle for Wesnoth on Slackware 14.1 is for 1.12.1.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
 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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
The OpenSUSE packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
===Install using One-Click Installation===&lt;br /&gt;
&lt;br /&gt;
Use the correct link for your version of OpenSUSE:&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling preview 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 13.2 [http://software.opensuse.org/ymp/games/openSUSE_13.2/wesnoth.ymp?base=openSUSE%3A13.2&amp;amp;query=wesnoth One-Click-Install] v1.12.1&lt;br /&gt;
* OpenSUSE 13.1 [http://software.opensuse.org/ymp/games/openSUSE_13.1/wesnoth.ymp?base=openSUSE%3A13.1&amp;amp;query=wesnoth One-Click-Install] v1.12.1&lt;br /&gt;
&lt;br /&gt;
===Install using the command-line===&lt;br /&gt;
&lt;br /&gt;
You can also install wesnoth using Zypper the command line (replacing 13.2 with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_13.2/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Vine Linux (VineSeed)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux&amp;quot; is using VLGothic font.&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;
== 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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=56074</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=56074"/>
		<updated>2015-01-26T03:04:53Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Doing some maintenance on this article.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want different version, you need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.8 1.8] (older stable), [http://packages.debian.org/wesnoth-1.10 1.10] (stable), or  [http://packages.debian.org/wesnoth-1.11 1.11] (development, for unstable and testing only)&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;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&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;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the repository 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: You can use the Build-Dependencies command in Aptitude for the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do the following to pull in most of what you need:&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
&lt;br /&gt;
Note: If you have already installed an older version of wesnoth, uninstall it by running:&lt;br /&gt;
 aptitude purge wesnoth&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.&lt;br /&gt;
&lt;br /&gt;
== SteamOS ==&lt;br /&gt;
Installing Battle for Wesnoth on SteamOS is similar to doing so on Debian, as SteamOS is largely based on Debian &amp;quot;wheezy&amp;quot;. However, there are a few steps to take to enable the Debian repositories in SteamOS. [http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After they are enabled, run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
To add a shortcut to launch wesnoth in Big Picture mode, open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions]. Then close the client and switch back to using Big Picture and it will be under Games.&lt;br /&gt;
&lt;br /&gt;
NOTE: You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&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;
| 14.10 (Utopic)&lt;br /&gt;
| 1.10.7&lt;br /&gt;
|-&lt;br /&gt;
| 14.04 LTS (Trusty)&lt;br /&gt;
| 1.10.7&lt;br /&gt;
|-&lt;br /&gt;
| 12.04 LTS (Precise)&lt;br /&gt;
| 1.10.2&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;
Another alternative with backports, especially wesnoth 1.11 from debian is c42-backport-games PPA: [http://launchpad.net/~dirk-computer42/+archive/c42-backport-games ppa:dirk-computer42/c42-backport-games]. Note that it is not recommended to use packages from Debian on Ubuntu due to the multiple Ubuntu-specific changes that would be needed. See [http://www.computer42.org/xwiki-static/exported/DevNotes/xwiki.DevNotes.c42-ppa.html] for more informations.&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 ARM, x86, 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;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest version marked stable is 1.10.7 for amd64, x86, ppc, andppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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;
== PCLinuxOS ==&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build for Slackware 14.0: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.1 and SalixOS 14.1 is 1.10.7.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. The latest Slackbuilds for Battle for Wesnoth on Slackware 14.1 is for 1.12.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
 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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
You can either use the following One-Click-Install links below, or run the following at the command line (replacing 13.2 with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_13.2/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
The following packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling preview 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 13.2 [http://software.opensuse.org/ymp/games/openSUSE_13.2/wesnoth.ymp?base=openSUSE%3A13.2&amp;amp;query=wesnoth One-Click-Install] v1.12.0&lt;br /&gt;
* OpenSUSE 13.1 [http://software.opensuse.org/ymp/games/openSUSE_13.1/wesnoth.ymp?base=openSUSE%3A13.1&amp;amp;query=wesnoth One-Click-Install] v1.12.0&lt;br /&gt;
&lt;br /&gt;
== Vine Linux (VineSeed)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux&amp;quot; is using VLGothic font.&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;
== 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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=55371</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=55371"/>
		<updated>2014-08-15T02:39:16Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want different version, you need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.8 1.8] (older stable), [http://packages.debian.org/wesnoth-1.10 1.10] (stable), or  [http://packages.debian.org/wesnoth-1.11 1.11] (development, for unstable and testing only)&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;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&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;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the repository 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: You can use the Build-Dependencies command in Aptitude for the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do the following to pull in most of what you need:&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
&lt;br /&gt;
Note: If you have already installed an older version of wesnoth, uninstall it by running:&lt;br /&gt;
 aptitude purge wesnoth&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.&lt;br /&gt;
&lt;br /&gt;
== SteamOS ==&lt;br /&gt;
Installing Battle for Wesnoth on SteamOS is similar to doing so on Debian, as SteamOS is largely based on Debian &amp;quot;wheezy&amp;quot;. However, there are a few steps to take to enable the Debian repositories in SteamOS. [http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After they are enabled, run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
To add a shortcut to launch wesnoth in Big Picture mode, open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions]. Then close the client and switch back to using Big Picture and it will be under Games.&lt;br /&gt;
&lt;br /&gt;
NOTE: You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&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;
| 14.04 (Saucy)&lt;br /&gt;
| 1.10.7&lt;br /&gt;
|-&lt;br /&gt;
| 12.04 (Precise)&lt;br /&gt;
| 1.10.2&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;
Another alternative with backports, especially wesnoth 1.11 from debian is c42-backport-games PPA: [http://launchpad.net/~dirk-computer42/+archive/c42-backport-games ppa:dirk-computer42/c42-backport-games]. Note that it is not recommended to use packages from Debian on Ubuntu due to the multiple Ubuntu-specific changes that would be needed. See [http://www.computer42.org/xwiki-static/exported/DevNotes/xwiki.DevNotes.c42-ppa.html] for more informations.&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 ARM, x86, 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;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest version marked stable is 1.10.7 for amd64, x86, ppc, andppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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;
== PCLinuxOS ==&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build for Slackware 14.0: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.1 and SalixOS 14.1 is 1.10.7.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. Slackbuilds for Battle for Wesnoth on Slackware 14.1 are for 1.10.7.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
 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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
You can either use the following One-Click-Install links below, or run the following at the command line (replacing 12.3 with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_12.3/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
The following packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&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 13.1 [http://software.opensuse.org/ymp/games/openSUSE_13.1/wesnoth.ymp?base=openSUSE%3A13.1&amp;amp;query=wesnoth One-Click-Install] v1.10.7&lt;br /&gt;
* OpenSUSE 12.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.7&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
&lt;br /&gt;
The following package was packaged by [https://build.opensuse.org/project/show/home:phwestphal Phillip Westphal]&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling release) [http://software.opensuse.org/ymp/home:phwestphal:games/openSUSE_Tumbleweed/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
&lt;br /&gt;
== Vine Linux (VineSeed)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux&amp;quot; is using VLGothic font.&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;
== 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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=53534</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=53534"/>
		<updated>2014-03-08T21:47:14Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Adding Debian derivative SteamOS, as it can use Debian's packages.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want different version, you need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.8 1.8] (older stable), [http://packages.debian.org/wesnoth-1.10 1.10] (stable), or  [http://packages.debian.org/wesnoth-1.11 1.11] (development, for unstable and testing only)&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;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&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;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the repository 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: You can use the Build-Dependencies command in Aptitude for the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do the following to pull in most of what you need:&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
&lt;br /&gt;
Note: If you have already installed an older version of wesnoth, uninstall it by running:&lt;br /&gt;
 aptitude purge wesnoth&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.&lt;br /&gt;
&lt;br /&gt;
== SteamOS ==&lt;br /&gt;
Installing Battle for Wesnoth on SteamOS is similar to doing so on Debian, as SteamOS is largely based on Debian &amp;quot;wheezy&amp;quot;. However, there are a few steps to take to enable the Debian repositories in SteamOS. [http://steamcommunity.com/groups/steamuniverse/discussions/1/648814396114274132/ Click here] for directions. After they are enabled, run the following as root to install wesnoth to use in Desktop mode:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&lt;br /&gt;
&lt;br /&gt;
To add a shortcut to launch wesnoth in Big Picture mode, open the Steam client in Desktop mode and [https://support.steampowered.com/kb_article.php?ref=2219-YDJV-5557 follow these instructions]. Then close the client and switch back to using Big Picture and it will be under Games.&lt;br /&gt;
&lt;br /&gt;
NOTE: You will need to enable access to the desktop in SteamOS to add the Debian repositories to SteamOS. [https://steamcommunity.com/groups/steamuniverse/discussions/1/648814395741989999/ Click here] and scroll down to the heading &amp;quot;How do I get to the desktop on SteamOS? All I see is Steam.&amp;quot; for instructions&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;
| 13.10 (Saucy)&lt;br /&gt;
| 1.10.6&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10.4, with 1.10.5 in backports&lt;br /&gt;
|-&lt;br /&gt;
| 12.04 (Precise)&lt;br /&gt;
| 1.10.2&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;
Another alternative with backports, especially wesnoth 1.11 from debian is c42-backport-games PPA: [http://launchpad.net/~dirk-computer42/+archive/c42-backport-games ppa:dirk-computer42/c42-backport-games]. Note that it is not recommended to use packages from Debian on Ubuntu due to the multiple Ubuntu-specific changes that would be needed.&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 ARM, x86, 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;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest version marked stable is 1.10.7 for amd64, x86, ppc, andppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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;
== PCLinuxOS ==&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build for Slackware 14.0: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.1 and SalixOS 14.1 is 1.10.7.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. Slackbuilds for Battle for Wesnoth on Slackware 14.1 are for 1.10.7.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
 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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
You can either use the following One-Click-Install links below, or run the following at the command line (replacing 12.3 with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_12.3/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
The following packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&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 13.1 [http://software.opensuse.org/ymp/games/openSUSE_13.1/wesnoth.ymp?base=openSUSE%3A13.1&amp;amp;query=wesnoth One-Click-Install] v1.10.7&lt;br /&gt;
* OpenSUSE 12.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.7&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
&lt;br /&gt;
The following package was packaged by [https://build.opensuse.org/project/show/home:phwestphal Phillip Westphal]&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling release) [http://software.opensuse.org/ymp/home:phwestphal:games/openSUSE_Tumbleweed/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
&lt;br /&gt;
== Vine Linux (VineSeed)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux&amp;quot; is using VLGothic font.&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;
== 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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=53529</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=53529"/>
		<updated>2014-03-08T21:11:52Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Trimming EOL'd distribution versions, updating Gentoo available versions, etc., etc., etc.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want different version, you need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.8 1.8] (older stable), [http://packages.debian.org/wesnoth-1.10 1.10] (stable), or  [http://packages.debian.org/wesnoth-1.11 1.11] (development, for unstable and testing only)&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;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&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;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the repository 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: You can use the Build-Dependencies command in Aptitude for the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do the following to pull in most of what you need:&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
&lt;br /&gt;
Note: If you have already installed an older version of wesnoth, uninstall it by running:&lt;br /&gt;
 aptitude purge wesnoth&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.&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;
| 13.10 (Saucy)&lt;br /&gt;
| 1.10.6&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10.4, with 1.10.5 in backports&lt;br /&gt;
|-&lt;br /&gt;
| 12.04 (Precise)&lt;br /&gt;
| 1.10.2&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;
Another alternative with backports, especially wesnoth 1.11 from debian is c42-backport-games PPA: [http://launchpad.net/~dirk-computer42/+archive/c42-backport-games ppa:dirk-computer42/c42-backport-games]. Note that it is not recommended to use packages from Debian on Ubuntu due to the multiple Ubuntu-specific changes that would be needed.&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 ARM, x86, 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;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest version marked stable is 1.10.7 for amd64, x86, ppc, andppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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;
== PCLinuxOS ==&lt;br /&gt;
* RPM packages are included on the PCLinuxOS mirrors in the games repository under pclinuxos/2010 (for x86) or the x86_64 repository under pclinuxos/2011 (for x86_64)&lt;br /&gt;
* Enable the repos, then either use your preferred package manager to install wesnoth, or run &amp;lt;code&amp;gt;sudo apt-get install wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
* Contrary to the above naming scheme, PCLinuxOS operates on a rolling release, similar to Gentoo&lt;br /&gt;
&lt;br /&gt;
== Slackware/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build for Slackware 14.0: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware 14.1 and SalixOS 14.1 is 1.10.7.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. Slackbuilds for Battle for Wesnoth on Slackware 14.1 are for 1.10.7.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
 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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
You can either use the following One-Click-Install links below, or run the following at the command line (replacing 12.3 with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_12.3/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
The following packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&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 13.1 [http://software.opensuse.org/ymp/games/openSUSE_13.1/wesnoth.ymp?base=openSUSE%3A13.1&amp;amp;query=wesnoth One-Click-Install] v1.10.7&lt;br /&gt;
* OpenSUSE 12.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.7&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
&lt;br /&gt;
The following package was packaged by [https://build.opensuse.org/project/show/home:phwestphal Phillip Westphal]&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling release) [http://software.opensuse.org/ymp/home:phwestphal:games/openSUSE_Tumbleweed/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
&lt;br /&gt;
== Vine Linux (VineSeed)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;wesnoth&amp;quot; rpm package for &amp;quot;Vine Linux&amp;quot; is using VLGothic font.&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;
== 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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=52640</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=52640"/>
		<updated>2013-12-07T06:02:40Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* Vine Linux */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want different version, you need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.8 1.8] (older stable), [http://packages.debian.org/wesnoth-1.10 1.10] (stable), or  [http://packages.debian.org/wesnoth-1.11 1.11] (development, for unstable and testing only)&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;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&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;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the repository 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: You can use the Build-Dependencies command in Aptitude for the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do the following to pull in most of what you need:&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
&lt;br /&gt;
Note: If you have already installed an older version of wesnoth, uninstall it by running:&lt;br /&gt;
 aptitude purge wesnoth&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;
| 13.10 (Saucy)&lt;br /&gt;
| 1.10.6&lt;br /&gt;
|-&lt;br /&gt;
| 13.04 (Raring)&lt;br /&gt;
| 1.10.6&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10.4, with 1.10.5 in backports&lt;br /&gt;
|-&lt;br /&gt;
| 12.04 (Precise)&lt;br /&gt;
| 1.10.2&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 ARM, x86, 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;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest versions marked stable are 1.10.7 for amd64, 1.10.6 for x86 and ppc, and 1.10.4 for ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (currently 1.10.7 for x86, ppc, and ppc64), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware14 and SalixOS 14 is 1.10.4.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. Slackbuilds for Battle for Wesnoth on Slackware 14 are for 1.10.6.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
 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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
You can either use the following One-Click-Install links below, or run the following at the command line (replacing 12.3 with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_12.3/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
The following packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&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 13.1 [http://software.opensuse.org/ymp/games/openSUSE_13.1/wesnoth.ymp?base=openSUSE%3A13.1&amp;amp;query=wesnoth One-Click-Install] v1.10.7&lt;br /&gt;
* OpenSUSE 12.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.7&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
&lt;br /&gt;
The following package was packaged by [https://build.opensuse.org/project/show/home:phwestphal Phillip Westphal]&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling release) [http://software.opensuse.org/ymp/home:phwestphal:games/openSUSE_Tumbleweed/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&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&amp;quot; is using VLGothic font.&lt;br /&gt;
&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;
== 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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=52639</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=52639"/>
		<updated>2013-12-07T06:01:32Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* Gentoo */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want different version, you need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.8 1.8] (older stable), [http://packages.debian.org/wesnoth-1.10 1.10] (stable), or  [http://packages.debian.org/wesnoth-1.11 1.11] (development, for unstable and testing only)&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;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&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;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the repository 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: You can use the Build-Dependencies command in Aptitude for the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do the following to pull in most of what you need:&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
&lt;br /&gt;
Note: If you have already installed an older version of wesnoth, uninstall it by running:&lt;br /&gt;
 aptitude purge wesnoth&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;
| 13.10 (Saucy)&lt;br /&gt;
| 1.10.6&lt;br /&gt;
|-&lt;br /&gt;
| 13.04 (Raring)&lt;br /&gt;
| 1.10.6&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10.4, with 1.10.5 in backports&lt;br /&gt;
|-&lt;br /&gt;
| 12.04 (Precise)&lt;br /&gt;
| 1.10.2&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 ARM, x86, 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;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest versions marked stable are 1.10.7 for amd64, 1.10.6 for x86 and ppc, and 1.10.4 for ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (currently 1.10.7 for x86, ppc, and ppc64), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware14 and SalixOS 14 is 1.10.4.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. Slackbuilds for Battle for Wesnoth on Slackware 14 are for 1.10.6.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
 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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
You can either use the following One-Click-Install links below, or run the following at the command line (replacing 12.3 with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_12.3/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
The following packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&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 13.1 [http://software.opensuse.org/ymp/games/openSUSE_13.1/wesnoth.ymp?base=openSUSE%3A13.1&amp;amp;query=wesnoth One-Click-Install] v1.10.7&lt;br /&gt;
* OpenSUSE 12.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.7&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
&lt;br /&gt;
The following package was packaged by [https://build.opensuse.org/project/show/home:phwestphal Phillip Westphal]&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling release) [http://software.opensuse.org/ymp/home:phwestphal:games/openSUSE_Tumbleweed/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&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;
;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;
== 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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=52638</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=52638"/>
		<updated>2013-12-07T05:56:26Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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;
* [http://packages.debian.org/wesnoth Official packages] including the development releases. If you want different version, you need to explicitly request which branch version of wesnoth you want, e.g. [http://packages.debian.org/wesnoth-1.8 1.8] (older stable), [http://packages.debian.org/wesnoth-1.10 1.10] (stable), or  [http://packages.debian.org/wesnoth-1.11 1.11] (development, for unstable and testing only)&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;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&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;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the repository 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: You can use the Build-Dependencies command in Aptitude for the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do the following to pull in most of what you need:&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
&lt;br /&gt;
Note: If you have already installed an older version of wesnoth, uninstall it by running:&lt;br /&gt;
 aptitude purge wesnoth&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;
| 13.10 (Saucy)&lt;br /&gt;
| 1.10.6&lt;br /&gt;
|-&lt;br /&gt;
| 13.04 (Raring)&lt;br /&gt;
| 1.10.6&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10.4, with 1.10.5 in backports&lt;br /&gt;
|-&lt;br /&gt;
| 12.04 (Precise)&lt;br /&gt;
| 1.10.2&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 ARM, x86, 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;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest versions marked stable are and 1.10.6 for x86, amd64, and ppc, and 1.10.4 for ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (currently 1.10.7), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware14 and SalixOS 14 is 1.10.4.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. Slackbuilds for Battle for Wesnoth on Slackware 14 are for 1.10.6.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
 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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
You can either use the following One-Click-Install links below, or run the following at the command line (replacing 12.3 with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_12.3/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
The following packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&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 13.1 [http://software.opensuse.org/ymp/games/openSUSE_13.1/wesnoth.ymp?base=openSUSE%3A13.1&amp;amp;query=wesnoth One-Click-Install] v1.10.7&lt;br /&gt;
* OpenSUSE 12.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.7&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
&lt;br /&gt;
The following package was packaged by [https://build.opensuse.org/project/show/home:phwestphal Phillip Westphal]&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling release) [http://software.opensuse.org/ymp/home:phwestphal:games/openSUSE_Tumbleweed/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&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;
;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;
== 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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=Talk:WesnothBinariesLinux&amp;diff=51864</id>
		<title>Talk:WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=Talk:WesnothBinariesLinux&amp;diff=51864"/>
		<updated>2013-09-03T16:23:33Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Reply&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Is it convenient to clean some information? ==&lt;br /&gt;
* Compile information should not be here&lt;br /&gt;
* Vine Linux section is terribly outdated, it just misinforms&lt;br /&gt;
* Yoper Linux is dead (http://yoper-linux.org/2012/11/time-to-close-shop/)&lt;br /&gt;
&lt;br /&gt;
Bonus:&lt;br /&gt;
* It is relevant to maintain openSUSE 11.1 (Dec 2008), openSUSE 11.2 (Nov 2009) information? Why not maintain Ubuntu 8.10, 9.04... information too? I think it is obsolete.&lt;br /&gt;
&lt;br /&gt;
Response from the concerned user editing the main Linux Binaries page:&lt;br /&gt;
* I try and edit the pages whenever I get a chance to check up on things. It's not as often as I like, so thankfully, this being a wiki and all, one can easily contribute when one can.&lt;br /&gt;
* I am doing some trimming down today, dropping Mandriva, all non-desktop-supported Ubuntu versions, and other clearly EOL linux items. Also, I'm trimming Vine to use VineSeed only, as that is seeing some life.&lt;br /&gt;
* The distribution-specific compile information stays, since there are specific steps needed to be followed for these distributions.&lt;br /&gt;
* Since Yoper is still available, albeit dead, it should be left for now. In November, if there are no changes in status, then the section should be wiped.&lt;br /&gt;
&lt;br /&gt;
[[User:BiafraRepublic|BiafraRepublic]] 16:23, 3 September 2013 (UTC)&lt;br /&gt;
&lt;br /&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=51863</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=51863"/>
		<updated>2013-09-03T16:23:19Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Major cleanup complete... I hope&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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;
* [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] (older stable), [http://packages.debian.org/wesnoth-1.10 1.10] (stable), or  [http://packages.debian.org/wesnoth-1.11 1.11] (development, for unstable and testing only)&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;
===Command-line install===&lt;br /&gt;
To install Wesnoth, run the following to pull in everything:&lt;br /&gt;
 aptitude install wesnoth wesnoth-music&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;
&lt;br /&gt;
===Compiling===&lt;br /&gt;
&lt;br /&gt;
If you want to play with the repository 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: You can use the Build-Dependencies command in Aptitude for the Debian package.&lt;br /&gt;
&lt;br /&gt;
Just do the following to pull in most of what you need:&lt;br /&gt;
 aptitude build-dep wesnoth&lt;br /&gt;
&lt;br /&gt;
Note: If you have already installed an older version of wesnoth, uninstall it by running:&lt;br /&gt;
 aptitude purge wesnoth&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;
| 13.04 (Raring)&lt;br /&gt;
| 1.10&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10&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;
&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 ARM, x86, 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;
 yum install wesnoth wesnoth-tools wesnoth-server &lt;br /&gt;
&lt;br /&gt;
== Gentoo ==&lt;br /&gt;
To install the game only, run the following as root:&lt;br /&gt;
 emerge wesnoth&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest versions marked stable are and 1.10.6 for x86, amd64, and ppc, and 1.10.4 for ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version (currently 1.10.7), add the following line to your /etc/portage/package.keywords file before running the emerge command:&lt;br /&gt;
&lt;br /&gt;
 games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mageia / Rosa ==&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth&lt;br /&gt;
&lt;br /&gt;
For the development version (Rosa only, as root):&lt;br /&gt;
&lt;br /&gt;
 urpmi wesnoth-unstable&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware14 and SalixOS 14 is 1.10.4.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. Slackbuilds for Battle for Wesnoth on Slackware 14 are for 1.10.6.  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;
Note: These packages depend on boost (plus icu if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
 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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run the following to get the latest version:&lt;br /&gt;
 slapt-get --install wesnoth&lt;br /&gt;
&lt;br /&gt;
==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;
You can either use the following One-Click-Install links below, or run the following at the command line (replacing 12.3 with your OpenSUSE version):&lt;br /&gt;
 sudo zypper ar --refresh http://download.opensuse.org/repositories/games/openSUSE_12.3/ Games&lt;br /&gt;
 sudo zypper ref&lt;br /&gt;
 sudo zypper in wesnoth&lt;br /&gt;
&lt;br /&gt;
The following packages were packaged by [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].&lt;br /&gt;
&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.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
&lt;br /&gt;
The following package was packaged by [https://build.opensuse.org/project/show/home:phwestphal Phillip Westphal]&lt;br /&gt;
&lt;br /&gt;
* OpenSUSE Tumbleweed (rolling release) [http://software.opensuse.org/ymp/home:phwestphal:games/openSUSE_Tumbleweed/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&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;
;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;
NOTE: Yoper Linux has been abandoned by its maintainer. Please switch to another distribution as soon as possible.&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=51862</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=51862"/>
		<updated>2013-09-03T14:46:23Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* Ubuntu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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 repository 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;
| 13.04 (Raring)&lt;br /&gt;
| 1.10&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10&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;
&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;
To install the game only, run the following as root:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest versions marked stable are and 1.10.6 for x86, amd64, and ppc, and 1.10.4 for ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version, add the following line to your /etc/portage/package.keywords file:&lt;br /&gt;
&lt;br /&gt;
games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mandriva / Mageia / Rosa ==&lt;br /&gt;
NOTE: All free and paid consumer-oriented versions of Mandriva are end-of-life and thus no longer supported, and Mandriva is now selling commercial business server software. Switching to Mageia or Rosa is strongly advised.&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development version (Mandriva and Rosa only, as root):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;urpmi wesnoth-unstable&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Mandriva Linux&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib backports&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware14 and SalixOS 14 is 1.10.4.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. Slackbuilds for Battle for Wesnoth on Slackware 14 are for 1.10.6.  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;
Note: Depends on boost package (+ icu package if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run slapt-get --install wesnoth to get the latest version&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;
* 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.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth One-Click-Install] v1.10.5&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.10.5&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=51861</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=51861"/>
		<updated>2013-09-03T14:35:30Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* Gentoo */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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 repository 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;
| 13.04 (Raring)&lt;br /&gt;
| 1.10&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10&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;
To install the game only, run the following as root:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest versions marked stable are and 1.10.6 for x86, amd64, and ppc, and 1.10.4 for ppc64.&lt;br /&gt;
&lt;br /&gt;
To install the latest unstable version, add the following line to your /etc/portage/package.keywords file:&lt;br /&gt;
&lt;br /&gt;
games-strategy/wesnoth ~*&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mandriva / Mageia / Rosa ==&lt;br /&gt;
NOTE: All free and paid consumer-oriented versions of Mandriva are end-of-life and thus no longer supported, and Mandriva is now selling commercial business server software. Switching to Mageia or Rosa is strongly advised.&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development version (Mandriva and Rosa only, as root):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;urpmi wesnoth-unstable&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Mandriva Linux&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib backports&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware14 and SalixOS 14 is 1.10.4.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. Slackbuilds for Battle for Wesnoth on Slackware 14 are for 1.10.6.  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;
Note: Depends on boost package (+ icu package if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run slapt-get --install wesnoth to get the latest version&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;
* 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.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth One-Click-Install] v1.10.5&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.10.5&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=51860</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=51860"/>
		<updated>2013-09-03T14:15:16Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* Slackware/SalixOS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WesnothBinariesLinux/Translations}}&lt;br /&gt;
&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;
* The latest stable version can be installed from the [community] repository: &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 repository 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;
| 13.04 (Raring)&lt;br /&gt;
| 1.10&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10&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;
To install the game only, run the following as root:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest versions marked stable are and 1.10.5 for x86, amd64, and ppc, and 1.10.4 for ppc64&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mandriva / Mageia / Rosa ==&lt;br /&gt;
NOTE: All free and paid consumer-oriented versions of Mandriva are end-of-life and thus no longer supported, and Mandriva is now selling commercial business server software. Switching to Mageia or Rosa is strongly advised.&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development version (Mandriva and Rosa only, as root):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;urpmi wesnoth-unstable&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Mandriva Linux&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib backports&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 Slacky] Latest Wesnoth build: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware14 and SalixOS 14 is 1.10.4.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. Slackbuilds for Battle for Wesnoth on Slackware 14 are for 1.10.6.  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;
Note: Depends on boost package (+ icu package if you use binary from Slacky), so it should be installed before installing Battle for Wesnoth binary or compiling from source.&lt;br /&gt;
&lt;br /&gt;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from Slacky or SalixOS).&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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run slapt-get --install wesnoth to get the latest version&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;
* 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.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth One-Click-Install] v1.10.5&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.10.5&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=50667</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=50667"/>
		<updated>2013-04-30T12:36:04Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: Adding carriage returns to keep Pardus from crashing into Mandriva/Mageia/Rosa&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;
* The latest stable version can be installed from the [community] repository: &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 repository 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;
| 13.04 (Raring)&lt;br /&gt;
| 1.10&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10&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;
To install the game only, run the following as root:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest versions marked stable are and 1.10.5 for x86, amd64, and ppc, and 1.10.4 for ppc64&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mandriva / Mageia / Rosa ==&lt;br /&gt;
NOTE: All free and paid consumer-oriented versions of Mandriva are end-of-life and thus no longer supported, and Mandriva is now selling commercial business server software. Switching to Mageia or Rosa is strongly advised.&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development version (Mandriva and Rosa only, as root):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;urpmi wesnoth-unstable&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Mandriva Linux&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib backports&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- Begin Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- End Carriage returns to keep the Pardus Linux entry from crashing into the Mandriva-based table --&amp;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/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 ] Latest Wesnoth build: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware14 and SalixOS 14 is 1.10.4.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. Slackbuilds for Battle for Wesnoth on Slackware 14 are for 1.10.6.  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;
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;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from slacky or SalixOS).&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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run slapt-get --install wesnoth to get the latest version&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;
* 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.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth One-Click-Install] v1.10.5&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.10.5&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=50666</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=50666"/>
		<updated>2013-04-30T12:31:37Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* Mandriva / Rosa */ Added Mageia Linux, and a warning about the now business-oriented Mandriva Linux&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;
* The latest stable version can be installed from the [community] repository: &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 repository 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;
| 13.04 (Raring)&lt;br /&gt;
| 1.10&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10&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;
To install the game only, run the following as root:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest versions marked stable are and 1.10.5 for x86, amd64, and ppc, and 1.10.4 for ppc64&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&lt;br /&gt;
&lt;br /&gt;
== Mandriva / Mageia / Rosa ==&lt;br /&gt;
NOTE: All free and paid consumer-oriented versions of Mandriva are end-of-life and thus no longer supported, and Mandriva is now selling commercial business server software. Switching to Mageia or Rosa is strongly advised.&lt;br /&gt;
&lt;br /&gt;
To install the latest stable version (as root):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;urpmi wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the development version (Mandriva and Rosa only, as root):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;urpmi wesnoth-unstable&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also use the GUI package manager RPMDrake (in the Control Centre).&lt;br /&gt;
&lt;br /&gt;
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:&lt;br /&gt;
&lt;br /&gt;
{|align=&amp;quot;left&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Distribution&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth&lt;br /&gt;
!align=&amp;quot;left&amp;quot;|Repository for wesnoth-unstable&lt;br /&gt;
|-&lt;br /&gt;
|Mandriva Linux&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib backports&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux Desktop&lt;br /&gt;
|contrib release&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Rosa Linux LTS&lt;br /&gt;
|contrib updates&lt;br /&gt;
|contrib updates&lt;br /&gt;
|-&lt;br /&gt;
|Mageia&lt;br /&gt;
|core release&lt;br /&gt;
|N/A&lt;br /&gt;
|}&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/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 ] Latest Wesnoth build: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware14 and SalixOS 14 is 1.10.4.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. Slackbuilds for Battle for Wesnoth on Slackware 14 are for 1.10.6.  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;
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;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from slacky or SalixOS).&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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run slapt-get --install wesnoth to get the latest version&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;
* 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.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth One-Click-Install] v1.10.5&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.10.5&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=50665</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=50665"/>
		<updated>2013-04-30T11:05:21Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* Arch Linux */&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;
* The latest stable version can be installed from the [community] repository: &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 repository 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;
| 13.04 (Raring)&lt;br /&gt;
| 1.10&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10&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;
To install the game only, run the following as root:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest versions marked stable are and 1.10.5 for x86, amd64, and ppc, and 1.10.4 for ppc64&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&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/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 ] Latest Wesnoth build: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware14 and SalixOS 14 is 1.10.4.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. Slackbuilds for Battle for Wesnoth on Slackware 14 are for 1.10.6.  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;
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;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from slacky or SalixOS).&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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run slapt-get --install wesnoth to get the latest version&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;
* 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.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth One-Click-Install] v1.10.5&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.10.5&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=50664</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=50664"/>
		<updated>2013-04-30T10:51:28Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* Gentoo */ Updating instructions&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 repository 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;
| 13.04 (Raring)&lt;br /&gt;
| 1.10&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10&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;
To install the game only, run the following as root:&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To install the game and the server, add 'server' to your USE flags, then run emerge as above.&lt;br /&gt;
&lt;br /&gt;
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.&lt;br /&gt;
&lt;br /&gt;
The latest versions marked stable are and 1.10.5 for x86, amd64, and ppc, and 1.10.4 for ppc64&lt;br /&gt;
&lt;br /&gt;
The ebuild is currently maintained by Michael Sterrett.&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/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 ] Latest Wesnoth build: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware14 and SalixOS 14 is 1.10.4.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. Slackbuilds for Battle for Wesnoth on Slackware 14 are for 1.10.6.  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;
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;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from slacky or SalixOS).&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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run slapt-get --install wesnoth to get the latest version&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;
* 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.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth One-Click-Install] v1.10.5&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.10.5&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=50484</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=50484"/>
		<updated>2013-04-27T17:06:58Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* Slackware */ Adding SalixOS&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 repository 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;
| 13.04 (Raring)&lt;br /&gt;
| 1.10&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10&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;
We don't currently know an emerge recipe for building the current development release.  There was one in former times, but that method bit-rotted in 2009.&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/SalixOS ==&lt;br /&gt;
&lt;br /&gt;
* Packages of Battle for Wesnoth for Slackware 14 can be downloaded from [http://www.slacky.eu/asche/pkgs/index.php?ver=16&amp;amp;pkg=2467 ] Latest Wesnoth build: 1.10.5&lt;br /&gt;
&lt;br /&gt;
* SalixOS is a Slackware-derived distribution that aims to provide packages that are also backwards-compatible with Slackware. The latest Wesnoth build in the SalixOS repositories for Slackware14 and SalixOS 14 is 1.10.4.&lt;br /&gt;
&lt;br /&gt;
* Building from source using SlackBuild script from [http://slackbuilds.org/result/?search=wesnoth&amp;amp;sv= SlackBuilds.org]. Slackbuilds for Battle for Wesnoth on Slackware 14 are for 1.10.6.  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;
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;
===Installation for Slackware===&lt;br /&gt;
&lt;br /&gt;
Binary package: Downloaded Battle for Wesnoth binary, boost and icu dependency install with installpkg command (downloadable from slacky or SalixOS).&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] and compile &lt;br /&gt;
&lt;br /&gt;
===Installation for SalixOS===&lt;br /&gt;
&lt;br /&gt;
Run slapt-get --install wesnoth to get the latest version&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;
* 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.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth One-Click-Install] v1.10.5&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.10.5&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=50483</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=50483"/>
		<updated>2013-04-27T16:46:50Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* OpenSUSE */&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 repository 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;
| 13.04 (Raring)&lt;br /&gt;
| 1.10&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10&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;
We don't currently know an emerge recipe for building the current development release.  There was one in former times, but that method bit-rotted in 2009.&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;
* 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.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth One-Click-Install] v1.10.5&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth One-Click-Install] v1.10.5&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.10.5&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=50482</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=50482"/>
		<updated>2013-04-27T16:46:17Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* OpenSUSE */&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 repository 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;
| 13.04 (Raring)&lt;br /&gt;
| 1.10&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10&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;
We don't currently know an emerge recipe for building the current development release.  There was one in former times, but that method bit-rotted in 2009.&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;
* 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.3 [http://software.opensuse.org/ymp/games/openSUSE_12.3/wesnoth.ymp?base=openSUSE%3A12.3&amp;amp;query=wesnoth] v1.10.5&lt;br /&gt;
* OpenSUSE 12.2 [http://software.opensuse.org/ymp/games/openSUSE_12.2/wesnoth.ymp?base=openSUSE%3A12.2&amp;amp;query=wesnoth] v1.10.5&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] v1.10.5&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=50481</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=50481"/>
		<updated>2013-04-27T16:30:21Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* Ubuntu */ Adding info for Quantal and Raring&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 repository 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;
| 13.04 (Raring)&lt;br /&gt;
| 1.10&lt;br /&gt;
|-&lt;br /&gt;
| 12.10 (Quantal)&lt;br /&gt;
| 1.10&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;
We don't currently know an emerge recipe for building the current development release.  There was one in former times, but that method bit-rotted in 2009.&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=44475</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=44475"/>
		<updated>2011-12-26T10:24:39Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* SuSE / OpenSUSE */ Updated drastically out of date openSUSE section. Also, renamed it as none of the SLE package repos have valid URLs...&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;
== [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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=30510</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=30510"/>
		<updated>2009-05-12T05:57:58Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* SuSE / OpenSUSE */&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.3.19 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;
* For '''unstable and stable builds''', visit [http://itwesnoth.valdan.net ITWESNOTH] and ours repository on tuxfamily: [http://download.tuxfamily.org/itwesnoth/debian/].&lt;br /&gt;
&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;
====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;
For '''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;
====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;
====Dapper====&lt;br /&gt;
&lt;br /&gt;
6.06's universe repository includes version 1.0.2.&lt;br /&gt;
&lt;br /&gt;
This is the (really old) stable release of the 1.0.x series. As this is not the latest version, Dapper users will need to do one of the following to obtain the latest version:&lt;br /&gt;
*Upgrade to a later version of Ubuntu, or&lt;br /&gt;
*Use an unofficial repository, or&lt;br /&gt;
*Build from the source per Debian above, or&lt;br /&gt;
*Use the generic binary for GNU/Linux found on the [[Download]] page.&lt;br /&gt;
Of these options, the final one is most likely the easiest at this time, while building from source is the most reliable.&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;
=== 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;
* Packages of Battle for Wesnoth for Slackware-current can be downloaded from [http://www.develia.org/tarballs.php?p=hobby develia.org]&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>BiafraRepublic</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=30509</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=30509"/>
		<updated>2009-05-12T05:54:41Z</updated>

		<summary type="html">&lt;p&gt;BiafraRepublic: /* SuSE / OpenSUSE */&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.3.19 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;
* For '''unstable and stable builds''', visit [http://itwesnoth.valdan.net ITWESNOTH] and ours repository on tuxfamily: [http://download.tuxfamily.org/itwesnoth/debian/].&lt;br /&gt;
&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;
====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;
For '''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;
====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;
====Dapper====&lt;br /&gt;
&lt;br /&gt;
6.06's universe repository includes version 1.0.2.&lt;br /&gt;
&lt;br /&gt;
This is the (really old) stable release of the 1.0.x series. As this is not the latest version, Dapper users will need to do one of the following to obtain the latest version:&lt;br /&gt;
*Upgrade to a later version of Ubuntu, or&lt;br /&gt;
*Use an unofficial repository, or&lt;br /&gt;
*Build from the source per Debian above, or&lt;br /&gt;
*Use the generic binary for GNU/Linux found on the [[Download]] page.&lt;br /&gt;
Of these options, the final one is most likely the easiest at this time, while building from source is the most reliable.&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;
=== 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;
* Packages of Battle for Wesnoth for Slackware-current can be downloaded from [http://www.develia.org/tarballs.php?p=hobby develia.org]&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. &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>BiafraRepublic</name></author>
		
	</entry>
</feed>