1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-23 17:32:59 +01:00
fastnetmon-rewritten/docs/MAC_OS_INSTALL.md

20 lines
793 B
Markdown
Raw Normal View History

2015-02-10 11:55:47 +01:00
Build on Mac OS 10.10 Yosemite.
- 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 Mac Ports: https://www.macports.org/install.php
- Install dependencies: ```sudo port install boost log4cpp cmake```
Run installer script for stable branch:
2015-02-10 11:55:47 +01:00
```bash
2015-12-26 20:40:25 +01:00
wget https://raw.githubusercontent.com/pavel-odintsov/fastnetmon/master/src/fastnetmon_install.pl -Ofastnetmon_install.pl
sudo perl fastnetmon_install.pl
2015-02-10 11:55:47 +01:00
```
Run installer script for master branch:
```bash
2015-12-26 20:40:25 +01:00
wget https://raw.githubusercontent.com/pavel-odintsov/fastnetmon/master/src/fastnetmon_install.pl -Ofastnetmon_install.pl
sudo perl fastnetmon_install.pl --use-git-master
```