mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
README: add note for incompatible MSYS2 Qt version
This commit is contained in:
parent
7adeb694c1
commit
977f2f4d93
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
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
|
5. Install git
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue