From ff03060efa07a2483b20c8aed71448bb461a0f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 29 Oct 2021 04:11:03 +0200 Subject: Win32Depends.cmake: reflect mingw-get's existence But let's keep Lua in the downloader, to make cross-compiling easier. --- README.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.adoc') 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}") -- cgit v1.2.3