summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2015-04-29 17:28:31 +0200
committerThomas Graf <tgraf@suug.ch>2015-04-29 17:28:31 +0200
commitc1ae292c9542c52f50ab1daf7394cec49960403c (patch)
treec1fcb7332669b391904c5426958429999c5b267a
parent234efb85f6a4f0f8d4a9d9737a0d4c18b93df404 (diff)
README: Mention ncurses-devel dependency in installation notes
Reported-by: DavidRChristensen Signed-off-by: Thomas Graf <tgraf@suug.ch>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd528b5..2c20d9d 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ interface and a programmable text output for scripting.
```
git clone https://github.com/tgraf/bmon.git
cd bmon
-apt-get install build-essential make libconfuse-dev libnl-3-dev libnl-route-3-dev
+apt-get install build-essential make libconfuse-dev libnl-3-dev libnl-route-3-dev libncurses-dev
./configure
make
make install