mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 09:07:25 +03:00
Tobias Kortkamp
11ecc65ebb
Unbreak with -fno-common on FreeBSD
GCC10 and Clang11 now default to -fno-common. ld: error: duplicate symbol: jail_errmsg >>> defined at Platform.c >>> freebsd/Platform.o:(jail_errmsg) >>> defined at FreeBSDProcessList.c >>> freebsd/FreeBSDProcessList.o:(.bss+0x90) Signed-off-by: Tobias Kortkamp <t@tobik.me>
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.
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, 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)
Description
Languages
C
93%
Roff
2.3%
M4
2.3%
Lua
1.5%
Makefile
0.8%