diff options
| author | Alex Vear <[email protected]> | 2018-01-30 21:03:58 +0000 |
|---|---|---|
| committer | Alex Vear <[email protected]> | 2018-01-30 21:03:58 +0000 |
| commit | 4c855174e101b84c67f4b78bc76e3587301dd5a0 (patch) | |
| tree | 365970fc5d719c4270ca6d1488c6bc8ff92c5260 | |
| parent | doc: Update manpages to 0.16.99 (diff) | |
| download | discoin-4c855174e101b84c67f4b78bc76e3587301dd5a0.tar.xz discoin-4c855174e101b84c67f4b78bc76e3587301dd5a0.zip | |
Add NetBSD build instruction links
| -rw-r--r-- | doc/README.md | 1 | ||||
| -rw-r--r-- | doc/build-unix.md | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md index 988019869..ddb239f60 100644 --- a/doc/README.md +++ b/doc/README.md @@ -42,6 +42,7 @@ The following are developer notes on how to build Bitcoin on your native platfor - [Unix Build Notes](build-unix.md) - [Windows Build Notes](build-windows.md) - [OpenBSD Build Notes](build-openbsd.md) +- [NetBSD Build Notes](build-netbsd.md) - [Gitian Building Guide](gitian-building.md) Development diff --git a/doc/build-unix.md b/doc/build-unix.md index af567cade..f2e1fbe78 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -2,7 +2,8 @@ UNIX BUILD NOTES ==================== Some notes on how to build Bitcoin Core in Unix. -(for OpenBSD specific instructions, see [build-openbsd.md](build-openbsd.md)) +(For BSD specific instructions, see [build-openbsd.md](build-openbsd.md) and/or +[build-netbsd.md](build-netbsd.md)) Note --------------------- |