doc: Recommend latest Debian stable or Ubuntu LTS

This commit is contained in:
MarcoFalke
2025-11-10 17:32:35 +01:00
parent fa1711ee0d
commit fa9f29a4a7

View File

@@ -46,10 +46,14 @@ Finally, clang (often less resource hungry) can be used instead of gcc, which is
#### Dependency Build Instructions #### 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 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: Now, you can either build from self-compiled [depends](#dependencies) or install the required dependencies:
sudo apt-get install libevent-dev libboost-dev sudo apt-get install libevent-dev libboost-dev