1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-06-25 11:37:18 +02:00
fastnetmon-rewritten/docs/MAC_OS_INSTALL.md
2017-12-03 21:24:07 +00:00

14 lines
553 B
Markdown

Build on Mac OS 10.13 High Sierra.
- Install XCode https://itunes.apple.com/us/app/xcode/id497799835 with Mac App Store
- 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: ```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
```