diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 8 |
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}") |