From 60e827062079f34b5a83c87c0f7dfa48759d5a20 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 28 Oct 2020 16:50:17 -0700 Subject: [PATCH] No need to install Qt for macOS in build instructions --- BUILD.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index ad4a05e..6346ff3 100644 --- a/BUILD.md +++ b/BUILD.md @@ -48,8 +48,6 @@ Create a .rpm: Download and install Python 3.9.0 from https://www.python.org/downloads/release/python-390/. I downloaded `python-3.9.0-macosx10.9.pkg`. -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: ```sh