# yum install ncurses-devel gcc
# wget http://hisham.hm/htop/releases/2.0.1/htop-2.0.1.tar.gz
# tar -zxvf htop-2.0.1.tar.gz
# cd htop-2.0.1
# ./configure
# make && make install