From 054bde947b65ed687f79eaf980f486235c85aea1 Mon Sep 17 00:00:00 2001 From: Nav Date: Thu, 15 Sep 2022 00:44:40 +0100 Subject: [PATCH] Listed new libprocps dependency in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 36f7d7fa..6eb253d2 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,11 @@ the `yaml-cpp-0.7.0` tag, as there is an issue with the CMake configuration prov in link errors when building Bloom. In other words, use version 0.7.0 or later if you're installing yaml-cpp via a package, but if you're building from source, use the latest source from the `master` branch of the yaml-cpp repository. +#### libprocps +We use libprocps to access procfs. See [/src/Helpers/Process.cpp](./src/Helpers/Process.cpp) for more. + +`sudo apt-get install libprocps-dev` + #### PHP version 8 or later, with the xml extension Some of Bloom's build scripts are written in PHP.