Estimated build time: 0.1 SBU Estimated required disk space: 168 KB |
(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.
Procinfo installs the following:
lsdev, procinfo and socklist
(Last checked against version 18.)
Binutils: as, ld
Coreutils: install, mkdir
GCC: cc1, collect2, cpp0, gcc
Make: make
Compile Procinfo:
make LDLIBS=-lncurses |
The -lncurses switch overwrites the default switch, -ltermcap. This is done because libtermcap is declared obsolete in favor of libncurses.
And install the package:
make install |