Browse Source

doc: skip building bitcoin-qt on macOS

Skip installing GUI dependancies and building bitcoin-qt.
fix-test_pay_direct-flake
fanquake 6 years ago
committed by Rusty Russell
parent
commit
132d8460fc
  1. 8
      doc/INSTALL.md

8
doc/INSTALL.md

@ -174,21 +174,19 @@ valgrind asciidoc --run make
To Build on macOS To Build on macOS
--------------------- ---------------------
Assume you have Xcode and HomeBrew installed on your Mac. Assuming you have Xcode and Homebrew installed. Install dependencies:
Get dependencies:
$ brew install autoconf automake libtool python3 gmp gnu-sed $ brew install autoconf automake libtool python3 gmp gnu-sed
If you don't have bitcoind installed locally you'll need to install that If you don't have bitcoind installed locally you'll need to install that
as well: as well:
$ brew install \ $ brew install berkeley-db4 boost miniupnpc openssl pkg-config libevent
berkeley-db4 boost miniupnpc openssl pkg-config protobuf qt libevent
$ git clone https://github.com/bitcoin/bitcoin $ git clone https://github.com/bitcoin/bitcoin
$ cd bitcoin $ cd bitcoin
$ ./autogen.sh $ ./autogen.sh
$ ./configure $ ./configure
$ make & make install $ make src/bitcoind src/bitcoin-cli && make install
Clone lightning: Clone lightning:

Loading…
Cancel
Save