summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2016-03-30 11:31:13 +0200
committerThomas Graf <tgraf@suug.ch>2016-03-30 11:31:13 +0200
commit70e6f97b65c906e25e73a6c579411460720c02ea (patch)
treed4b4714592adf6d0680555f4078b3c238395e7d4
parentf78c0e5b98a45dcd142e4b7bef1d42cb23064239 (diff)
parenta6c635dc96845bd864e8677ff67529fcf65dc1d5 (diff)
Merge pull request #37 from Berzerker/patch-1
Update Readme to include additional dependencies
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a469646..df4dab3 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 libncurses-dev
+apt-get install build-essential make libconfuse-dev libnl-3-dev libnl-route-3-dev libncurses-dev pkg-config dh-autoreconf
./autogen.sh
./configure
make