aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 92bd285adcc54dff45d05de53688edb3cf1872e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# [![htop](htop.png)](https://htop.dev)

[![CI](https://github.com/htop-dev/htop/workflows/CI/badge.svg)](https://github.com/htop-dev/htop/actions)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/21665/badge.svg)](https://scan.coverity.com/projects/21665)
[![Mailing List](https://img.shields.io/badge/Mailing%20List-htop-blue.svg)](https://groups.io/g/htop)
[![IRC #htop](https://img.shields.io/badge/IRC-htop-blue.svg)](https://webchat.freenode.net/#htop)
[![Github Release](https://img.shields.io/github/release/htop-dev/htop.svg)](https://github.com/htop-dev/htop/releases/latest)
[![Download](https://api.bintray.com/packages/htop/source/htop/images/download.svg)](https://bintray.com/htop/source/htop/_latestVersion)

## Introduction

`htop` is a cross-platform interactive process viewer.
It requires `ncurses`.

For more information and details on how to contribute to `htop`
visit [htop.dev](https://htop.dev).

## Build instructions

This program is distributed as a standard autotools-based package.
For detailed instructions see the `INSTALL` file, which
is created after `./autogen.sh` is run.

When compiling from a [release tarball](https://github.com/htop-dev/htop/releases/), run:

~~~ shell
./configure && make
~~~

For compiling sources downloaded from the Git repository, run:

~~~ shell
./autogen.sh && ./configure && make
~~~

By default `make install` will install into `/usr/local`, for changing
the path use `./configure --prefix=/some/path`.

See the manual page (`man htop`) or the on-line help ('F1' or 'h'
inside `htop`) for a list of supported key commands.

## License

GNU General Public License, version 2 (GPL-2.0)

© 2014-2024 Faster IT GmbH | imprint | privacy policy