Skip to content

Commit eb02713

Browse files
committed
doc: add minimum required kernel version to dependencies.md
This matches the version of the kernel targeted when we build the glibcs we use for release builds in Guix. Other versions / scenerios may work, but for documentation purposes, this is the version that makes sense to document, and something we can claim to officially support.
1 parent dcad5f7 commit eb02713

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ You can find installation instructions in the `build-*.md` file for your platfor
2020
| [Boost](../depends/packages/boost.mk) | [link](https://www.boost.org/users/download/) | [1.77.0](https://github.com/bitcoin/bitcoin/pull/24383) | [1.64.0](https://github.com/bitcoin/bitcoin/pull/22320) | No |
2121
| [libevent](../depends/packages/libevent.mk) | [link](https://github.com/libevent/libevent/releases) | [2.1.12-stable](https://github.com/bitcoin/bitcoin/pull/21991) | [2.1.8](https://github.com/bitcoin/bitcoin/pull/24681) | No |
2222
| glibc | [link](https://www.gnu.org/software/libc/) | N/A | [2.18](https://github.com/bitcoin/bitcoin/pull/23511) | Yes |
23+
| Linux Kernel | [link](https://www.kernel.org/) | N/A | 3.2.0 | Yes |
2324

2425
## Optional
2526

0 commit comments

Comments
 (0)