From a6c635dc96845bd864e8677ff67529fcf65dc1d5 Mon Sep 17 00:00:00 2001 From: Berzerker Date: Tue, 29 Mar 2016 17:28:24 -0400 Subject: Update Readme to include additional dependencies pkg-config and dh-autoreconf are required packages for proper configuration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3