tce-load -i compiletc ncursesw-dev python3.6 https://hisham.hm/htop/releases/2.2.0/htop-2.2.0.tar.gz cd htop-2.1.0 CC="gcc -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; find . -name Makefile -type f -exec sed -i 's/-pg -O2//g' {} \; find . -name Makefile -type f -exec sed -i 's/-pg//g' {} \; make sudo make install