LBRY-Vault/contrib/build-osx
Chuong Vu 20a881b6a4 Update doc for OSX build
Avoids the confusion that I just had..
2018-03-11 18:51:58 -07:00
..
make_osx Add libusb dylib to binary so Trezor will work 2018-02-21 14:13:55 +01:00
osx.spec Use internal GPU on macOS 2018-03-06 11:55:43 +01:00
README.md Update doc for OSX build 2018-03-11 18:51:58 -07: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.

This assumes that the Xcode command line tools (and thus git) are already installed.

1. Run the script

$ cd electrum
$ ./contrib/build-osx/make_osx

2. Done