Bump to procps-ng 3.3.16
[platform/upstream/procps-ng.git] / INSTALL.md
1 Installation Instructions for procps
2 ====================================
3 Depending on what format you are using to get these files, you
4 might need to run the `autogen.sh` program to create the
5 configure script. If you have a configure script already then
6 you might not need it.
7
8 A typical installation would go something like
9 > ./autogen.sh
10 > ./configure
11 > make
12 > make install
13
14 The configure script has a lot of options, so please have a read
15 of `configure --help` to see what they are and what they are used
16 for.
17
18 Testing
19 -------
20 procps has a series of test scripts (and more are welcome if they
21 are repeatable). You will need to install DejaGNU to run it and
22 it is simply:
23
24 > make check