Code: Select all
gunzip top-3.6.1.tar.gz
tar xf top-3.6.1.tar
configure
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