diff options
Diffstat (limited to 'sources/pyside2/doc/gettingstarted-linux.rst')
| -rw-r--r-- | sources/pyside2/doc/gettingstarted-linux.rst | 20 |
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/ |
