From d44306b5e6e938d0ad8ea64eb13fd43ff0814d94 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Sun, 3 Dec 2017 21:01:18 +0000 Subject: [PATCH] Migrated Mac OS installer to brew --- docs/MAC_OS_INSTALL.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/MAC_OS_INSTALL.md b/docs/MAC_OS_INSTALL.md index c255504..5232c4e 100644 --- a/docs/MAC_OS_INSTALL.md +++ b/docs/MAC_OS_INSTALL.md @@ -4,16 +4,10 @@ Build on Mac OS 10.10 Yosemite. - Update XCode to latest version with App Store - Agree to Xcode license in Terminal: ```sudo xcodebuild -license``` - Install [Home Brew](https://brew.sh) -- Install dependencies: ```sudo port install boost log4cpp cmake ndpi``` +- Install dependencies: ```brew install boost log4cpp cmake ndpi``` Run installer script for stable branch: ```bash wget https://raw.githubusercontent.com/pavel-odintsov/fastnetmon/master/src/fastnetmon_install.pl -Ofastnetmon_install.pl sudo perl fastnetmon_install.pl ``` - -Run installer script for master branch: -```bash -wget https://raw.githubusercontent.com/pavel-odintsov/fastnetmon/master/src/fastnetmon_install.pl -Ofastnetmon_install.pl -sudo perl fastnetmon_install.pl --use-git-master -```