aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/gettingstarted-linux.rst
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2019-12-05 15:41:02 +0100
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2019-12-06 11:24:08 +0100
commit16daec09be3379f9e3768bddca23cf86f8a1a897 (patch)
treeb1f730653c64324f3a68afdfe141130fe1b43c18 /sources/pyside2/doc/gettingstarted-linux.rst
parent10c6e8475588c68b3a613081aba39c5fee01ef18 (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-linux.rst')
-rw-r--r--sources/pyside2/doc/gettingstarted-linux.rst20
1 files changed, 13 insertions, 7 deletions
diff --git a/sources/pyside2/doc/gettingstarted-linux.rst b/sources/pyside2/doc/gettingstarted-linux.rst
index fd5b83223..6192ab190 100644
--- a/sources/pyside2/doc/gettingstarted-linux.rst
+++ b/sources/pyside2/doc/gettingstarted-linux.rst
@@ -4,19 +4,25 @@ Getting Started on Linux
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 your OS, or you can get python from the `official website`_.
- * GCC,
+ You can either use the one provided by your OS, or get it
+ from the `official website`_.
+ * GCC
* `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 linux distribution, 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``.
.. _here: https://qt.io/download
.. _official website: https://www.python.org/downloads/