mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-13 20:36:21 +01:00
doc: Recommend latest Debian stable or Ubuntu LTS
This commit is contained in:
@@ -46,10 +46,14 @@ Finally, clang (often less resource hungry) can be used instead of gcc, which is
|
||||
|
||||
#### Dependency Build Instructions
|
||||
|
||||
Build requirements:
|
||||
Build requirements for the latest Debian "stable" release, or the latest Ubuntu LTS release:
|
||||
|
||||
sudo apt-get install build-essential cmake pkgconf python3
|
||||
|
||||
For Debian "oldstable", or earlier Ubuntu LTS releases, you may need to pick a
|
||||
later compiler version, according to the [dependencies](/doc/dependencies.md)
|
||||
documentation.
|
||||
|
||||
Now, you can either build from self-compiled [depends](#dependencies) or install the required dependencies:
|
||||
|
||||
sudo apt-get install libevent-dev libboost-dev
|
||||
|
||||
Reference in New Issue
Block a user