diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:34:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:34:44 +0000 |
commit | e3be059d4da38aa36f1aee1d56f8ceb943d92f1c (patch) | |
tree | 26edef31e4e503dd1c92a112de174f366dd61802 /INSTALL.md | |
parent | Initial commit. (diff) | |
download | procps-upstream.tar.xz procps-upstream.zip |
Adding upstream version 2:4.0.4.upstream/2%4.0.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | INSTALL.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..958b834 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,25 @@ +Installation Instructions for procps +==================================== +Depending on what format you are using to get these files, you +might need to run the `autogen.sh` program to create the +configure script. If you have a configure script already then +you might not need it. + +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 |