summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-08-21 19:44:02 -0400
committerMicah Lee <micah@micahflee.com>2020-08-21 19:44:02 -0400
commita105ce722919997f142f431a5679061ace801880 (patch)
tree986fcd4154c745b3936d2affd36a6920e19c1dbe /BUILD.md
parent24b7316b3ea437c60638910f4badd4f2fef2071e (diff)
downloadonionshare-a105ce722919997f142f431a5679061ace801880.tar.gz
onionshare-a105ce722919997f142f431a5679061ace801880.zip
Use Qt 5.14.0 in macOS
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 16c7395d..8b51f150 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -115,7 +115,7 @@ Download and install Python 3.7.4 from https://www.python.org/downloads/release/
You may also need to run the command `/Applications/Python\ 3.7/Install\ Certificates.command` to update Python 3.6's internal certificate store. Otherwise, you may find that fetching the Tor Browser .dmg file fails later due to a certificate validation error.
-Install Qt 5.13.1 for macOS from https://www.qt.io/offline-installers. I downloaded `qt-opensource-mac-x64-5.13.1.dmg`. In the installer, you can skip making an account, and all you need is `Qt` > `Qt 5.13.1` > `macOS`.
+Install Qt 5.14.0 for macOS from https://www.qt.io/offline-installers. I downloaded `qt-opensource-mac-x64-5.14.0.dmg`. In the installer, you can skip making an account, and all you need is `Qt` > `Qt 5.14.0` > `macOS`.
If you don't have it already, install poetry (`pip3 install --user poetry`). Then install dependencies: