Skip to content
galloxD edited this page Sep 7, 2019 · 4 revisions

Tested on Ubuntu 16.04

apt-get install autoconf automake libtool git

apt-get install make pkg-config check g++ librsync-dev libz-dev libssl-dev uthash-dev libyajl-dev

apt-get install libncurses5-dev


git clone https://github.com/wbenny/htop.git

cd htop

./autogen.sh && ./configure --prefix=/usr && make

make install

Clone this wiki locally