From 2a410be36f5380e5d986dd3bccf20466d3b5930b Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Wed, 29 Apr 2015 17:30:22 +0200 Subject: [PATCH] README: Mention that ./autogen.sh must be run after git clone Reported-by: DavidRChristensen Signed-off-by: Thomas Graf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c20d9d..ad53ad4 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,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 +./autogen.sh ./configure make make install