From 1518c7d1337d6d64731427d493bf91e2a14c272b Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 4 Jul 2019 20:53:24 +0200 Subject: [PATCH] build macOS README: mention how Qt affects min supported macOS version --- contrib/osx/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/osx/README.md b/contrib/osx/README.md index fdba1913f..41ad97c13 100644 --- a/contrib/osx/README.md +++ b/contrib/osx/README.md @@ -13,6 +13,9 @@ This needs to be done on a system running macOS or OS X. We use El Capitan (10.1 on High Sierra (or later) makes the binaries [incompatible with older versions](https://github.com/pyinstaller/pyinstaller/issues/1191). +Another factor for the minimum supported macOS version is the +[bundled Qt version](https://github.com/spesmilo/electrum/issues/3685). + Before starting, make sure that the Xcode command line tools are installed (e.g. you have `git`). #### 1.1a Get Xcode