mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Dashify netbsd build
This commit is contained in:
parent
8878ae64e3
commit
eefe949dd4
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user