From 59b27dadd5cca9402b2c061e48d05d6ab3d44b7a Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 7 Jul 2018 10:31:04 +0200 Subject: adde macOS instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c27260bd..66e2bcc2 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ Prequisites - For building on Windows with MSVC, usage of vcpkg is advised for dependency installation. - For 32 bit builds: `vcpkg install boost-filesystem boost-program-options boost-thread boost-python qt5-base` - For 64 bit builds: `vcpkg install boost-filesystem:x64-windows boost-program-options:x64-windows boost-thread:x64-windows boost-python:x64-windows qt5-base:x64-windows` + - For building on macOS, brew utility is needed. + - Install all needed packages `brew install cmake python boost boost-python3 qt5` + - Do not forget to add qt5 in path as well `echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.bash_profile` Building -------- -- cgit v1.2.3