htop/README

43 lines
1.6 KiB
Plaintext
Raw Normal View History

![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/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)
2014-04-05 22:56:35 +00:00
2006-03-04 18:16:49 +00:00
Introduction
2014-02-03 11:11:08 +00:00
------------
2006-03-04 18:16:49 +00:00
`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
------------------
2006-03-04 18:16:49 +00:00
This program is distributed as a standard autotools-based package.
2019-01-26 14:56:19 +00:00
For detailed instructions see the [INSTALL](/INSTALL) file, which
is created after `./autogen.sh` is run.
2016-02-11 19:20:50 +00:00
When compiling from a [release tarball](https://github.com/htop-dev/htop/releases/), run:
2016-02-11 19:20:50 +00:00
./configure && make
For compiling sources downloaded from the Git repository, run:
./autogen.sh && ./configure && make
2016-02-11 16:32:06 +00:00
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
2006-03-04 18:16:49 +00:00
GNU General Public License, version 2 (GPL-2.0)