summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahsmha <ahmedshadaab022@gmail.com>2022-04-14 23:14:42 +0530
committerBenBE <BenBE@geshi.org>2022-04-14 20:28:11 +0200
commitafc4a9d657790265dc8b005366d6ba7ca9cc2f95 (patch)
treec90403ff27ebeb602b7c6a32c28afeabe9b38a8a
parent3f3691886a97f7870dd22e411c457b8c6537ebfb (diff)
README: Add macOS build dependency install command
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 8ef5893c..55372b43 100644
--- a/README
+++ b/README
@@ -67,6 +67,11 @@ sudo dnf install ncurses-devel automake autoconf gcc
sudo pacman -S ncurses automake autoconf gcc
~~~
+**macOS**
+~~~ shell
+brew install 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

© 2014-2024 Faster IT GmbH | imprint | privacy policy