1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-28 07:30:08 +02:00
fastnetmon-rewritten/docs/MAC_OS_INSTALL.md
2015-08-05 22:47:38 +03:00

569 B

Build on Mac OS 10.10 Yosemite.

Build fastnetmon (we use installer script only for stable branch):

cd ~
git clone https://github.com/FastVPSEestiOu/fastnetmon.git -b v1.1.2
cd fastnetmon/src
mkdir build
cd build
cmake ..
make