From b93e90f826072282f560040acc6c571d620cc7db Mon Sep 17 00:00:00 2001 From: Thomas Ferreira de Lima Date: Mon, 25 Jun 2018 20:09:08 -0400 Subject: [PATCH] mac build doc edit --- macbuild/ReadMe.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/macbuild/ReadMe.md b/macbuild/ReadMe.md index 65be120bf..f03e3ca97 100644 --- a/macbuild/ReadMe.md +++ b/macbuild/ReadMe.md @@ -97,6 +97,9 @@ Homebrew's installation of python3 (`brew install python3`) places a `Python.fra ``` # Build step ./build4mac.py -p B36 -q Qt5Brew +# build with log +./build4mac.py -p B36 -q Qt5Brew 2>&1 | tee qt5.build.macos-HighSierra-release-version.log + # Deploy step ./build4mac.py -p B36 -q Qt5Brew -y # normal deploy