From f20167d129d1945cb0e2a97a6976ff0f40c1d633 Mon Sep 17 00:00:00 2001 From: Nick Korotysh Date: Fri, 8 May 2020 11:57:48 +0300 Subject: [PATCH] update document conventions --- Compilation-guide-for-macOS-systems.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Compilation-guide-for-macOS-systems.md b/Compilation-guide-for-macOS-systems.md index e31448d..6445365 100644 --- a/Compilation-guide-for-macOS-systems.md +++ b/Compilation-guide-for-macOS-systems.md @@ -18,6 +18,8 @@ $HOME/tmp/qbt |_ ext <-- directory for all compiled dependencies ``` +It is assumed that all listed commands should be issued from `$HOME/tmp/qbt/src` unless otherwise specified. + ## Build environment setup - XCode: default IDE and toolchain for macOS (includes the SDK and essential tools for native development) @@ -47,8 +49,6 @@ Actually some additional libraries (like zlib) are required, but they are availa Download and build instructions was split due to some macOS specific stuff, see "[Building sources](#building-sources)" section for details. -It is assumed that all commands listed in this section must be issued from `$HOME/tmp/qbt/src` (see [conventions](#conventions-used-in-this-document)). - ### Downloading OpenSSL OpenSSL is available for download from [official website][openssl-site], just download archive for 1.1.x series. At the moment of writing it was 1.1.1g. @@ -133,8 +133,6 @@ grep QMAKE_MACOSX_DEPLOYMENT_TARGET qtbase/mkspecs/common/macx.conf | grep -Eo - Qt 5.14.2 was used for that guide, in this case minimum supported macOS version is 10.13. -It is assumed that all commands listed in this section must be issued from `$HOME/tmp/qbt/src` (see [conventions](#conventions-used-in-this-document)). - ### Building OpenSSL OpenSSL in Qt' dependency, so build it first. In this guide it is built as shared library.