summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorwillson-chen <53104026+willson-chen@users.noreply.github.com>2019-10-10 14:49:21 +0800
committerMike Frysinger <vapier@gentoo.org>2019-10-09 23:49:20 -0700
commit619e71501e7c576ea780518fa101e31ccca2d1b3 (patch)
tree63a5399b31ef21891d211d0af6ed50b98e4c9df9 /windows
parent74f46e938bb82ee315d015f52dc2cbf5276482ed (diff)
downloadlibgd-619e71501e7c576ea780518fa101e31ccca2d1b3.tar.gz
Update msys readme
Fixes #518.
Diffstat (limited to 'windows')
-rw-r--r--windows/msys/README.MSYS.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/msys/README.MSYS.md b/windows/msys/README.MSYS.md
index 87d0b8d..e45adc6 100644
--- a/windows/msys/README.MSYS.md
+++ b/windows/msys/README.MSYS.md
@@ -48,6 +48,14 @@ use one of the other build systems (or add them yourself.)
DLLs; it sweeps up all of the DLLs in the directories pointed to
by *_DLLDIR Makefile variables.
+ Before type "make dist", please make sure you have installed
+ zip command in msys. Or you can try:
+ * If you use msys, you can install msys-zip(lib, docs, lic)
+ in MinGW Installation Manager/all package.
+ * If you use msys2, you can install msys/zip by pacman and running:
+
+ pacman -S msys/zip
+
Alternately, you can copy the lib (in src/) to wherever it needs
to go.