From e91b9619232dc8999ae9657f117d55b7d241eadc Mon Sep 17 00:00:00 2001 From: flack Date: Sun, 9 Jul 2017 13:15:45 +0200 Subject: Create dependencies.md, and link dependencies file from README & build docs --- doc/build-openbsd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/build-openbsd.md') 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) -- cgit v1.2.3