wiki/wiki/downloads.md

62 lines
2.4 KiB
Markdown
Raw Normal View History

2017-12-02 02:04:52 -08:00
---
title: ダウンロード
2018-04-18 01:20:07 -07:00
date: 2018-4-18
2017-12-02 02:04:52 -08:00
custom-style: >-
.red {color: #FF0000}
---
{% comment %}短縮{% endcomment %}
{% assign version = site.minetest.latest_version %}
2018-04-18 01:20:07 -07:00
このページでは、Minetestの最新バージョン({{ version }})をダウンロードできます。
2017-12-02 02:04:52 -08:00
- toc
{:toc}
# Windows
2018-02-28 03:44:23 -08:00
[64bit版](https://github.com/minetest/minetest/releases/download/{{ version }}/minetest-{{ version }}-win64.zip)
[32bit版 (MinGW)](https://github.com/minetest/minetest/releases/download/{{ version }}/minetest-{{ version }}-win32-mingw.zip)
2017-12-02 02:04:52 -08:00
[32bit版 (MSVC)](https://github.com/minetest/minetest/releases/download/{{ version }}/minetest-{{ version }}-win32-msvc.zip)
2018-04-18 01:20:07 -07:00
MinGW版とMSVC版はどちらを選択しても問題ありません。(コンパイラが異なります)
2017-12-02 02:04:52 -08:00
# macOS
2018-02-28 07:05:27 -08:00
[Homebrew](http://brew.sh)を導入している場合は`brew install homebrew/games/minetest`でもインストールできます。
2017-12-02 02:04:52 -08:00
2018-02-28 03:44:23 -08:00
[安定版](https://github.com/krondor-game/minetest/releases/tag/stable)
2017-12-02 02:04:52 -08:00
[最新版](https://github.com/krondor-game/minetest/releases)
# Linux
2018-02-28 03:44:23 -08:00
[Debian](https://packages.debian.org/search?keywords=minetest)
[Ubuntu / Linux Mint](http://packages.ubuntu.com/search?keywords=minetest)
[Ubuntu / Linux Mint (PPA)](https://launchpad.net/~minetestdevs/+archive/ubuntu/stable)
[Fedora](https://apps.fedoraproject.org/packages/minetest)
[openSUSE](http://software.opensuse.org/package/minetest)
[Mageia](http://mageia.madb.org/package/show/name/minetest)
[Arch Linux](https://www.archlinux.org/packages/?q=minetest)
2017-12-02 02:04:52 -08:00
[Gentoo](http://packages.gentoo.org/package/games-action/minetest)
2018-02-28 03:44:23 -08:00
Git・デイリービルド
[Arch Linux](https://aur.archlinux.org/packages/minetest-git)
[Arch Linux (leveldb)](https://aur.archlinux.org/packages/minetest-git-leveldb)
2017-12-02 02:04:52 -08:00
[Ubuntu / Linux Mint](https://code.launchpad.net/~minetestdevs/+archive/daily-builds/+packages)
# Android
2018-04-18 01:20:07 -07:00
注意: Minetestの海賊版がGoogle Playに出回っているようです。
2017-12-02 02:04:52 -08:00
{: class="red"}
2018-02-28 03:44:23 -08:00
[Google Play](https://play.google.com/store/apps/details?id=net.minetest.minetest)
2017-12-02 02:04:52 -08:00
[F-Droid](https://f-droid.org/repository/browse/?fdid=net.minetest.minetest)
2018-02-28 07:05:27 -08:00
# その他のプラットフォーム
2017-12-02 02:04:52 -08:00
[FreeBSD](http://www.freshports.org/games/minetest)
# ソースコード
2018-02-28 03:44:23 -08:00
[Minetest](https://github.com/minetest/minetest/archive/master.zip)
2017-12-02 02:04:52 -08:00
[Minetest Game](https://github.com/minetest/minetest_game/archive/master.zip)