File: INSTALL.md

package info (click to toggle)
procps 2%3A4.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 14,424 kB
  • sloc: ansic: 32,770; sh: 5,995; exp: 775; makefile: 691; sed: 16
file content (25 lines) | stat: -rw-r--r-- 686 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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