diff options
| author | Patrick Lodder <[email protected]> | 2021-08-19 23:35:27 +0200 |
|---|---|---|
| committer | Patrick Lodder <[email protected]> | 2021-08-19 23:35:27 +0200 |
| commit | fbfd14f8ab2223a31da08c8ff5be949880c7e73a (patch) | |
| tree | e34097850749258d8325d4a054292a280a191ae8 | |
| parent | Docs4Doge installation : reorganize unix build instructions (diff) | |
| download | discoin-fbfd14f8ab2223a31da08c8ff5be949880c7e73a.tar.xz discoin-fbfd14f8ab2223a31da08c8ff5be949880c7e73a.zip | |
write a small intro and re-link top menu
| -rw-r--r-- | doc/build-unix.md | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 4370d1efe..842982b7e 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -1,9 +1,12 @@ # Unix Build of Dogecoin Core +This installation guide serves as a basis for all UNIX and UNIX-like operating +systems. All examples in this guide are illustrated using an Ubuntu/Debian OS, +and guides for different OSs can be found in separate documentation, as listed +below. + 1. [Install dependencies](#install-dependencies) - * [Ubuntu & Debian](#ubuntu--debian) - * [Fedora](#Fedora) - * [FreeBSD](#FreeBSD) + * [Ubuntu & Debian example](#ubuntu--debian-example) 2. [Build steps](#build-steps) 3. [Build configuration](#build-configuration) * [Enable Qt GUI](#enable-qt-gui) @@ -13,6 +16,12 @@ * [Security](#security) * [Memory requirements](#memory-requirements) 4. [ARM Cross-compilation](#arm-cross-compilation) +5. OS-specific documentation: + * [Archlinux](build-archlinux.md) + * [Fedora](build-fedora.md) + * [FreeBSD](build-freebsd.md) + * [NixOs](build-nixos.md) + * [OpenBSD](build-openbsd.md) ## Install dependencies @@ -43,7 +52,7 @@ 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*. -### Ubuntu & Debian +### Ubuntu & Debian example **Required dependencies** : ```bash |