aboutsummaryrefslogtreecommitdiff
path: root/doc/build-openbsd.md
diff options
context:
space:
mode:
authorflack <flack@contentcontrol-berlin.de>2017-07-09 13:15:45 +0200
committerflack <flack@contentcontrol-berlin.de>2017-09-07 00:34:27 +0200
commite91b9619232dc8999ae9657f117d55b7d241eadc (patch)
tree5a94fcb50847c966ee7fa104cccc585c29170249 /doc/build-openbsd.md
parent1d4805ce04645f3203b0cfd3d66ea710e7433eb4 (diff)
downloadbitcoin-e91b9619232dc8999ae9657f117d55b7d241eadc.tar.xz
Create dependencies.md, and link dependencies file from README & build docs
Diffstat (limited to 'doc/build-openbsd.md')
-rw-r--r--doc/build-openbsd.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md
index f4a9826d80..dc1ba6e115 100644
--- a/doc/build-openbsd.md
+++ b/doc/build-openbsd.md
@@ -18,12 +18,12 @@ pkg_add automake # (select highest version, e.g. 1.15)
pkg_add python # (select highest version, e.g. 3.5)
```
-The default C++ compiler that comes with OpenBSD 5.9 is g++ 4.2. This version is old (from 2007), and is not able to compile the current version of Bitcoin Core, primarily as it has no C++11 support, but even before there were issues. So here we will be installing a newer compiler.
+See [dependencies.md](dependencies.md) for a complete overview.
GCC
-------
-You can install a newer version of gcc with:
+The default C++ compiler that comes with OpenBSD 5.9 is g++ 4.2. This version is old (from 2007), and is not able to compile the current version of Bitcoin Core, primarily as it has no C++11 support, but even before there were issues. So here we will be installing a newer compiler:
```bash
pkg_add g++ # (select newest 4.x version, e.g. 4.9.3)