2015-07-19 05:42:30 -07:00
|
|
|
---
|
2015-08-31 10:16:02 -07:00
|
|
|
title: Downloads
|
2015-08-30 04:03:27 -07:00
|
|
|
layout: default
|
2015-08-30 14:11:23 -07:00
|
|
|
redirect_from:
|
2015-08-31 10:16:02 -07:00
|
|
|
- /downloads.html
|
2015-08-30 14:11:23 -07:00
|
|
|
- /download/
|
2015-10-05 20:14:17 -07:00
|
|
|
- /download.php
|
|
|
|
- /downloads.php
|
2015-08-30 14:11:23 -07:00
|
|
|
- /old_releases/
|
|
|
|
- /other_distros/
|
2015-07-19 05:42:30 -07:00
|
|
|
---
|
|
|
|
|
2019-06-19 17:12:12 -07:00
|
|
|
<section class="section">
|
|
|
|
<div class="container content">
|
2018-02-18 09:56:28 -08:00
|
|
|
|
2019-06-19 17:12:12 -07:00
|
|
|
<h1>Downloads</h1>
|
|
|
|
<h2>Getting started</h2>
|
2018-02-18 09:56:28 -08:00
|
|
|
<p>
|
2019-06-19 17:12:12 -07:00
|
|
|
Are you a new user?
|
|
|
|
Have a look at our <a href="//wiki.minetest.net/Getting_Started">Getting Started</a>,
|
|
|
|
<a href="//wiki.minetest.net/FAQ">FAQ</a>,
|
|
|
|
and <a href="//wiki.minetest.net/Tutorials">Tutorials</a> pages on our wiki.<br>
|
|
|
|
Otherwise, feel free to look at the <a href="https://dev.minetest.net/Changelog#0.4.17_.E2.86.92_0.4.17.1">changelog</a>.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
You may also want to look at some
|
|
|
|
<a href="https://forum.minetest.net/viewforum.php?f=15">games</a>.
|
|
|
|
Games provide basic game play for the engine to run using Lua scripts.
|
|
|
|
Different games have different objectives, such as survival, building or Player vs Player.
|
|
|
|
Usually Minetest comes with
|
|
|
|
<a href="https://github.com/minetest/minetest_game">Minetest Game</a>,
|
|
|
|
to supply the default items and blocks.
|
|
|
|
You can then add <a href="http://minetest.net/customize/#mods">mods</a> on
|
|
|
|
top of a game in order to customize your experience further.
|
2018-02-18 09:56:28 -08:00
|
|
|
</p>
|
|
|
|
|
2019-06-19 17:12:12 -07:00
|
|
|
<hr>
|
|
|
|
<div class="columns is-multiline">
|
|
|
|
|
|
|
|
<div class="column is-12-tablet is-6-desktop">
|
|
|
|
<h2>Windows</h2>
|
|
|
|
<p>
|
|
|
|
Works on Windows 7, 8, 8.1 and 10. May work on older versions, but not officially supported.
|
|
|
|
</p>
|
|
|
|
<ul>
|
|
|
|
<li class="has-text-weight-bold">
|
|
|
|
<a href="https://github.com/minetest/minetest/releases/download/5.0.1/minetest-5.0.1-win64.zip">
|
|
|
|
Minetest 5.0.1 - portable, 64-bit (recommended)
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="https://github.com/minetest/minetest/releases/download/5.0.1/minetest-5.0.1-win32.zip">
|
|
|
|
Minetest 5.0.1 - portable, 32-bit
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<p>
|
|
|
|
Stuck? See
|
|
|
|
<a href="//wiki.minetest.net/Getting_Started#Windows">help on getting Minetest on Windows.</a>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
You can also get the latest development version of Minetest from
|
|
|
|
<a href="https://forum.minetest.net/viewforum.php?f=42">builds made by community members</a>.
|
|
|
|
These builds are more recent than the officially released builds
|
|
|
|
and contain new features (at the cost of stability).
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="column is-12-tablet is-6-desktop">
|
|
|
|
<h2>Android</h2>
|
|
|
|
<p>Android 4.0 or later is recommended.</p>
|
|
|
|
<a href="https://play.google.com/store/apps/details?id=net.minetest.minetest&utm_source=website&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1">
|
|
|
|
<img style="max-height: 7em;" alt="Get it on Google Play" src="{{ '/media/google-play-badge.png' | relative_url }}"/>
|
|
|
|
</a>
|
|
|
|
<p>
|
|
|
|
Alternatively, install from
|
|
|
|
<a href="https://f-droid.org/en/packages/net.minetest.minetest/">F-Droid</a>.
|
2019-07-23 13:19:04 -07:00
|
|
|
{% comment %}
|
2019-06-19 17:12:12 -07:00
|
|
|
or
|
|
|
|
<a href="https://github.com/minetest/minetest/releases/download/5.0.1/Minetest-5.0.1.24.apk">download the APK</a>.
|
2019-07-23 13:19:04 -07:00
|
|
|
{% endcomment %}
|
2019-06-19 17:12:12 -07:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<strong>Note:</strong> We advise not to use unofficial builds commonly found on the Play Store.
|
|
|
|
They may contain excessive advertisements or spyware, or be distributed under proprietary terms.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="column is-12-tablet is-6-desktop">
|
|
|
|
<h2>Linux</h2>
|
|
|
|
<h3>Packages</h3>
|
|
|
|
<p>Those may be out of date at times. If they are too out of date, you can build from source.</p>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>Flatpak (all distributions) -
|
|
|
|
<a href="https://flathub.org/apps/details/net.minetest.Minetest">Stable</a></li>
|
|
|
|
<li>Debian -
|
|
|
|
<a href="https://packages.debian.org/search?keywords=minetest">Stable</a></li>
|
|
|
|
<li>Ubuntu -
|
|
|
|
<a href="https://packages.ubuntu.com/search?keywords=minetest">Stable</a></li>
|
|
|
|
<li>Ubuntu / Linux Mint (PPA) -
|
|
|
|
<a href="https://launchpad.net/~minetestdevs/+archive/ubuntu/stable">Stable</a>,
|
|
|
|
<a href="https://code.launchpad.net/~minetestdevs/+archive/daily-builds/+packages">Unstable</a></li>
|
|
|
|
<li>Fedora -
|
|
|
|
<a href="https://apps.fedoraproject.org/packages/minetest">Stable</a></li>
|
|
|
|
<li>openSUSE -
|
|
|
|
<a href="https://software.opensuse.org/package/minetest">Stable</a></li>
|
|
|
|
<li>Mageia -
|
|
|
|
<a href="https://madb.mageia.org/package/show/name/minetest">Stable</a></li>
|
|
|
|
<li>Arch Linux -
|
|
|
|
<a href="https://www.archlinux.org/packages/?q=minetest">Stable</a>,
|
|
|
|
<a href="https://aur.archlinux.org/packages/minetest-git-leveldb/">Unstable</a></li>
|
|
|
|
<li>Gentoo -
|
|
|
|
<a href="https://packages.gentoo.org/package/games-action/minetest">Stable</a></li>
|
|
|
|
<li>VoidLinux -
|
|
|
|
<a href="https://github.com/void-linux/void-packages/tree/master/srcpkgs/minetest">Stable</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="column is-12-tablet is-6-desktop">
|
|
|
|
<h2>FreeBSD</h2>
|
|
|
|
<h3>Package manager</h3>
|
|
|
|
<p>On FreeBSD 9.1 and newer, you can use the official pre-built packages:
|
|
|
|
<code>pkg install minetest minetest_game</code></p>
|
|
|
|
<h3>Compile using ports</h3>
|
|
|
|
<p>You can compile Minetest and choose build options easily using the FreeBSD port dialogs.</p>
|
|
|
|
<pre>
|
|
|
|
cd /usr/ports/games/minetest
|
2018-02-18 09:56:28 -08:00
|
|
|
make install
|
|
|
|
cd /usr/ports/games/minetest_game
|
2019-06-19 17:12:12 -07:00
|
|
|
make install
|
|
|
|
</pre>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="column is-12-tablet is-6-desktop">
|
|
|
|
<h2>macOS</h2>
|
|
|
|
<p>macOS 10.10 or later is recommended.</p>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
Use <a href="https://brew.sh/">Homebrew</a> to get the stable version:<br>
|
|
|
|
<code>brew install minetest</code>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="https://forum.minetest.net/viewtopic.php?t=9190">Daily unstable builds</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="column is-12-tablet is-6-desktop">
|
|
|
|
<h2>Source code</h2>
|
|
|
|
<p>
|
2019-07-10 11:27:49 -07:00
|
|
|
Get the latest <a href="https://github.com/minetest/minetest/tree/stable-5">stable</a>
|
2019-06-19 17:12:12 -07:00
|
|
|
or <a href="https://github.com/minetest/minetest">development</a> source code from
|
|
|
|
<a href="https://github.com/minetest/minetest">GitHub</a>.<br>
|
|
|
|
You will probably want <a href="https://github.com/minetest/minetest_game">minetest_game</a> as well.
|
|
|
|
Put the game in your games directory.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
See <a href="https://github.com/minetest/minetest/blob/master/README.md">README.md</a>
|
|
|
|
for details on how to compile Minetest from source.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-02-18 09:56:28 -08:00
|
|
|
</div>
|
2019-06-19 17:12:12 -07:00
|
|
|
</section>
|