Changeset View
Changeset View
Standalone View
Standalone View
doc/build-osx.md
| Show All 15 Lines | |||||
| 3. Install [Homebrew](https://brew.sh). | 3. Install [Homebrew](https://brew.sh). | ||||
| Dependencies | Dependencies | ||||
| ---------------------- | ---------------------- | ||||
| Install dependencies: | Install dependencies: | ||||
| brew install berkeley-db boost cmake jemalloc libevent miniupnpc libnatpmp ninja openssl protobuf python qrencode qt@5 sqlite zeromq | brew install berkeley-db boost cmake jemalloc libevent miniupnpc ninja openssl protobuf python qrencode qt@5 sqlite zeromq | ||||
| pip install pytest zip | pip install pytest zip | ||||
| See [dependencies.md](dependencies.md) for a complete overview. | See [dependencies.md](dependencies.md) for a complete overview. | ||||
| Build Bitcoin ABC | Build Bitcoin ABC | ||||
| ----------------- | ----------------- | ||||
| Before you start building, please make sure that your compiler supports C++20. | Before you start building, please make sure that your compiler supports C++20. | ||||
| ▲ Show 20 Lines • Show All 64 Lines • Show Last 20 Lines | |||||