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```
|
|
|
|
|
2015-09-20 10:38:41 +02:00
|
|
|
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
|
2015-09-20 10:38:41 +02:00
|
|
|
sudo perl fastnetmon_install.pl
|
2015-02-10 11:55:47 +01:00
|
|
|
```
|
|
|
|
|
2015-09-20 10:38:41 +02: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
|
2015-09-20 10:38:41 +02:00
|
|
|
sudo perl fastnetmon_install.pl --use-git-master
|
|
|
|
```
|