Add NetBSD build instruction links
This commit is contained in:
parent
9cb2309050
commit
4c855174e1
2 changed files with 3 additions and 1 deletions
|
@ -42,6 +42,7 @@ The following are developer notes on how to build Bitcoin on your native platfor
|
||||||
- [Unix Build Notes](build-unix.md)
|
- [Unix Build Notes](build-unix.md)
|
||||||
- [Windows Build Notes](build-windows.md)
|
- [Windows Build Notes](build-windows.md)
|
||||||
- [OpenBSD Build Notes](build-openbsd.md)
|
- [OpenBSD Build Notes](build-openbsd.md)
|
||||||
|
- [NetBSD Build Notes](build-netbsd.md)
|
||||||
- [Gitian Building Guide](gitian-building.md)
|
- [Gitian Building Guide](gitian-building.md)
|
||||||
|
|
||||||
Development
|
Development
|
||||||
|
|
|
@ -2,7 +2,8 @@ UNIX BUILD NOTES
|
||||||
====================
|
====================
|
||||||
Some notes on how to build Bitcoin Core in Unix.
|
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
|
Note
|
||||||
---------------------
|
---------------------
|
||||||
|
|
Loading…
Reference in a new issue