From 0d1cceef7fa0d047431e373f6c9f6967cbada699 Mon Sep 17 00:00:00 2001 From: Nichamon Naksinehaboon Date: Tue, 16 Apr 2024 20:59:02 -0500 Subject: [PATCH] Clarify the dependencies in README.md The patch clarifies that Python3 and munge development libraries are dependencies. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 70ffe384a..2fc0cc82a 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ one the "Code" button. Or use the following command: * flex * libreadline * openssl development library (for OVIS, LDMS Authentication) -* libmunge (for Munge LDMS Authentication plugin) -* Python >= 3.6 and Cython >= 0.25 (for the LDMS Python API and ldmsd_controller) +* libmunge development library (for Munge LDMS Authentication plugin) +* Python >= 3.6 development library and Cython >= 0.25 (for the LDMS Python API and the LDMSD Interface, ldmsd_controller) * doxygen (for the OVIS documentation) Some LDMS plug-ins have dependencies on additional libraries. @@ -98,7 +98,7 @@ One way to obtain those packages is from EPEL (install the epel-release package, then "yum update"). The packages from EPEL are: * python3-devel -* python36-Cython +* python3-Cython ## Compling the code