Top 3.6.1

Moderator: cah

Post Reply
cah
General of the Army / Fleet Admiral / General of the Air Force
General of the Army / Fleet Admiral / General of the Air Force
Posts: 1342
Joined: Sun Aug 17, 2008 5:05 am

Top 3.6.1

Post by cah »

Code: Select all

gunzip top-3.6.1.tar.gz
tar xf top-3.6.1.tar
configure
Edit top.h file and modify the following lines:

From:

#ifndef Default_TOPN
#define Default_TOPN 15
#endif

#ifndef Default_DELAY
#define Default_DELAY 5
#endif

To:

#ifndef Default_TOPN
#define Default_TOPN -1
#endif

#ifndef Default_DELAY
#define Default_DELAY 1
#endif

Code: Select all

make
make install
CAH, The Great
Post Reply