<?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=Santa</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=Santa"/>
	<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/Special:Contributions/Santa"/>
	<updated>2026-04-10T22:07:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=12257</id>
		<title>WesnothBinariesLinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.wesnoth.org/index.php?title=WesnothBinariesLinux&amp;diff=12257"/>
		<updated>2006-11-01T23:48:47Z</updated>

		<summary type="html">&lt;p&gt;Santa: /* Ubuntu */&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.1.3. Simply use the package installation tool to install the wesnoth package, or run &amp;lt;code&amp;gt;apt-get update; apt-get dist-upgrade&amp;lt;/code&amp;gt;.&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;apt-get install wesnoth&amp;lt;/code&amp;gt; or &lt;br /&gt;
* &amp;lt;code&amp;gt;aptitude install wesnoth&amp;lt;/code&amp;gt; &lt;br /&gt;
* [http://packages.debian.org/wesnoth Official packages]&lt;br /&gt;
* [http://debian.wesnoth.org/sarge Wesnoth 1.0 backport for Sarge]&lt;br /&gt;
===&amp;gt; about this backport, maybe an issue with an unresolvable dependancy, the &amp;quot;ttf-dejavu&amp;quot; package which is required but does not belong to sarge main archive. If someone could confirm ? [ 4 october 2005 ]This package is required but it is in backports for sarge&lt;br /&gt;
&amp;quot;'''deb http://www.backports.org/debian/ sarge-backports main'''&amp;quot;&lt;br /&gt;
and works without any problems [24.05.2006].&lt;br /&gt;
&lt;br /&gt;
====&amp;gt; 8 October: adding&lt;br /&gt;
&lt;br /&gt;
 deb http://ftp.tr.debian.org/debian/ unstable main&lt;br /&gt;
 deb-src http://ftp.tr.debian.org/debian/ unstable main&lt;br /&gt;
&lt;br /&gt;
to /etc/apt/sources.list,&lt;br /&gt;
&lt;br /&gt;
 Package: wesnoth&lt;br /&gt;
 Pin: version 1.0-1sarge*&lt;br /&gt;
 Pin-Priority: 1001&lt;br /&gt;
 &lt;br /&gt;
 Package: wesnoth-data&lt;br /&gt;
 Pin: version 1.0-1sarge*&lt;br /&gt;
 Pin-Priority: 1001&lt;br /&gt;
 &lt;br /&gt;
 Package: *&lt;br /&gt;
 Pin: release a=stable&lt;br /&gt;
 Pin-Priority: 700&lt;br /&gt;
 &lt;br /&gt;
 Package: *&lt;br /&gt;
 Pin: release a=testing&lt;br /&gt;
 Pin-Priority: 650&lt;br /&gt;
 &lt;br /&gt;
 Package: *&lt;br /&gt;
 Pin: release a=unstable&lt;br /&gt;
 Pin-Priority: 600&lt;br /&gt;
&lt;br /&gt;
to /etc/apt/preferences and then installing ttf-dejavu with&lt;br /&gt;
&lt;br /&gt;
 apt-get install -t unstable ttf-dejavu&lt;br /&gt;
&lt;br /&gt;
worked for me ;-)&lt;br /&gt;
&lt;br /&gt;
====Compiling====&lt;br /&gt;
If you want to install the latest Development version 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;
&amp;lt;code&amp;gt;aptitude install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libfreetype6-dev&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Remains one package : libintl which isn't in the Debian packages database, but I think you can install it by&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;aptitude install gettext&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If someone may confirm that ... (Confirmed under Ubuntu 6.06 LTS but make sure that g++ and make are installed too.)&lt;br /&gt;
&lt;br /&gt;
'''To compile it :'''&lt;br /&gt;
If you have already installed and 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 will remove all your wesnoth configuration.&lt;br /&gt;
Then, download the source by wget, or your internet navigator. Save it in the /usr/src directory.&lt;br /&gt;
Now, it's very easy :&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&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
You may have more information about this part in the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
Battle for Wesnoth 1.0.1-1 is included in Ubuntu Dapper's universe collection. This is the latest stable release. As this is not the latest version, Breezy users will need to do one of the following to obtain the latest version:&lt;br /&gt;
*Upgrade to the Dapper Drake, or&lt;br /&gt;
*Use the Breezy-Backports repository,&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;
&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;
Ubuntu 6.10 Edgy Eft includes binaries for Wesnoth 1.1.8 in its universe repository, so if you're happy with this version, just upgrade to Edgy Eft.&lt;br /&gt;
&lt;br /&gt;
See the [http://help.ubuntu.com/starterguide/C/faqguide-all.html#addinguniverse Ubuntu Starter Guide]'s section on adding the universe repositories.&lt;br /&gt;
&lt;br /&gt;
Do not attempt to install the debian package and associated dependencies using ''dpkg'' as you will break your environment!&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;
=== Fedora Core ===&lt;br /&gt;
Battle for Wesnoth is included in [http://fedoraproject.org/wiki/Extras/ Fedora Extras], which is enabled in Fedora Core 4 by default.&lt;br /&gt;
* &amp;lt;code&amp;gt;yum install wesnoth wesnoth-tools wesnoth-server&amp;lt;/code&amp;gt; &lt;br /&gt;
* Wesnoth 1.0rc1: http://download.fedora.redhat.com/pub/fedora/linux/extras/&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, the latest development release is in portage but is currently masked&lt;br /&gt;
* &amp;lt;code&amp;gt;echo games-strategy/wesnoth &amp;gt;&amp;gt; /etc/portage/package.unmask&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;emerge wesnoth&amp;lt;/code&amp;gt;&lt;br /&gt;
&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;
=== 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] 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] 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;
=== Slackware 10.2 ===&lt;br /&gt;
sorry but the 10.1 isn't out. Don't worry the 10.2 is here \o/   enjoy&lt;br /&gt;
* '''Wesnoth 1.0.2''': http://asteroid.celeonet.fr/wesnoth/&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. If you have problems with these packages, or other questions, please contact [mailto:ozzy_AT_metal-district.de Holger Hetterich].&lt;br /&gt;
&lt;br /&gt;
* SUSE Linux 9.3 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_9.3/&lt;br /&gt;
* SUSE Linux 10.0 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_10.0/&lt;br /&gt;
* SUSE Linux 10.1 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_10.1/&lt;br /&gt;
* OpenSUSE Factory http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Factory/&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;/div&gt;</summary>
		<author><name>Santa</name></author>
		
	</entry>
</feed>