build htop from source

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

运行良好

加载评论