Difference between revisions of "WesnothBinariesLinux"

From The Battle for Wesnoth Wiki
(Ark Linux: Packages have been updated to 1.3.4)
(Flatpak: Switch the order of the links. People are more likely to click the first link, probably want the stable version, and may not know what "nightly" means)
 
(214 intermediate revisions by 63 users not shown)
Line 1: Line 1:
= GNU/Linux =
+
{{Translations}}
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.
 
  
=== Arch Linux ===
+
<div class="tright"> __TOC__ </div>
* For the official pkg from [extra]: <code>pacman -S wesnoth</code>  
 
* 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.
 
  
=== Ark Linux ===
+
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.
* Ark Linux includes an official wesnoth package, currently at version 1.3.4 Simply use the package installation tool to install the wesnoth package, or run <code>apt-get update; apt-get install wesnoth</code> (or <code>apt-get -t dockyard-devel install wesnoth</code> if you wish to run the current development version of wesnoth with all other packages from the stable tree)
 
* 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 (>= 4.0) and glibc (>= 2.4).
 
  
=== Debian ===
+
== Flatpak ==
* <code>apt-get install wesnoth</code> or
 
* <code>aptitude install wesnoth</code>
 
* [http://packages.debian.org/wesnoth Official packages]
 
* [http://debian.wesnoth.org/sarge Wesnoth 1.0 backport for Sarge]
 
===> about this backport, maybe an issue with an unresolvable dependancy, the "ttf-dejavu" 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
 
"'''deb http://www.backports.org/debian/ sarge-backports main'''"
 
and works without any problems [24.05.2006].
 
  
====> 8 October: adding
+
A flatpak of the current stable release can be found [https://flathub.org/apps/details/org.wesnoth.Wesnoth here].
  
  deb http://ftp.tr.debian.org/debian/ unstable main
+
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&t=47872 here].
deb-src http://ftp.tr.debian.org/debian/ unstable main
 
  
to /etc/apt/sources.list,
+
== Arch Linux ==
 +
* The latest stable version can be installed from the [community] repository: <code>pacman -S wesnoth</code>
 +
* There's a wesnoth-devel package for development releases in [https://aur.archlinux.org/packages/wesnoth-devel/ the AUR].
  
Package: wesnoth
+
== Debian ==
Pin: version 1.0-1sarge*
+
* [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)
Pin-Priority: 1001
+
* [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].
 
Package: wesnoth-data
 
Pin: version 1.0-1sarge*
 
Pin-Priority: 1001
 
 
Package: *
 
Pin: release a=stable
 
Pin-Priority: 700
 
 
Package: *
 
Pin: release a=testing
 
Pin-Priority: 650
 
 
Package: *
 
Pin: release a=unstable
 
Pin-Priority: 600
 
  
to /etc/apt/preferences and then installing ttf-dejavu with
+
===Command-line install===
 +
To install Wesnoth, run the following to pull in everything:
 +
aptitude install wesnoth wesnoth-music
  
apt-get install -t unstable ttf-dejavu
+
===Compiling===
  
worked for me ;-)
+
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.
  
====Compiling====
+
To install Wesnoth's dependencies if you have Debian's source repositories enabled in your config, you can just use apt's <code>build-dep</code> command with the package that best matches the version you are trying to build:
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].
 
  
'''To install the dependencies :'''
+
# Stable version
<code>aptitude install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libfreetype6-dev</code>
+
aptitude build-dep wesnoth
 +
# Development version
 +
aptitude build-dep wesnoth-1.14
  
Remains one package : libintl which isn't in the Debian packages database, but I think you can install it by
+
'''Note:''' If you have already installed an older version of Wesnoth, you should uninstall it first by running:
  
<code>aptitude install gettext</code>
+
# Stable version
 +
aptitude purge wesnoth
 +
# Development version
 +
aptitude purge wesnoth-1.14
  
