summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBerzerker <Berzerker@users.noreply.github.com>2016-03-29 17:28:24 -0400
committerBerzerker <Berzerker@users.noreply.github.com>2016-03-29 17:28:24 -0400
commita6c635dc96845bd864e8677ff67529fcf65dc1d5 (patch)
treed4b4714592adf6d0680555f4078b3c238395e7d4
parentf78c0e5b98a45dcd142e4b7bef1d42cb23064239 (diff)
Update Readme to include additional dependencies
pkg-config and dh-autoreconf are required packages for proper configuration
-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