electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 1518c7d1337d6d64731427d493bf91e2a14c272b
parent 93d68a43611ec22369206f3edb03030b1d6fcb3e
Author: SomberNight <somber.night@protonmail.com>
Date:   Thu,  4 Jul 2019 20:53:24 +0200

build macOS README: mention how Qt affects min supported macOS version

Diffstat:
Mcontrib/osx/README.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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