You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ List of build-time dependencies:
38
38
* `ncurses`
39
39
40
40
**Note about `ncurses`:**
41
-
> 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:
41
+
> `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:
42
42
>* With Unicode support.
43
43
>* Without Unicode support.
44
44
>
@@ -138,12 +138,12 @@ To install on the local system run `make install`. By default `make install` ins
138
138
`htop` has a set of fixed optional dependencies, depending on build/configure option used:
139
139
140
140
#### Linux
141
-
* `libdl`, if not building a static binary, is always required when support for to optionally dependencies (i.e. `libsensors`, `libsystemd`) is present.
142
-
* `libcap`, user-space interfaces to the POSIX 1003.1e, is always required when `--enable-capabilities` was used to configure `htop`.
141
+
* `libdl`, if not building a static binary, is always required when support for optional dependencies (i.e. `libsensors`, `libsystemd`) is present.
142
+
* `libcap`, user-space interfaces to POSIX 1003.1e capabilities, is always required when `--enable-capabilities` was used to configure `htop`.
143
143
* `libsensors`, readout of temperatures and CPU speeds, is optional even when `--enable-sensors` was used to configure `htop`.
144
144
* `libsystemd` is optional when `--enable-static` was not used to configure `htop`. If building statically and `libsystemd` is not found by `configure`, support for the systemd meter is disabled entirely.
145
145
146
-
`htop` checks for the availability of the actual runtime lib as `htop` runs.
146
+
`htop` checks for the availability of the actual runtime libraries as `htop` runs.
147
147
148
148
#### BSD
149
149
On most BSD systems `kvm` is a requirement to read kernel information.
@@ -155,15 +155,15 @@ See the manual page (`man htop`) or the help menu (**F1** or **h** inside `htop`
155
155
156
156
## Support
157
157
158
-
If you have trouble running `htop` please consult your Operating System / Linux distribution documentation for getting support and filing bugs.
158
+
If you have trouble running `htop` please consult your operating system / Linux distribution documentation for getting support and filing bugs.
159
159
160
160
## Bugs, development feedback
161
161
162
-
We have a [development mailing list](https://htop.dev/mailinglist.html). Feel free to subscribe for release announcements or asking questions on the development of htop.
162
+
We have a [development mailing list](https://htop.dev/mailinglist.html). Feel free to subscribe for release announcements or asking questions on the development of `htop`.
163
163
164
164
You can also join our IRC channel [#htop on Libera.Chat](https://web.libera.chat/#htop) and talk to the developers there.
165
165
166
-
If you have found an issue within the source of htop, please check whether this has already been reported in our [GitHub issue tracker](https://github.com/htop-dev/htop/issues).
166
+
If you have found an issue within the source of `htop`, please check whether this has already been reported in our [GitHub issue tracker](https://github.com/htop-dev/htop/issues).
167
167
If not, please file a new issue describing the problem you have found, the potential location in the source code you are referring to and a possible fix if available.
0 commit comments