1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-06-02 06:36:21 +02:00

Fix in Mac manual

This commit is contained in:
Pavel Odintsov 2015-02-10 13:55:47 +03:00
parent 024754c22b
commit 237f1f4f81
2 changed files with 21 additions and 2 deletions

19
MAC_OS_INSTALL.md Normal file
View File

@ -0,0 +1,19 @@
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```
Build fastnetmon:
```bash
cd ~
git clone https://github.com/FastVPSEestiOu/fastnetmon.git
cd fastnetmon
mkdir build
cd build
cmake ..
make
```

View File

@ -9,8 +9,8 @@ What we do? We can detect hosts in OUR network with big amount of packets per se
Why we write it? Because we can't find any software for solving this problem not in proprietary world not in open source. NetFlow based solutions has some [critical limitations](NETFLOW_DISADVANTAGES.md) for this task.
[Install manual](INSTALL.md)
[Install manual for Mac OS X](MAC_OS_INSTALL.md)
- [Install manual](INSTALL.md)
- [Install manual for Mac OS X](MAC_OS_INSTALL.md)
[![Build Status](https://travis-ci.org/FastVPSEestiOu/fastnetmon.svg?branch=master)](https://travis-ci.org/FastVPSEestiOu/fastnetmon) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/FastVPSEestiOu/fastnetmon?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)