doc: added security update guidance

This commit is contained in:
Ed Tubbs 2023-11-24 23:47:39 -06:00
parent be2ee04d5f
commit 2edf2fc0e4
3 changed files with 9 additions and 1 deletions

View File

@ -29,6 +29,8 @@ these dependencies.
The following are developer notes on how to build Dogecoin on your native
platform, using the dependencies as provided by your system's package manager.
Before starting, ensure your system is updated and has the latest security patches.
Outdated libraries can render the entire system, including Dogecoin Core, vulnerable.
They are not complete guides, but include notes on the necessary libraries,
compile flags, etc.

View File

@ -62,6 +62,12 @@ using only fully tested dependencies, see the documentation in the
### Ubuntu & Debian example
Before installing the dependencies, ensure your system is updated and has the latest security patches:
```bash
sudo apt-get update
sudo apt-get upgrade
**Required dependencies** :
```bash
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils

View File

@ -48,7 +48,7 @@ These steps can be performed on, for example, an Ubuntu VM. The depends system
will also work on other Linux distributions, however the commands for
installing the toolchain will be different.
First, install the general dependencies:
Install the general dependencies. First, ensure your system is updated and has the latest security patches.
sudo apt update
sudo apt upgrade