From 19c35e4990acf264824169a881656ed17088a3b5 Mon Sep 17 00:00:00 2001 From: yamadapc Date: Wed, 20 Apr 2016 10:35:41 -0300 Subject: Add OSX install instructions I'm not sure if this is universal, but this worked for installing on El Capitan here. --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 -- cgit v1.2.3