diff options
author | Luca Deri <deri@ntop.org> | 2022-01-05 11:11:58 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-01-05 11:11:58 +0100 |
commit | 8f805a8163d33854d686b3c40bc69f4016494554 (patch) | |
tree | 9d0aa6b7617c6c00cb78f6341377e1402458a1ee /rrdtool/README.txt | |
parent | 948c0367f9d4d0c0488b3e91b7129cc10fcca855 (diff) |
Added missing dependency
Diffstat (limited to 'rrdtool/README.txt')
-rw-r--r-- | rrdtool/README.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rrdtool/README.txt b/rrdtool/README.txt index 1ea5cad4c..ba24e1bc6 100644 --- a/rrdtool/README.txt +++ b/rrdtool/README.txt @@ -4,4 +4,7 @@ This directory contains a tool that allows to identify anomalies and similaritie Prerequisite - rrdtool (https://oss.oetiker.ch/rrdtool/) -- apt-get install rrdtool + +If you have Ubuntu-based systems you need to do +- sudo apt-get install rrdtool librrd-dev + |