diff options
| author | Patrick Lodder <[email protected]> | 2021-08-19 23:44:08 +0200 |
|---|---|---|
| committer | Patrick Lodder <[email protected]> | 2021-08-19 23:44:08 +0200 |
| commit | e406a7a81497b9399fb52a69bca7528d88c4b6a4 (patch) | |
| tree | e8f45ea519a9e9fbb40c15f068a3d401adc5ac7a | |
| parent | write a small intro and re-link top menu (diff) | |
| download | discoin-e406a7a81497b9399fb52a69bca7528d88c4b6a4.tar.xz discoin-e406a7a81497b9399fb52a69bca7528d88c4b6a4.zip | |
mention using the depends system
| -rw-r--r-- | doc/build-unix.md | 8 |
1 files changed, 8 insertions, 0 deletions
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 |