Go to file
D Tim Cummings 35379bbc30 Update patch for minetest-mods/irc commit 1c23f898
Update instructions for latest MSYS2 which now doesn’t include zip package by default
Make it clearer which MSYS2 to use when building
2019-04-26 16:57:22 +10:00
README.md Update patch for minetest-mods/irc commit 1c23f898 2019-04-26 16:57:22 +10:00
buildwin64withirc.sh Script works with both pre and post 19-Jul-2017 CMakeLists.txt 2018-03-09 21:45:58 +10:00
ircinitlua.patch Update patch for minetest-mods/irc commit 1c23f898 2019-04-26 16:57:22 +10:00
toolchain_mingw64.cmake initial commit 2018-03-08 11:40:28 +10:00

README.md

buildbot_minetest_with_irc

This script runs on msys2/mingw64 and builds a 64 bit windows version of minetest including the irc mod.

See [Mod] Internet Relay Chat (irc) by kaeza for requirements to install irc mod in windows minetest.

See [Windows] Building 64-bit minetest with MSYS2/mingw64 by Fixerol for how to set up msys2 to run this script.

Packages suggested by Fixerol (run in MSYS2 MinGW 64-bit)

pacman -S base-devel git unzip
pacman -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake

Additional requirements. Install "patch" using pacman in MSYS2 MinGW 64-bit.

pacman -S patch zip

Install and run this script in MSYS2 MinGW 64-bit

git clone https://github.com/timcu/buildbot_minetest_with_irc.git
cd buildbot_minetest_with_irc
./buildwin64withirc.sh ../minetest_with_irc

The minetest package will be located in

../minetest_with_irc/minetest/_build/

and will have a name like minetest-5.1.0-cff1e9ca-irc-win64.zip

If you want a version other than the latest snapshot set the shell environment variable MINETEST_RELEASE before running script.

export MINETEST_RELEASE=5.0.1
./buildwin64withirc.sh ../minetest_with_irc