Created
February 22, 2017 11:19
-
-
Save tetsuyainfra/37a23e078883a242493a68b54be54a83 to your computer and use it in GitHub Desktop.
2017/02/22 htopも入れ直した
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
cd /usr/local/src | |
sudo git clone https://github.com/hishamhm/htop.git | |
cd htop | |
sudo git checkout refs/tags/2.0.2 | |
sudo ./autogen.sh | |
sudo ./configure | |
sudo make | |
make install -n | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment