diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 13:39:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 13:39:28 +0000 |
commit | 7332b914bff2786ff70ccace103fc9ebdfb61a23 (patch) | |
tree | 3a8a60c4edba014c7e350be41839e3edbf2a315f /INSTALL.md | |
parent | Adding debian version 2.1.7-1. (diff) | |
download | pacemaker-7332b914bff2786ff70ccace103fc9ebdfb61a23.tar.xz pacemaker-7332b914bff2786ff70ccace103fc9ebdfb61a23.zip |
Merging upstream version 2.1.8~rc1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -57,22 +57,23 @@ Also: | RPM packages via "make rpm" | 4.11 or later | rpm | rpm | (n/a) | | unit tests | 1.1.0 or later | libcmocka-devel | libcmocka-devel | libcmocka-dev | -## Optional testing dependencies -* procps and psmisc (if running cts-exec, cts-fencing, or CTS) -* valgrind (if running CTS valgrind tests) -* python3-systemd (if using CTS on cluster nodes running systemd) +## Optional Testing Dependencies +* procps and psmisc (if running cts-exec, cts-fencing, or CTS lab) +* valgrind (if running valgrind tests in cts-cli, cts-scheduler, or CTS lab) +* python3-dateutil and python3-systemd (if running CTS lab on cluster nodes + running systemd) * nmap (if not specifying an IP address base) -* oprofile (if running CTS profiling tests) -* dlm (to log DLM debugging info after CTS tests) +* oprofile (if running CTS lab profiling tests) +* dlm (to log DLM debugging info after CTS lab tests) * xmllint (to validate tool output in cts-cli) -## Simple install +## Simple Install $ make && sudo make install If GNU make is not your default make, use "gmake" instead. -## Detailed install +## Detailed Install First, browse the build options that are available: |