aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-09-23 16:41:55 +0200
committerselsta <selsta@sent.at>2019-09-23 16:47:56 +0200
commit413507bba9267efa1c716704002503ce95c7af9f (patch)
tree4dff808c947656717c8b8ab3e586e1617ed41437 /README.md
parentca8138bb46781d9a5221a6f2c3574db339eab895 (diff)
downloadmonzero-gui-413507bba9267efa1c716704002503ce95c7af9f.tar.gz
monzero-gui-413507bba9267efa1c716704002503ce95c7af9f.tar.xz
monzero-gui-413507bba9267efa1c716704002503ce95c7af9f.zip
build: highlight minimum required Qt version
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 05ad630d..26e01791 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,8 @@ Packaging for your favorite distribution would be a welcome contribution!
## Compiling the Monero GUI from source
+*Note*: Qt 5.9.7 is the minimum version required to build the GUI.
+
### On Linux:
(Tested on Ubuntu 17.10 x64, Ubuntu 18.04 x64 and Gentoo x64)
@@ -95,7 +97,7 @@ Packaging for your favorite distribution would be a welcome contribution!
2. Install Qt:
- *Note*: Qt 5.9.7 is the minimum version required to build the GUI. This makes **some** distributions (mostly based on debian, like Ubuntu 16.x or Linux Mint 18.x) obsolete due to their repositories containing an older Qt version.
+ *Note*: The Qt 5.9.7 or newer requirement makes **some** distributions (mostly based on debian, like Ubuntu 16.x or Linux Mint 18.x) obsolete due to their repositories containing an older Qt version.
The recommended way is to install 5.9.7 from the [official Qt installer](https://www.qt.io/download-qt-installer) or [compiling it yourself](https://wiki.qt.io/Install_Qt_5_on_Ubuntu). This ensures you have the correct version. Higher versions *can* work but as it differs from our production build target, slight differences may occur.