Added CentOS installation steps

Works on my CentOS 6.8 box
This commit is contained in:
L00Cyph3r 2016-11-28 16:02:11 +01:00 committed by GitHub
parent 2efc2f4a60
commit f312679738

View File

@ -25,6 +25,18 @@ make
make install
bmon
```
## CentOS (6) Installation
```
git clone https://github.com/tgraf/bmon.git
cd bmon
yum install make libconfuse-devel libnl3-devel libnl-route3-devel ncurses-devel
./autogen.sh
./configure
make
make install
bmon
```
## OSX Installation
Install libconfuse