mirror of https://github.com/xzeldon/htop.git
42 lines
1.5 KiB
Plaintext
42 lines
1.5 KiB
Plaintext
![htop](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/21617/badge.svg)](https://scan.coverity.com/projects/21617)
|
|
[![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)
|
|
|
|
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](/INSTALL) file, which
|
|
is created after `./autogen.sh` is run.
|
|
|
|
When compiling from a [release tarball](https://github.com/htop-dev/htop/releases/), run:
|
|
|
|
./configure && make
|
|
|
|
For compiling sources downloaded from the Git repository, run:
|
|
|
|
./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)
|