Estimated build time: 0.02 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
Fileutils: 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.
Finish installing the package:
make install |