aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-12-11 14:01:11 -0600
committerluigi1111 <luigi1111w@gmail.com>2018-12-11 14:01:11 -0600
commit7b10b0b6b79f2ca5b3078c87685216ceed555d23 (patch)
tree0b9a0f46ff2a13c466c9738ab1e9e01ee0931262
parentf8cd4c86d91b6e197366148a0c8eb663d449252f (diff)
parent49c3b4e83c9397a9a5d0fed3a268051fe829bd88 (diff)
downloadmonzero-gui-7b10b0b6b79f2ca5b3078c87685216ceed555d23.tar.gz
monzero-gui-7b10b0b6b79f2ca5b3078c87685216ceed555d23.tar.xz
monzero-gui-7b10b0b6b79f2ca5b3078c87685216ceed555d23.zip
Merge pull request #1796
49c3b4e README: add MSYS2 workaround for qmlcachegen Bad address error with qt 5.11.2 (stoffu)
-rw-r--r--README.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/README.md b/README.md
index a0abe524..4a51da7c 100644
--- a/README.md
+++ b/README.md
@@ -210,12 +210,6 @@ 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
```
@@ -232,9 +226,11 @@ The Monero GUI on Windows is 64 bits only; 32-bit Windows GUI builds are not off
```
cd monero-gui
- ./build.sh
+ source ./build.sh release-static
cd build
make deploy
```
+ **Note:** The use of `source` above is a dirty workaround for a suspected bug in the current QT version 5.11.2-3 available in the MSYS2 packaging system, see https://github.com/monero-project/monero-gui/issues/1559 for more info.
+
The executable can be found in the `.\release\bin` directory.