mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-23 05:02:10 +01:00
Migrated Mac OS installer to brew
This commit is contained in:
parent
41f5500f30
commit
d44306b5e6
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user