build htop from source 2016.6.16 Post 22 1 分钟mkdir -p /prodata/tmp cd /prodata/tmp wget http://hisham.hm/htop/releases/1.0.3/htop-1.0.3.tar.gz tar -xvf htop-1.0.3.tar.gz cd htop-1.0.3 ./configure --prefix=/prodata/ngs make -j12 make install 运行良好