Estimated build time: 0.1 SBU Estimated required disk space: 0.2 MB |
(Last checked against version 18.)
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
(Last checked against version 18.)
Binutils: as, ld
Coreutils: install, mkdir
GCC: cc1, collect2, cpp, gcc
Make: make
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 |