mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 18:40:58 +00:00
doc: added security update guidance
This commit is contained in:
parent
be2ee04d5f
commit
2edf2fc0e4
@ -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.
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user