Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 569 Bytes

MAC_OS_INSTALL.md

File metadata and controls

19 lines (16 loc) · 569 Bytes

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