Page 1 of 1

Top 3.6.1

Posted: Mon May 11, 2009 6:49 pm
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