Created
May 31, 2015 08:29
-
-
Save MasazI/778d9c0c4125bfecac52 to your computer and use it in GitHub Desktop.
htop_insall
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# brew install htop [/usr/local/Cellar/tbb/4.3-20140724/include/tbb] | |
==> Downloading https://github.com/max-horvath/htop-osx/archive/0.8.2.2.tar.gz | |
######################################################################## 100.0% | |
==> ./autogen.sh | |
==> ./configure --prefix=/usr/local/Cellar/htop-osx/0.8.2.2 | |
==> make install DEFAULT_INCLUDES='-iquote .' | |
==> Caveats | |
htop-osx requires root privileges to correctly display all running processes. | |
You can either run the program via `sudo` or set the setuid bit: | |
sudo chown root:wheel /usr/local/Cellar/htop-osx/0.8.2.2/bin/htop | |
sudo chmod u+s /usr/local/Cellar/htop-osx/0.8.2.2/bin/htop | |
You should be certain that you trust any software you grant root privileges. | |
==> Summary | |
🍺 /usr/local/Cellar/htop-osx/0.8.2.2: 11 files, 184K, built in 19 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment