Dashify netbsd build

This commit is contained in:
Pasta 2021-06-26 11:51:31 -05:00
parent 8878ae64e3
commit eefe949dd4
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984

View File

@ -2,10 +2,12 @@ NetBSD build guide
======================
(updated for NetBSD 8.0)
This guide describes how to build bitcoind and command-line utilities on NetBSD.
This guide describes how to build dashd and command-line utilities on NetBSD.
This guide does not contain instructions for building the GUI.
**This guide has not been tested for building Dash Core. Please report your results; contributions welcome.**
Preparation
-------------
@ -22,7 +24,7 @@ libtool
pkg-config
python37
git clone https://github.com/bitcoin/bitcoin.git
git clone https://github.com/dashpay/dash.git
```
See [dependencies.md](dependencies.md) for a complete overview.
@ -47,7 +49,7 @@ from the root of the repository. Then set `BDB_PREFIX` for the next section:
export BDB_PREFIX="$PWD/db4"
```
### Building Bitcoin Core
### Building Dash Core
**Important**: Use `gmake` (the non-GNU `make` will exit with an error).