diff options
| author | Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> | 2019-12-05 15:41:02 +0100 |
|---|---|---|
| committer | Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> | 2019-12-06 11:24:08 +0100 |
| commit | 16daec09be3379f9e3768bddca23cf86f8a1a897 (patch) | |
| tree | b1f730653c64324f3a68afdfe141130fe1b43c18 /sources/pyside2/doc/gettingstarted-macOS.rst | |
| parent | 10c6e8475588c68b3a613081aba39c5fee01ef18 (diff) | |
Doc: Fix warnings about link targets and indentation
Also ensured that all the doc entities are in the
toctree so that the navigation breadcrumb is
generated.
Change-Id: If993cca4c7e91723fa373d3453196bcfee9f3ffa
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside2/doc/gettingstarted-macOS.rst')
| -rw-r--r-- | sources/pyside2/doc/gettingstarted-macOS.rst | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/sources/pyside2/doc/gettingstarted-macOS.rst b/sources/pyside2/doc/gettingstarted-macOS.rst index 11305247f..fa6fc6037 100644 --- a/sources/pyside2/doc/gettingstarted-macOS.rst +++ b/sources/pyside2/doc/gettingstarted-macOS.rst @@ -4,19 +4,25 @@ Getting Started on macOS Requirements ------------ - * Qt package from `here`_ or a custom build of Qt (preferably Qt 5.12 or greater) + * Qt package from `here`_ or a custom build of Qt (preferably + Qt 5.12 or greater) * A Python interpreter (version Python 3.5+ or Python 2.7). - - * You can use the one provided by HomeBrew, or you can get python from the `official website`_. + You can use the one provided by HomeBrew, or you can get + python from the `official website`_. * `XCode`_ 8.2 (macOS 10.11), 8.3.3 (macOS 10.12), 9 (macOS 10.13), 10.1 (macOS 10.14) * `CMake`_ version 3.1 or greater * Git version 2 or greater - * `libclang_` from your system or from the `precompiled Qt packages`_ is recommended. + * `libclang`_ from your system or the prebuilt version from the + ``Qt Downloads`` page is recommended. * ``virtualenv`` is strongly recommended, but optional. * ``sphinx`` package for the documentation (optional). - * Depending on your OS, other dependencies packages might be required: + * Depending on your OS, the following dependencies might also + be required: - * ``libgl-dev, python-dev, python-distutils, and python-setuptools``. + * ``libgl-dev``, + * ``python-dev``, + * ``python-distutils``, + * and ``python-setuptools``. .. _XCode: https://developer.apple.com/xcode/ .. _here: https://qt.io/download |
