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
master
D Tim Cummings 2019-04-26 16:57:22 +10:00
parent a53c68400b
commit 35379bbc30
2 changed files with 7 additions and 7 deletions

View File

@ -6,16 +6,16 @@ See [\[Mod\] Internet Relay Chat (irc)](https://forum.minetest.net/viewtopic.php
See [\[Windows\] Building 64-bit minetest with MSYS2/mingw64](https://forum.minetest.net/viewtopic.php?f=42&t=17797) by Fixerol for how to set up msys2 to run this script.
Packages suggested by Fixerol (run in msys2)
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.
Additional requirements. Install "patch" using pacman in MSYS2 MinGW 64-bit.
```
pacman -S patch
pacman -S patch zip
```
Install and run this script in msys2
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
@ -25,11 +25,11 @@ The minetest package will be located in
```
../minetest_with_irc/minetest/_build/
```
and will have a name like `minetest-0.5.0-6cfd699b-irc-win64.zip`
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=0.4.16
export MINETEST_RELEASE=5.0.1
./buildwin64withirc.sh ../minetest_with_irc
```

View File

@ -1,4 +1,4 @@
31a32,34
37a38,40
> local SD = modpath.."/socket-lib"
> ie.package.path = SD.."/?/init.lua;"..SD.."/?.lua;"..ie.package.path
> ie.package.cpath = SD.."/?/init.dll;"..SD.."/?.dll;"..ie.package.cpath