Skip to content

Downloads

Rogier-5 edited this page Jun 18, 2016 · 18 revisions

Downloads

This page contains a number of minetestmapper downloads.

Contents

depth

3

Windows

Windows downloads

Minetestmapper version 20150301 - compiled using MinGW

These windows versions were cross-compiled using MinGW on linux, they start fine under wine, and I've heard they run fine on a real copy of Windows as well.

They were compiled with support for both the SQLite3 and the LevelDB backends. The Redis and PostgreSQL backends were not compiled in.

The packages also include the manual, both in rst format (readable like plain text), and HTML format

Installation

  • Download the appropriate version.
  • (optional) Verify the integrity of the file. There are several MD5 and SHA1/SHA256 checksum calculators out there. Microsoft has an (unofficial) version as well.
    • minetestmapper-20150301-win32.zip:

        MD5: ac339a74783cfe7460af29d36e077b90
        SHA1: 3c3a57597fdbfceaf87d4970d3adecb5fc077c41
        SHA256: 1915cb690f17de7435371f8f06a9480d6eb100f3b3be41079644f5539adfe8e1
    • minetestmapper-20150301-win64.zip:

        MD5: 444f792f44be2ed6ae1c50f93056256e
        SHA1: ddbc7f45c6403745d348221cdad8c3357e10a217
        SHA256: 0adff28966199e957515e43f4d4bc229c36a3383e38acce30b179f8e454c6f45
  • Unpack it somewhere in your user directory. Do not place it in c:\\Program Files\\ or another 'standard' location for programs. That seems to cause problems. Alongside your minetest package should be just fine.
  • Start minetestmapper from a command-line:

    minetestmapper-20150301\bin\minetestmapper.exe

If all is well, it prints a long help message. Next, read the manual (included in the doc directory), and start mapping.

The gd library, for compiling minetestmapper with MSVC

This is version 2.2.1 of the gd library (even though it says '2.1.0'), compiled with zlib version 1.2.8.8, suitable for compiling minetestmapper on Windows using MSVC.

  • gd version 2.2.1 for Windows 32-bit:

    MD5: e85d05ef866eb972273b4dfd775cbdcd
    SHA1: ac228d26dfc6e2208bf20150ef8c980eb77a6192
    SHA256: f5577ab951b08aba6fc685bf63a7429af68a51a32387eea8fbbd8d777793ff7d
  • gd version 2.2.1 for Windows 64-bit:

    MD5: 23fd5611e2a31029bcfcdf0d8f1afab6
    SHA1: cbd2748552062ebc3f91e0f47be628ec44fdeaba
    SHA256: fe259e918d98af1b5a55873610096a078996a5d93044fe4bac9d94cee9918906

Linux

Minetestmapper version 20160531

The following Linux downloads are currently available.

Deb packages (Debian Stretch / Ubuntu Xenial)

These were compiled on an up-to-date installation of Debian stretch, as of 15 june 2016. They can be used for Debian stretch or Ubuntu 16.04 Xenial. Later versions of both systems, or other derived distributions (e.g. Linux Mint) may also work.

The .tar.gz packages below can also be used, for installing minetestmapper in /usr/local, or anywhere else, instead.

Support for all database backends is included (SQLite3, PostgreSQL, LevelDB and Redis).

Installation of the Dependencies

apt-get install libc6 libgcc1 libgd3 libhiredis0.13 libleveldb1v5 libpq5 libsqlite3-0 libstdc++6 zlib1g

Package Downloads

* i386 package (version 20160531.3-g6a4c2aeb)::

MD5: d35250781469d8b14836658619b2422f
SHA1: 80b7c2c943532d9c68ca078ad78e06c33c134c2a
SHA256: 523f9a2b93d1b102a60d8096da0adf28f15b2077b85f9b574c72b2199d845a6b

* amd64 package (version 20160531.3-g6a4c2aeb)::

MD5: 30c952964b8b92983848d0b1577eb886
SHA1: 2e66e03440af1f7f939336a07663d6401d69a252
SHA256: 8019abbdb0b87f64fd9b32bedd08a0b4a463d3481c6a8742fe1bb18f773ce2c0

Rpm package (Fedora 23)

This package was compiled on an up-to-date installation of Fedora 23, as of 16 june 2016. It can be used for Fedora 23 or compatible systems (CentOS ?). Later versions of Fedora may also work.

