summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorL00Cyph3r <l00cyph3r@l00cyph3r.com>2016-11-28 16:02:11 +0100
committerGitHub <noreply@github.com>2016-11-28 16:02:11 +0100
commitf31267973877b14959c1d0cf402504c56152a6bf (patch)
treea833455c6208db8b175066eacfb62456abcab9fc
parent2efc2f4a606b5138da7dca0e537c289b30f0eebd (diff)
Added CentOS installation steps
Works on my CentOS 6.8 box
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 508d3bb..bd58561 100644
--- a/README.md
+++ b/README.md
@@ -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