Document minimum versions for glibc and libcap. Thank you to James Brown (Roguelazer).

Closes #804
This commit is contained in:
Daniel Lange 2021-09-22 12:02:10 +02:00 committed by BenBE
parent e6ded48d1a
commit 3d99c306b9
1 changed files with 4 additions and 1 deletions

5
README
View File

@ -37,6 +37,9 @@ List of build-time dependencies:
- `autotools`
* `ncurses`
When building `htop` on Linux with the GNU C Library you will need `glibc` v2.14 or later.
`pcp-htop` for Linux can still be built with older `glibc` versions.
**Note about `ncurses`:**
> `htop` requires `ncurses` 6.0. Be aware the appropriate package is sometimes still called libncurses5 (on Debian/Ubuntu). Also `ncurses` usually comes in two flavours:
>* With Unicode support.
@ -47,7 +50,7 @@ List of build-time dependencies:
List of additional build-time dependencies (based on feature flags):
* `sensors`
* `hwloc`
* `libcap`
* `libcap` (v2.21 or later)
* `libnl-3`
Install these and other required packages for C development from your package manager.