aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-29 04:11:03 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-29 04:11:03 +0200
commitff03060efa07a2483b20c8aed71448bb461a0f5d (patch)
treed9cf01769b8c6e23abbfd2f43dbe23b976d757c2 /README.adoc
parent9dcef6a14fad722acd76c1cf042e977d1a2640ae (diff)
downloadlogdiag-ff03060efa07a2483b20c8aed71448bb461a0f5d.tar.gz
logdiag-ff03060efa07a2483b20c8aed71448bb461a0f5d.tar.xz
logdiag-ff03060efa07a2483b20c8aed71448bb461a0f5d.zip
Win32Depends.cmake: reflect mingw-get's existence
But let's keep Lua in the downloader, to make cross-compiling easier.
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc
index c035f6a..8d74931 100644
--- a/README.adoc
+++ b/README.adoc
@@ -57,10 +57,10 @@ Build from source on Windows
_Note that using the current method we're stuck with GTK+ 3.8.2, which works
worse on Windows 10, but better on XP and under WINE._
-First, install CMake and MinGW. Add both to your system path. If you want
-to build an installation package, also install NSIS. If you want to build
-within a path containing spaces,
-https://gitlab.kitware.com/cmake/cmake/-/issues/22396[fix] your CMake's
+First, install CMake and MinGW (mingw32-base-bin, mingw32-gettext-dev).
+Ensure they're both in your system path. If you want to build an installation
+package, also install NSIS. If you want to build within a path containing
+spaces, https://gitlab.kitware.com/cmake/cmake/-/issues/22396[fix] your CMake's
FindPkgConfig.cmake module to say:
separate_arguments(_pkgconfig_invoke_result UNIX_COMMAND "${_pkgconfig_invoke_result}")