Due to a bug in the package builder, this package will try to create the directory /usr/share/games, causing an installation conflict. In order to install anyway, use the option --replacefiles:

rpm -i --replacefiles <name-of-package>

The .tar.gz packages below can also be used, for installing minetestmapper in /usr/local, or anywhere else, instead.

Support for all database backends is included (SQLite3, PostgreSQL, LevelDB and Redis).

Installation of the dependencies

dnf install glibc libgcc gd hiredis postgresql-libs sqlite libstdc++ zlib

Package Downloads

* x86_64 package (version 20160531.7-gfade10aa)::

MD5: b265454484d46f4b9b4d141028036cce
SHA1: a0ed895a6b3c0467bf063c214fc4056e9792442f
SHA256: 71c2d358d1488440280db1c0eba6102b78fa5923b60e2645eca5f6cec586a9e8

Tar.gz archives for installation in /usr/local

Versions are available for installation on Debian Stretch, Ubuntu 16.04 Xenial and Fedora 23. They may also work on more recent versions of these distributions.

They might work on other distributions as well, provided the required libraries are installed. See below.

Support for all database backends is included (SQLite3, PostgreSQL, LevelDB and Redis).

Installation

In order to install these archives, use the following commands:

cd /usr/local
tar -xf <archive-name> --strip-components=1

They can be installed in any other place as well, but minetestmapper will search for system colors files in /usr/local/share/games/minetestmapper.

Dependencies (Debian/Ubuntu packages)

The Debian-built minetestmapper binaries require the following libraries. Other (later) minor versions of the libraries should also work.

  • libc6 (>= 2.1.3)
  • libgcc1 (>= 1:3.0)
  • libgd3 (>= 2.1.0)
  • libhiredis0.13 (>= 0.13.1)
  • libleveldb1v5 (>= 1.18)
  • libpq5 (>= 9.4.5)
  • libsqlite3-0 (>= 3.5.9)
  • libstdc++6 (>= 5.2)
  • zlib1g (>= 1:1.1.4)

Command-line for installing these packages:

apt-get install libc6 libgcc1 libgd3 libhiredis0.13 libleveldb1v5 libpq5 linsqlite3-0 libstdc++6 zlib1g

Dependencies (Fedora packages)

The fedora-built minetestmapper binaries require the following libraries. They can be found in the packages mentioned. The versions shown are those that minetestmapper was compiled with. Later (minor) versions of the same packages should also work.

  • libc.so.6 (glibc 2.22-17)
  • libgcc_s.so.1 (libgcc 5.3.1-6)
  • libgd.so.3 (gd 2.1.1-6)
  • libhiredis.so.0.12 (hiredis 0.12.1-3)
  • libleveldb.so.1 (leveldb 1.12.0-10)
  • libm.so.6 (glibc 2.22-17)
  • libpq.so.5 (postgresql-libs 9.4.8-1)
  • libsqlite3.so.0 (sqlite 3.11.0-3)
  • libstdc++.so.6 (libstdc++ 5.3.1-6)
  • libz.so.1 (zlib 1.2.8-9)

Command-line for installing these packages on Fedora:

dnf install glibc libgcc gd hiredis postgresql-libs sqlite libstdc++ zlib

Packages

* Debian/Ubuntu i686 (32 bit) .tar.gz (version 20160531.3-g6a4c2aeb)::

MD5: 268826b2373b95549b15d5d501b64446
SHA1: 9c349469853992439ba191b3382cf1d39df7c3e2
SHA256: df3c975c2a6b6ec8afcd1ef12919e7c0835ccd5425361134dadeaa55c6aff253

* Debian/Ubuntu x86_64 (64 bit) .tar.gz (version 20160531.3-g6a4c2aeb)::

MD5: 648136aa3cb53b0f9268cfa1076d8855
SHA1: 74281537bca04b27a08e04066d8161810999533b
SHA256: 13b162c7df9ee8c0820679cbf986ad1ca19aaf8beb633fb8a92726c3110ff5ac

* Fedora x86_64 (64 bit) .tar.gz (version 20160531.7-gfade10aa)::

MD5: f356cb68d474e894c2ec4e6a13217576
SHA1: 50730e91f952eb92a8bd38a20ce3fafcf886eee0
SHA256: 4efb5b5cb4e7cbdc9f03f57530401e541bda63c682e667eac6854365837de582