Estimated build time: 1 minute Estimated required disk space: 170 KB |
Install Procinfo by running the following commands:
make LDLIBS=-lncurses && make install |
make LDLIBS=-lncurses : This will use -lncurses instead of -ltermcap when building procinfo. This is done because libtermcap is declared obsolete in favor of libncurses.
The Procinfo package contains the procinfo program.
procinfo gathers some system data from the /proc directory and prints it nicely formatted on the standard output device.
Procinfo-18 needs the following to be installed:
as from the binutils package
ld from the binutils package
install from the fileutils package
mkdir from the fileutils package
make from the make package
sed from the sed package