You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ThomasV 858a39571e
Merge pull request #4121 from Chuongv/updateDocForOSX
7 years ago
..
README.md Update doc for OSX build 7 years ago
make_osx Make generated .app deterministic 7 years ago
osx.spec Use internal GPU on macOS 7 years ago

README.md

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