wget -c https://dl.bintray.com/htop/source/htop-3.0.2.tar.gz tar -xzf htop-3.0.2.tar.gz cd htop-3.0.2 mkdir -p build cd build ../configure --prefix="/usr" make # Doesn't mind -j# make install