summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2016-04-20 09:12:35 -0700
committerThomas Graf <tgraf@suug.ch>2016-04-20 09:12:35 -0700
commitcc22e4e35d95f309ad55b35bedca06ecabfeb014 (patch)
tree92408105e7dbc2be3b9b21c715ed6513e32b5ce6
parent70e6f97b65c906e25e73a6c579411460720c02ea (diff)
parent19c35e4990acf264824169a881656ed17088a3b5 (diff)
Merge pull request #38 from yamadapc/master
Add OSX install instructions
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index df4dab3..2e477e3 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,27 @@ make install
bmon
```
+## OSX Installation
+Install libconfuse
+```
+wget https://github.com/martinh/libconfuse/releases/download/v2.8/confuse-2.8.zip
+unzip confuse-2.8.zip && cd confuse-2.8
+PATH=/usr/local/opt/gettext/bin:$PATH ./configure
+make
+make install
+```
+
+Install bmon
+```
+git clone https://github.com/tgraf/bmon.git
+cd bmon
+./autogen.sh
+./configure
+make
+make install
+bmon
+```
+
-------------
## New in 3.8
* Don't disable Netlink if TC stats are unavailable