|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
 |
|
|
|
|
# [](https://htop.dev) |
|
|
|
|
|
|
|
|
|
[](https://github.com/htop-dev/htop/actions) |
|
|
|
|
[](https://scan.coverity.com/projects/21665) |
|
|
|
|
@ -7,8 +7,7 @@ |
|
|
|
|
[](https://github.com/htop-dev/htop/releases/latest) |
|
|
|
|
[](https://bintray.com/htop/source/htop/_latestVersion) |
|
|
|
|
|
|
|
|
|
Introduction |
|
|
|
|
------------ |
|
|
|
|
## Introduction |
|
|
|
|
|
|
|
|
|
`htop` is a cross-platform interactive process viewer. |
|
|
|
|
It requires `ncurses`. |
|
|
|
|
@ -16,8 +15,7 @@ It requires `ncurses`. |
|
|
|
|
For more information and details on how to contribute to `htop` |
|
|
|
|
visit [htop.dev](https://htop.dev). |
|
|
|
|
|
|
|
|
|
Build instructions |
|
|
|
|
------------------ |
|
|
|
|
## Build instructions |
|
|
|
|
|
|
|
|
|
This program is distributed as a standard autotools-based package. |
|
|
|
|
For detailed instructions see the `INSTALL` file, which |
|
|
|
|
@ -25,11 +23,15 @@ is created after `./autogen.sh` is run. |
|
|
|
|
|
|
|
|
|
When compiling from a [release tarball](https://github.com/htop-dev/htop/releases/), run: |
|
|
|
|
|
|
|
|
|
./configure && make |
|
|
|
|
~~~ shell |
|
|
|
|
./configure && make |
|
|
|
|
~~~ |
|
|
|
|
|
|
|
|
|
For compiling sources downloaded from the Git repository, run: |
|
|
|
|
|
|
|
|
|
./autogen.sh && ./configure && make |
|
|
|
|
~~~ shell |
|
|
|
|
./autogen.sh && ./configure && make |
|
|
|
|
~~~ |
|
|
|
|
|
|
|
|
|
By default `make install` will install into `/usr/local`, for changing |
|
|
|
|
the path use `./configure --prefix=/some/path`. |
|
|
|
|
|