-WIP-electrum-btcp/contrib/build-osx/README.md

18 lines
390 B
Markdown
Raw Normal View History

2018-01-30 12:14:28 -08:00
Building Mac OS binaries
========================
This guide explains how to build Electrum binaries for macOS systems.
We build our binaries on El Capitan (10.11.6) as building it on High Sierra
makes the binaries incompatible with older versions.
2018-01-31 04:16:27 -08:00
This assumes that the Xcode command line tools (and thus git) are already installed.
2018-01-30 12:14:28 -08:00
## 1. Run the script
./make_osx
## 2. Done