From 17d83acdab64d182ce1dceb8031739a7a612ad4f Mon Sep 17 00:00:00 2001 From: =Michael Keller Date: Mon, 6 May 2024 21:46:36 +1200 Subject: [PATCH] Documentation: Add Instructions for Using Qt 5.15.13 on MacOS. Add instructions for using Qt 5.15.13 on MacOS, which seems to have better support for Apple silicon.` Provided-by: jme <32236882+notrege@users.noreply.github.com> Signed-off-by: Michael Keller --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL b/INSTALL index 0a08f606c..1fcb40011 100644 --- a/INSTALL +++ b/INSTALL @@ -321,6 +321,11 @@ brew install autoconf automake libtool pkg-config gettext download the macOS installer from https://download.qt.io/official_releases/online_installers and use it to install the desired Qt version. At this point the latest Qt5 version is still preferred over Qt6. + +If you plan to deploy your build to an Apple Silicon Mac, you may have better results with +Bluetooth connections if you install Qt5.15.13. If Qt5.15.13 is not availablevia the +installer, you can download from https://download.qt.io/official_releases/qt/5.15/5.15.13 +and build using the usual configure, make, and make install. 3) now build Subsurface