update document conventions

Nick Korotysh 2020-05-08 11:57:48 +03:00
parent 3bfdc6e247
commit f20167d129

@ -18,6 +18,8 @@ $HOME/tmp/qbt
|_ ext <-- directory for all compiled dependencies |_ 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 ## Build environment setup
- XCode: default IDE and toolchain for macOS (includes the SDK and essential tools for native development) - 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. 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 ### 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. 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. 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 ### Building OpenSSL
OpenSSL in Qt' dependency, so build it first. In this guide it is built as shared library. OpenSSL in Qt' dependency, so build it first. In this guide it is built as shared library.