Skip to content

Commit

Permalink
doc: Mention pkg-config in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Explorer09 committed Sep 4, 2024
1 parent 6d61007 commit 16e9bdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,14 @@ List of build-time dependencies:
> This is also something that is reflected in the package name on Debian/Ubuntu (via the additional 'w' - 'w'ide character support).
List of additional build-time dependencies (based on feature flags):
* `pkg-config`
* `sensors`
* `hwloc`
* `libcap` (v2.21 or later)
* `libnl-3` and `libnl-genl-3`

`pkg-config` is optional but recommended. The configure script of `htop` might utilize `pkg-config` to obtain the compiler and linker flags required for a library. Some OS distributions provide `pkg-config` functionalities through an alternative implementation such as `pkgconf`. Look for both names in your package manager.

Install these and other required packages for C development from your package manager.

**Debian/Ubuntu**
Expand Down

0 comments on commit 16e9bdc

Please sign in to comment.