Difference between revisions of "Download"
m (Move md5sum to template) |
(→License: wesnoth is GPLv3 since the incorporation of xBRZ) |
||
(31 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | + | Welcome to the ''Battle for Wesnoth'' downloads page. The BfW project team officially releases the source code and builds for Windows, macOS, and various Linux distributions. | |
− | Welcome to the Battle for Wesnoth downloads page. | + | |
+ | If the latest binaries are not currently available for your OS, please check back in a few days to see if they have been placed here. Packagers have been informed of the release, please be patient. In the meantime, read the [[FAQ#A_new_version_is_out.2C_but_where_is_the_download_for_.5BWindows.2C_Mac_OS_X.2C_etc..5D.3F|FAQ]]. | ||
− | |||
__NOTOC__ | __NOTOC__ | ||
− | == Stable (1. | + | == Stable (1.18 branch) == |
− | + | <b>1.18.x</b> is the current stable branch. These releases are recommended for most players, as they provide a well-tested and balanced game experience with only occasional bug-fix updates. Each version of this branch is compatible with each other. The online player community for it is also the largest and the add-ons server has a vast selection of content. | |
− | |||
− | |||
− | |||
− | |||
− | |||
{{StableDownload}} | {{StableDownload}} | ||
==== GNU/Linux ==== | ==== GNU/Linux ==== | ||
− | * There are binaries for many different GNU/Linux | + | * There are binaries for many different GNU/Linux distributions. Not all are always up to date with the current release. Please have a look at the [[WesnothBinariesLinux|Linux binary page]] for more information about the binaries for your distribution. |
==== Miscellaneous ==== | ==== Miscellaneous ==== | ||
− | * [ | + | * [https://sourceforge.net/projects/wesnoth/files/ SourceForge page for current and all previous versions] |
− | |||
− | == Development (1. | + | == Development (1.19 branch) == |
− | + | <b>1.19.x</b> is the current development branch, boasting new exciting features. However, there may be occasional bugs or performance problems in these releases. Content creators, coders, and players who want to preview the future of Wesnoth may be interested in checking out our work in this branch. | |
− | + | People familiar with version control systems and building the game from source may follow Wesnoth development even more closely using the [[WesnothRepository|Git repository]] instead. | |
− | |||
{{DevDownload}} | {{DevDownload}} | ||
==== GNU/Linux ==== | ==== GNU/Linux ==== | ||
− | * There are binaries for many different GNU/Linux | + | * There are binaries for many different GNU/Linux distributions. Not all are always up to date with the current release. Please have a look at the [[WesnothBinariesLinux|Linux binary page]] for more information about the binaries for your distribution. |
==== Miscellaneous ==== | ==== Miscellaneous ==== | ||
− | * [ | + | * [https://sourceforge.net/projects/wesnoth/files/ SourceForge page for current and all previous versions] |
− | |||
− | |||
== License == | == License == | ||
''Main article: [[Wesnoth:Copyrights]]'' | ''Main article: [[Wesnoth:Copyrights]]'' | ||
− | This program is free software; you can redistribute it and/or modify it under the terms of the [ | + | This program is free software; you can redistribute it and/or modify it under the terms of the [https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License version 3], as published by the [https://www.fsf.org Free Software Foundation], or at your option, any later version. |
− | + | ||
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details. | This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details. | ||
− | + | ||
− | + | Some assets included with the game are provided under the terms of the [https://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike 4.0 license]. | |
− | + | ||
− | + | == See also == | |
− | + | * [https://changelog.wesnoth.org/1.18 Changelog for the stable version] | |
− | == See also == | + | * [https://changelog.wesnoth.org Changelog for the development version] |
− | * [ | + | * [[WesnothRepository]] - bleeding edge version from the repository |
− | * [ | + | |
− | * [[WesnothRepository]] - bleeding edge version from the repository | ||
− | |||
[[Category:Building and Installing]] | [[Category:Building and Installing]] |
Latest revision as of 13:49, 16 August 2024
Welcome to the Battle for Wesnoth downloads page. The BfW project team officially releases the source code and builds for Windows, macOS, and various Linux distributions.
If the latest binaries are not currently available for your OS, please check back in a few days to see if they have been placed here. Packagers have been informed of the release, please be patient. In the meantime, read the FAQ.
Stable (1.18 branch)
1.18.x is the current stable branch. These releases are recommended for most players, as they provide a well-tested and balanced game experience with only occasional bug-fix updates. Each version of this branch is compatible with each other. The online player community for it is also the largest and the add-ons server has a vast selection of content.
Windows (10 1903 and later, 64-bit only)
- 1.18.4 — Current Version
SHA256:d7211ba46831bcc456a33cdb66d6c05cf55866eb3314c0880b72b1c8df324ac2
- 1.18.3 — Current Version
SHA256:6df3ac68fb662e013a3800e09723391bdc432bbee173aacb8f501c4c36babd4c
macOS (10.12 and later)
- 1.18.4 — Current Version
SHA256:a12904628042e42c2c1dd7292c54c72a199a591c3e13d823ac3236a421e1fbb8
- 1.18.3 — Current Version
SHA256:2217d851683338344663318eff717f3e7184ffc93c1d002fb9b6f1c66132aa19
Source code
- Compiling Wesnoth - How to compile the source code
- 1.18.4 — Current Version
SHA256:d7211ba46831bcc456a33cdb66d6c05cf55866eb3314c0880b72b1c8df324ac2
- 1.18.3 — Current Version
SHA256:d2d07aae5fd8d09509b8137034e4648cc5c356188a5dbd785831511728d1eb7e
GNU/Linux
- There are binaries for many different GNU/Linux distributions. Not all are always up to date with the current release. Please have a look at the Linux binary page for more information about the binaries for your distribution.
Miscellaneous
Development (1.19 branch)
1.19.x is the current development branch, boasting new exciting features. However, there may be occasional bugs or performance problems in these releases. Content creators, coders, and players who want to preview the future of Wesnoth may be interested in checking out our work in this branch.
People familiar with version control systems and building the game from source may follow Wesnoth development even more closely using the Git repository instead.
Windows (10 1903 and later)
- 1.19.9 — Current Version
SHA256:ec5217a67846b18678d2585304e154c6e009f1b45c5a85d09459c629510f84e4
- 1.19.8 — Current Version
SHA256:e97c6cf15419c625af4be0a8867c082614e586bf026b41fbc681f98ef73f13c9
macOS (10.13 and later)
- 1.19.9 — Current Version
SHA256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
- 1.19.8 — Current Version
SHA256:008f7678f6cad701377f9e5672f9f657fb1b84316f0e8d5d6a3c54a5ef10f689
Source code
- Compiling Wesnoth - How to compile the source code
- 1.19.9 — Current Version
SHA256:db0349490324ebd7a6f4484bbc9614dc6b046fff084e36682fcf13de9f2db3b8
- 1.19.8 — Current Version
SHA256:502cc7b56906b501bfc42f6cadb490ac4a74cd9dcede74904a7b0451b413faa5
GNU/Linux
- There are binaries for many different GNU/Linux distributions. Not all are always up to date with the current release. Please have a look at the Linux binary page for more information about the binaries for your distribution.
Miscellaneous
License
Main article: Wesnoth:Copyrights
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation, or at your option, any later version.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.
Some assets included with the game are provided under the terms of the Creative Commons Attribution-ShareAlike 4.0 license.
See also
- Changelog for the stable version
- Changelog for the development version
- WesnothRepository - bleeding edge version from the repository