If someone may confirm that ... (Confirmed under Ubuntu 6.06 LTS but make sure that g++ and make are installed too.)
+
Bear in mind that this will '''not''' remove downloaded data or saved games stored in your [[EditingWesnoth#The_user_data_directory|home directory]].
  
'''To compile it :'''
+
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.
If you have already installed and older version of wesnoth, uninstall it by :
 
  
<code>aptitude purge wesnoth</code>
+
== Ubuntu ==
  
Note that will remove all your wesnoth configuration.
+
[http://apt.ubuntu.com/p/wesnoth Click here] to install the latest version of the <code>wesnoth</code> packaged for your release. Alternatively, search for "wesnoth" in the ''Ubuntu Software Center'' or use following command:
Then, download the source by wget, or your internet navigator. Save it in the /usr/src directory.
 
Now, it's very easy :
 
  
  cd /usr/src
+
  sudo apt-get install wesnoth
tar -xvzf wesnoth-1.x.x.tar.gz
 
cd wesnoth-1.x.x
 
./configure
 
make
 
make install
 
  
You may have more information about this part in the [http://www.wesnoth.org/wiki/CompilingWesnoth Compiling Wesnoth] page.
+
===Available Versions===
  
=== Ubuntu ===
+
Different releases of Ubuntu provide different versions of Wesnoth in their repositories. Often, this version will be older than the most current Wesnoth.
  
====Feisty====
+
{| class="wikitable"
Battle for Wesnoth 1.2.3-1 is included in the Ubuntu 7.04 (Feisty's) universe collection. It works very well. You can install via System->Administration->Synaptic, via Applications->Add/Remove or aptitude/apt-get.
+
|-
 +
! Release
 +
! Packaged Version
 +
|-
 +
| 22.04 LTS (Jammy)
 +
| 1.16.2
 +
|-
 +
| 21.10 (Impish)
 +
| 1.14.17
 +
|-
 +
| 20.04 LTS (Focal)
 +
| 1.14.9
 +
|-
 +
| 18.04 LTS (Bionic)
 +
| 1.12.6
 +
|}
  
See the [http://ubuntuguide.org/wiki/Ubuntu_Feisty#How_to_add_extra_repositories Ubuntu Starter Guide]'s section on adding the universe repositories.
+
Reference: https://packages.ubuntu.com/wesnoth
  
====Edgy====
+
== Fedora ==
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. But be aware that this version is completely outdated and there is no official mp-server running for it. Better try to update to a more recent version, like one from the 1.2.x stable series.
+
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].
  
====Dapper====
+
To install from command-line, simply run:
 +
dnf install wesnoth wesnoth-tools wesnoth-server
  
Battle for Wesnoth 1.0.1-1 is included in Ubuntu Dapper's universe collection. This is the (really old) stable release of the 1.0.x series. As this is not the latest version, Breezy users will need to do one of the following to obtain the latest version:
+
== Gentoo ==
*Upgrade to the Dapper Drake, or
+
To install the game only, run the following as root:
*Use the Breezy-Backports repository,
+
emerge wesnoth
*Use an unofficial repository, or
 
*Build from the source per Debian above, or
 
*Use the generic binary for GNU/Linux found on the [[Download]] page.
 
Of these options, the final one is most likely the easiest at this time, while building from source is the most reliable.
 
  
====Other====
+
To install the game and the server, add 'server' to your USE flags, then run emerge as above.
Do not attempt to install the debian package and associated dependencies using ''dpkg'' as you will break your environment! (Though we had no comment of anything in the system being broken after installing Wesnoth from a Debian rep, in fact the Debian binaries are exactly what is used for Ubuntu, too)
 
  
After considering the warning above, if you would still like to use more updated Wesnoth packages in Debian Etch on your installation of Ubuntu Edgy (notice that the following instruction itself might be flawed, in addition to introducing Debian packages to your installation):
+
Note: Gentoo currently operates as a rolling-release, updated approximately weekly.
  
* Add a Debian etch mirror to your /etc/apt/sources.list, e.g.
+
To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:
deb http://http.us.debian.org/debian/ etch main
 
* Add to /etc/apt/preferences, or create it with the following content
 
Package: *
 
Pin: release o=Ubuntu
 
Pin-Priority: 995
 
  
  Package: wesnoth
+
  games-strategy/wesnoth ~*
Pin: release o=Debian
 
Pin-Priority: 996
 
  
Package: wesnoth-data
+
The ebuild is currently maintained by [https://wiki.gentoo.org/wiki/Project:Games the Gentoo Games Project]
Pin: release o=Debian
 
Pin-Priority: 996
 
  
(You need to repeat this for each of wesnoth-music, wesnoth-server, wesnoth-httt, etc., just search for wesnoth in your normal package manager to get an idea which ones are needed, every campaign has its own package)
+
== Mageia / Rosa Linux / OpenMandriva Lx ==
  
* Upgrade packages with apt-get or aptitude. Make sure that only wesnoth packages are upgraded from Debian repository.
+
To install the latest stable version (as root):
  
====Compiling====
+
urpmi wesnoth
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:
 
  
cd /usr/src
+
For the development version (Rosa Linux and OpenMandriva Lx only, as root):
tar -xvzf wesnoth-1.x.x.tar.gz
 
cd wesnoth-1.x.x
 
./configure --datadir=/usr/share/games ...
 
make
 
sudo make install
 
  
=== Fedora Core ===
+
  urpmi wesnoth-unstable
Battle for Wesnoth is included in [http://fedoraproject.org/wiki/Extras/ Fedora Extras], which is enabled in Fedora by default. The current version of Battle for Wesnoth in Fedora 5, Fedora 6, and the development branch is 1.2, and 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:bpepple_AT_fedoraproject.org Brian Pepple].
 
  
To install simply run:
+
You can also use the GUI package manager RPMDrake (in the Control Centre).
* <code>yum install wesnoth wesnoth-tools wesnoth-server</code>
 
  
=== Gentoo ===
+
To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:
For the stable release just type:
 
* <code>emerge wesnoth</code>
 
  
For the development release, the latest development release is in portage but is currently masked
+
{|align="left" border="1"
* <code>echo games-strategy/wesnoth >> /etc/portage/package.unmask</code>
+
!align="left"|Distribution
* <code>emerge wesnoth</code>
+
!align="left"|Repository for wesnoth
 +
!align="left"|Repository for wesnoth-unstable
 +
|-
 +
|Rosa Linux Desktop / OpenMandriva Lx
 +
|contrib release
 +
|contrib updates
 +
|-
 +
|Rosa Linux LTS
 +
|contrib updates
 +
|contrib updates
 +
|-
 +
|Mageia
 +
|core release
 +
|N/A
 +
|}
 +
<!-- Begin Carriage returns to keep the next entry from crashing into the Mandriva-based table -->
  
  
For building from svn tree download the portage overlay from:
 
http://www.dorf.wh.uni-dortmund.de/priv/markus/wesnoth-svn.tbz
 
extract it to your local overlay-directory and then type
 
<code>emerge wesnoth-svn</code>
 
  
wesnoth-dev are the official development releases
 
while wesnoth-svn will build straight from SVN-source tree to keep you up to date with the lastest changes and all the errors ;-)
 
updating wesnoth-svn will not work ! you have to reemerge it each time you want to update !
 
  
=== KateOS ===
 
Packages of Battle for Wesnoth for [http://www.kateos.org KateOS] can be downloaded from:
 
[http://kateos.enter5.pl kateos.enter5.pl]
 
  
You can also add this link to repo list and install BfW by <code>updateos -i wesnoth</code> or by [http://wikidoc.kateos.org/index.php/KatePKG-en KatePKG] graphical tool.
 
This is recommended way - all the necessary dependent packages will be downloaded and installed automatically.
 
  
There are versions '''1.2.5''' and '''1.0.2''' BfW available.
 
  
Version '''1.3.3''' is added for testing :)
 
  
=== klik ===
+
<!-- End Carriage returns to keep the next entry from crashing into the Mandriva-based table -->
* 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 "installation" (the base system remains untouched); its created "AppDir" 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:
 
** [http://wesnoth.klik.atekon.de/ Wesnoth-1.0] stable Version: to "klik" it, type ''klik://wesnoth'' into your Browser
 
** [http://wesnoth-latest.klik.atekon.de/ Wesnoth-1.1.1] Development-Version: to "klik" it, type ''klik://wesnoth-latest'' into your Browser
 
  
=== Mandrake (cooker) ===
+
==openSUSE==
* <code>urpmi wesnoth</code>
 
* Binary: ftp://ftp.free.fr/pub/Distributions_Linux/Mandrakelinux/devel/cooker/i586/media/contrib/
 
* Source: ftp://ftp.free.fr/pub/Distributions_Linux/Mandrakelinux/devel/cooker/contrib/SRPMS/
 
  
=== Slackware 10.2 ===
+
These are builds of The Battle For Wesnoth for several versions of openSUSE, made for both i386 and x86_64 architectures.
sorry but the 10.1 isn't out. Don't worry the 10.2 is here \o/  enjoy
 
* '''Wesnoth 1.0.2''': http://asteroid.celeonet.fr/wesnoth/
 
  
=== [[SuSE]] / [http://www.opensuse.org OpenSUSE] ===
+
The openSUSE packages are maintained by [https://build.opensuse.org/package/view_file/openSUSE:Factory/wesnoth/wesnoth.changes multiple contributors].
  
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. Furthermore, these packages are splitted into "wesnoth" (the game binary) and the data sets "wesnoth-data-base" and "wesnoth-data-full". If you want to be able to play the game, "wesnoth-data-base" is all you need, but you will be missing the full experience, because wesnoth-data-full includes larger images and music. Downloading "wesnoth-data-base" only is meant for slow-bandwidth downloaders. However if you select "wesnoth" in zen-updater or yast, it will automatically select "wesnoth-data-base" and "wesnoth-data-full" to deliver the full experience. If you have problems with these packages, or other questions, please contact [http://en.opensuse.org/User:Hhetter123 Holger Hetterich].
+
===Install using One-Click Installation===
  
 +
Use the correct link for your version of openSUSE:
  
 +
* openSUSE Tumbleweed (rolling release) [https://software.opensuse.org/ymp/openSUSE:Factory/standard/wesnoth.ymp One-Click Install]
 +
* openSUSE Leap 15.3 (fixed release) [https://software.opensuse.org/ymp/openSUSE:Backports:SLE-15-SP3/standard/wesnoth.ymp One-Click Install]
  
* SUSE Linux 9.3 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_9.3/
+
== Void Linux ==
* SUSE Linux 10.0 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_10.0/
 
* SUSE Linux 10.1 http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Linux_10.1/
 
* OpenSUSE Linux 10.2 http://software.opensuse.org/download/games:/strategy:/turn-based/openSUSE_10.2/
 
* OpenSUSE Factory http://software.opensuse.org/download/games:/strategy:/turn-based/SUSE_Factory/
 
* 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.
 
  
=== Xandros Linux ===
+
Void Linux is another rolling release distribution, utilizing its own package manager.
 +
The current version is available for x86, x86_64, armv6, and armv7.
  
*This disto for wesnoth-1.1.1 works well with Xandros 3
+
To install simply run:
 +
<code>xbps-install -S wesnoth</code>
  
* A distribution-independent binary (made with [http://oblisk.codu.org/ OBLISK]) for any somewhat modern GNU/Linux on i386 is available:
+
The build is currently maintained by [mailto:itself@hanspolo.net Phillip Hirsch]
** http://prdownloads.sourceforge.net/suparun/wesnoth-1.1.1-x86-Opkg.tar.gz?download
 
  
*Here is a disto for version .7 that works with Xandros
+
== See Also ==
** http://support.xandros.com/downloads/desktop_2.0/user_contrib/boylinux/binary-i386/wesnoth_0.7-1_i386.deb
+
* [https://github.com/wesnoth/wesnoth/blob/master/INSTALL.md Compiling Wesnoth]
 
+
* [[Download]]
*Xandros 3 has the distro for wesnoth .9 available through Xandros Networks
 
 
 
=== Yoper Linux ===
 
All versions built for Yoper 2.2.0-6, although they should install on 2.1.
 
Please let kernowyon know via the Yoper forums if you get any problems
 
Latest 1.0.2 version
 
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0.2-1.i686.rpm
 
1.0.1 version
 
* http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-1.0-1.i686.rpm
 
Earlier version
 
*http://yoperstuff.kernowyon.org.uk/rpms/wesnoth-0.9.7-1.i686.rpm
 
 
 
=== Binaries for all distributions ===
 
* A distribution-independent binary (made with [http://oblisk.codu.org/ OBLISK]) for any somewhat modern GNU/Linux on i386 is available:
 
** [http://prdownloads.sourceforge.net/suparun/wesnoth-1.1.1-x86-Opkg.tar.gz?download wesnoth-1.1.1-x86-Opkg.tar.gz]
 
** [http://prdownloads.sourceforge.net/suparun/wesnoth-1.0.1-x86-Opkg.tar.gz?download wesnoth-1.0.1-x86-Opkg.tar.gz]  
 
** This is NOT a static binary distribution, it resolves dependencies at runtime.
 
* 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)
 
 
 
=== Other ===
 
* [http://rpmfind.net/linux/rpm2html/search.php?query=wesnoth Search RPMs]
 
  
= See Also =
+
[[Category:Building and Installing]]
* [[CompilingWesnoth]]
 
* [[Download]]
 

Latest revision as of 12:47, 26 August 2022


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 compile them yourself or use the flatpak below.

Flatpak

A flatpak of the current stable release can be found here.

A nightly flatpak of Wesnoth's development branch is also available. Instructions for getting it can be found here.

Arch Linux

  • The latest stable version can be installed from the [community] repository: pacman -S wesnoth
  • There's a wesnoth-devel package for development releases in the AUR.

Debian

  • Official packages including the development releases. If you want a different version, you need to explicitly request which branch you want, e.g. 1.12 (stretch), or 1.14 (buster, bullseye, and sid)
  • backports.debian.org offers the latest stable wesnoth releases, albeit only backported to stretch at this time. For more info on Debian backports, click here.

Command-line install

To install Wesnoth, run the following to pull in everything:

aptitude install wesnoth wesnoth-music

Compiling

If you want to run a newer release than the ones provided in the Debian repositories, or an unreleased version from the Git repository, you will have to build it from source. See Compiling Wesnoth for more details.

To install Wesnoth's dependencies if you have Debian's source repositories enabled in your config, you can just use apt's build-dep command with the package that best matches the version you are trying to build:

# Stable version
aptitude build-dep wesnoth
# Development version
aptitude build-dep wesnoth-1.14

Note: If you have already installed an older version of Wesnoth, you should uninstall it first by running:

# Stable version
aptitude purge wesnoth
# Development version
aptitude purge wesnoth-1.14

Bear in mind that this will not remove downloaded data or saved games stored in your home directory.

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.

Ubuntu

Click here to install the latest version of the wesnoth packaged for your release. Alternatively, search for "wesnoth" in the Ubuntu Software Center or use following command:

sudo apt-get install wesnoth

Available Versions

Different releases of Ubuntu provide different versions of Wesnoth in their repositories. Often, this version will be older than the most current Wesnoth.

Release Packaged Version
22.04 LTS (Jammy) 1.16.2
21.10 (Impish) 1.14.17
20.04 LTS (Focal) 1.14.9
18.04 LTS (Bionic) 1.12.6

Reference: https://packages.ubuntu.com/wesnoth

Fedora

Battle for Wesnoth is included in 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 Kalev Lember.

To install from command-line, simply run:

dnf install wesnoth wesnoth-tools wesnoth-server 

Gentoo

To install the game only, run the following as root:

emerge wesnoth

To install the game and the server, add 'server' to your USE flags, then run emerge as above.

Note: Gentoo currently operates as a rolling-release, updated approximately weekly.

To install the latest unstable version (when available), add the following line to your /etc/portage/package.keywords file before running the emerge command:

games-strategy/wesnoth ~*

The ebuild is currently maintained by the Gentoo Games Project

Mageia / Rosa Linux / OpenMandriva Lx

To install the latest stable version (as root):

urpmi wesnoth

For the development version (Rosa Linux and OpenMandriva Lx only, as root):

urpmi wesnoth-unstable

You can also use the GUI package manager RPMDrake (in the Control Centre).

To install latest Battle for Wesnoth version available you need to enable the following repository using the Control Centre:

Distribution Repository for wesnoth Repository for wesnoth-unstable
Rosa Linux Desktop / OpenMandriva Lx contrib release contrib updates
Rosa Linux LTS contrib updates contrib updates
Mageia core release N/A





openSUSE

These are builds of The Battle For Wesnoth for several versions of openSUSE, made for both i386 and x86_64 architectures.

The openSUSE packages are maintained by multiple contributors.

Install using One-Click Installation

Use the correct link for your version of openSUSE:

Void Linux

Void Linux is another rolling release distribution, utilizing its own package manager. The current version is available for x86, x86_64, armv6, and armv7.

To install simply run: xbps-install -S wesnoth

The build is currently maintained by Phillip Hirsch

See Also

This page was last edited on 26 August 2022, at 12:47.