2018-01-30 21:14:28 +01: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 13:16:27 +01:00
|
|
|
This assumes that the Xcode command line tools (and thus git) are already installed.
|
|
|
|
|
|
2018-01-30 21:14:28 +01:00
|
|
|
|
|
|
|
|
## 1. Run the script
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2018-03-11 18:49:30 -07:00
|
|
|
$ cd electrum
|
|
|
|
|
$ ./contrib/build-osx/make_osx
|
2018-01-30 21:14:28 +01:00
|
|
|
|
|
|
|
|
## 2. Done
|