aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/gettingstarted/linux.rst
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-04-13 08:28:45 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2023-04-13 09:19:33 +0200
commit9bd4b56b4d48dfb19293a7a7fc6ebd73b8ed7e60 (patch)
treeb6d4bf046fba41d64e3113c38006f75273d7880c /sources/pyside6/doc/gettingstarted/linux.rst
parent0aaf5c455176e9bc15d0eca7b115bf6b5cb9f598 (diff)
Documentation: Link platform dependencies
Fixes: PYSIDE-2283 Pick-to: 6.5 Change-Id: I01aeb057dba1232ce38ef077d2a2e5e848544e9d Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/doc/gettingstarted/linux.rst')
-rw-r--r--sources/pyside6/doc/gettingstarted/linux.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/pyside6/doc/gettingstarted/linux.rst b/sources/pyside6/doc/gettingstarted/linux.rst
index 686c2f362..c8eaf222b 100644
--- a/sources/pyside6/doc/gettingstarted/linux.rst
+++ b/sources/pyside6/doc/gettingstarted/linux.rst
@@ -9,6 +9,7 @@ Requirements
* Depending on your linux distribution, the following dependencies might also be required:
* ``libgl-dev``, ``python-dev``, ``python-distutils``, and ``python-setuptools``.
+* Check the platform dependencies of `Qt for Linux/X11`_.
Building from source
--------------------
@@ -110,3 +111,5 @@ You can execute one of the examples to verify the process is properly working.
Remember to properly set the environment variables for Qt and PySide::
python examples/widgets/widgets/tetrix.py
+
+.. _`Qt for Linux/X11`: https://doc.qt.io/qt-6/linux.html