1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-13 15:46:04 +02:00

Migrated Mac OS installer to brew

This commit is contained in:
Pavel Odintsov 2017-12-03 21:01:18 +00:00 committed by GitHub
parent 41f5500f30
commit d44306b5e6
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```