From ff3497f722593b682c80bb6b950fcc290faf21b7 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Wed, 26 Sep 2018 19:55:56 +0200 Subject: [PATCH] readme: Add note about MacOS dmgbuild tool --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8ca06c..49efa7b 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,11 @@ To install python and cygwin dependencies and build everything use `deploy\windows-build.bat` batch script. ### MacOS -Currently MacOS builds require *Python 3.6* and Qt SDK installed (just the "Qt > +Currently MacOS builds require *Python 3.6*, `dmgbuild` tool (`pip3 install +dmgbuild`) and Qt SDK installed (just the "Qt > 5... > macOS" part in installer) with following added to $PATH: - export PATH="$HOME/Qt/5.11.1/clang_64/bin:$PATH" + export PATH="$HOME/Qt/5.11.1/clang_64/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:$PATH" Then just install dependencies and build everything using: