Created
February 11, 2016 10:55
-
-
Save alibitek/d82567269f73b54bc35a to your computer and use it in GitHub Desktop.
Build htop https://github.com/hishamhm/htop
This file contains 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
#!/usr/bin/env bash | |
sudo apt-get install libncursesw5-dev && ./autogen.sh && ./configure --prefix=$HOME && make -j$(nproc) && make -j$(nproc) install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment