diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-09-28 11:24:23 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-09-28 13:46:09 +0200 |
commit | 9639eadd93d988e9ea10e68ef38b21b33f76dc41 (patch) | |
tree | 9ffadde8e5863cdd1d627552f8eaee2c0b429a3b /doc/build-unix.md | |
parent | ad57b310bac44a7e470cf66276421f2bbc61b1f0 (diff) |
doc: Add build guide for OpenBSD 5.7
Add a specific build guide for OpenBSD. This is slightly different than
building for Linux due to different dependencies, and a compiler issue.
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index e02a5e42f7..5c5103575e 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -2,6 +2,8 @@ UNIX BUILD NOTES ==================== Some notes on how to build Bitcoin in Unix. +(for OpenBSD specific instructions, see [build-openbsd.md](build-openbsd.md)) + Note --------------------- Always use absolute paths to configure and compile bitcoin and the dependencies, |