README: Mention ncurses-devel dependency in installation notes

Reported-by: DavidRChristensen
Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
Thomas Graf 2015-04-29 17:28:31 +02:00
parent 234efb85f6
commit c1ae292c95

View File

@ -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
apt-get install build-essential make libconfuse-dev libnl-3-dev libnl-route-3-dev libncurses-dev
./configure
make
make install