mirror of
https://gitlab.com/procps-ng/procps.git
synced 2024-11-23 10:03:52 +08:00
f73fed9d35
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
686 B
686 B
Installation Instructions for procps
Depending on how you retrieve this code you
may need to run the autogen.sh
program to create the
configure script. If you have a configure script already then
you may not need to do this.
A typical installation would go something like
./autogen.sh
./configure
make
make install
The configure script has a lot of options, so please have a read
of configure --help
to see what they are and what they are used
for.
Testing
procps has a series of test scripts (and more are welcome if they are repeatable). You will need to install DejaGNU to run it and it is simply:
make check