README: Mention that ./autogen.sh must be run after git clone

Reported-by: DavidRChristensen
Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
Thomas Graf 2015-04-29 17:30:22 +02:00
parent c1ae292c95
commit 2a410be36f

View File

@ -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