Add configure option to create static htop binary

This commit is contained in:
Christian Göttsche
2021-01-22 19:14:59 +01:00
parent 759a34039c
commit 575edffb4b
5 changed files with 171 additions and 33 deletions

3
README
View File

@ -61,6 +61,9 @@ By default `make install` will install into `/usr/local`, for changing the path
* `--enable-setuid`:
enable setuid support for privilege dropping
default: *no*
*`--enable-static`:
build a static htop binary; hwloc and delay accounting are not supported
default: *no*
* `--enable-debug`:
Enable asserts and internal sanity checks; implies a performance penalty
default: *no*