Bump to procps-ng 3.3.17
[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
10     ./autogen.sh
11     ./configure
12     make
13     make install
14
15 The configure script has a lot of options, so please have a read
16 of `configure --help` to see what they are and what they are used
17 for.
18
19 Testing
20 -------
21 procps has a series of test scripts (and more are welcome if they
22 are repeatable). You will need to install DejaGNU to run it and
23 it is simply:
24
25     make check