mirror of https://github.com/xzeldon/htop.git
README: Add Archlinux build dependency install command
Signed-off-by: HeshamTB <hishaminv@gmail.com>
This commit is contained in:
parent
469ae7a0bd
commit
a2ca7583a9
5
README
5
README
|
@ -62,6 +62,11 @@ sudo apt install libncursesw5-dev autotools-dev autoconf build-essential
|
|||
sudo dnf install ncurses-devel automake autoconf gcc
|
||||
~~~
|
||||
|
||||
**Archlinux/Manjaro**
|
||||
~~~ shell
|
||||
sudo pacman -S ncurses automake autoconf gcc
|
||||
~~~
|
||||
|
||||
### Compile from source:
|
||||
To compile from source, download from the Git repository (`git clone` or downloads from [GitHub releases](https://github.com/htop-dev/htop/releases/)), then run:
|
||||
~~~ shell
|
||||
|
|
Loading…
Reference in New Issue