Merge pull request #51 from L00Cyph3r/patch-1

Added CentOS installation steps
This commit is contained in:
Thomas Graf 2016-11-28 17:17:38 +01:00 committed by GitHub
commit 3e4970485d

View File

@ -25,6 +25,18 @@ make
make install make install
bmon 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 ## OSX Installation
Install libconfuse Install libconfuse