README: Add macOS build dependency install command

This commit is contained in:
ahsmha 2022-04-14 23:14:42 +05:30 committed by BenBE
parent 3f3691886a
commit afc4a9d657
1 changed files with 5 additions and 0 deletions

5
README
View File

@ -67,6 +67,11 @@ sudo dnf install ncurses-devel automake autoconf gcc
sudo pacman -S ncurses automake autoconf gcc sudo pacman -S ncurses automake autoconf gcc
~~~ ~~~
**macOS**
~~~ shell
brew install ncurses automake autoconf gcc
~~~
### Compile from source: ### 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: 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 ~~~ shell