From e406a7a81497b9399fb52a69bca7528d88c4b6a4 Mon Sep 17 00:00:00 2001 From: Patrick Lodder Date: Thu, 19 Aug 2021 23:44:08 +0200 Subject: mention using the depends system --- doc/build-unix.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/build-unix.md b/doc/build-unix.md index 842982b7e..21927e149 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -6,6 +6,7 @@ and guides for different OSs can be found in separate documentation, as listed below. 1. [Install dependencies](#install-dependencies) + * [Using packaged dependencies](#using-packaged-dependencies) * [Ubuntu & Debian example](#ubuntu--debian-example) 2. [Build steps](#build-steps) 3. [Build configuration](#build-configuration) @@ -51,6 +52,13 @@ Wallet is optional to run a node, see [Wallet](#wallet) section to enable them. For the versions used in the release, see [release-process.md](release-process.md) under *Fetch and build inputs*. +### Using packaged dependencies + +Dogecoin Core's released binaries are built using the "depends system", which +contains exact, tested versions of all dependencies. To create binaries that are +using only fully tested dependencies, see the documentation in the +[depends directory](../depends/README.md) and the +[Release process documentation](release-process.md). ### Ubuntu & Debian example -- cgit v1.2.3