Estimated build time: 0.1 SBU Estimated required disk space: 0.2 MB |
The procinfo program gathers system data, such as memory usage and IRQ numbers, from the /proc directory and formats this data in a meaningful way.
Installed programs: lsdev, procinfo and socklist
Procinfo depends on: Binutils, GCC, Glibc, Make, Ncurses.
Compile Procinfo:
make LDLIBS=-lncurses |
The meaning of the make parameter:
LDLIBS=-lncurses: This tells Procinfo to use the libncurses library instead of the long-obsolete libtermcap.
And install the package:
make install |