aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-10-16 16:24:06 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-10-16 16:24:06 -0500
commite255b7828b399ad6cc58855bc808a753a4937a89 (patch)
treedce8b8d526feab8626b1a50776040cf4eef0e4af
parent3da9eab934710d25eb8e9ca2a4e46dbe6e10b649 (diff)
parent977f2f4d93fc22d7c55ec93354024d524e4d3695 (diff)
downloadmonzero-gui-e255b7828b399ad6cc58855bc808a753a4937a89.tar.gz
monzero-gui-e255b7828b399ad6cc58855bc808a753a4937a89.tar.xz
monzero-gui-e255b7828b399ad6cc58855bc808a753a4937a89.zip
Merge pull request #1653
977f2f4 README: add note for incompatible MSYS2 Qt version (Lafudoci)
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 44fa4d84..09637868 100644
--- a/README.md
+++ b/README.md
@@ -204,6 +204,12 @@ The Monero GUI on Windows is 64 bits only; 32-bit Windows GUI builds are not off
There is no more need to download some special installer from the Qt website, the standard MSYS2 package for Qt will do in almost all circumstances.
+ **Note:** There is a known issue that GUI won't lauch properly when building tag v0.13.0.3 with Qt 5.11.2.
+
+ If your encounter issue with that, please remove current Qt by: `pacman -R mingw-w64-x86_64-qt5`
+
+ And install 5.11.1 instead by: `pacman -U http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-qt5-5.11.1-3-any.pkg.tar.xz`
+
5. Install git
```