Document how to make a portable build on Windows

On MSYS2, ./gradlew does not work as expected, so use its absolute path.
This commit is contained in:
Romain Vimont 2018-03-28 11:08:01 +02:00
parent 82efff34e8
commit 2a02fb3611

View file

@ -9,6 +9,9 @@
#
# "make release-portable" builds a zip containing the client and the server.
#
# On Windows with MSYS2/mingw64, execute:
# GRADLE="$PWD/gradlew" mingw32-make release-portable
#
# This is a simple Makefile because Meson is not flexible enough to execute some
# arbitrary commands.