Skip to content

Instantly share code, notes, and snippets.

@tetsuyainfra
Created February 22, 2017 11:19
Show Gist options
  • Save tetsuyainfra/37a23e078883a242493a68b54be54a83 to your computer and use it in GitHub Desktop.
Save tetsuyainfra/37a23e078883a242493a68b54be54a83 to your computer and use it in GitHub Desktop.
2017/02/22 htopも入れ直した
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