diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2023-04-13 08:28:45 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2023-04-13 09:19:33 +0200 |
| commit | 9bd4b56b4d48dfb19293a7a7fc6ebd73b8ed7e60 (patch) | |
| tree | b6d4bf046fba41d64e3113c38006f75273d7880c /sources/pyside6/doc/gettingstarted | |
| parent | 0aaf5c455176e9bc15d0eca7b115bf6b5cb9f598 (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')
| -rw-r--r-- | sources/pyside6/doc/gettingstarted/index.rst | 2 | ||||
| -rw-r--r-- | sources/pyside6/doc/gettingstarted/linux.rst | 3 | ||||
| -rw-r--r-- | sources/pyside6/doc/gettingstarted/macOS.rst | 4 | ||||
| -rw-r--r-- | sources/pyside6/doc/gettingstarted/windows.rst | 2 |
4 files changed, 10 insertions, 1 deletions
diff --git a/sources/pyside6/doc/gettingstarted/index.rst b/sources/pyside6/doc/gettingstarted/index.rst index f24f9dd4f..b7b956a40 100644 --- a/sources/pyside6/doc/gettingstarted/index.rst +++ b/sources/pyside6/doc/gettingstarted/index.rst @@ -23,8 +23,10 @@ website. * **Git:** 2.0+. `[official Git website] <https://git-scm.com/downloads>`_ * **libclang:** The libclang library, recommended: version 10 for 6.0+. Prebuilt versions for each OS can be `downloaded here`_. +* Check the `Supported Platforms of Qt`_ .. _downloaded here: https://download.qt.io/development_releases/prebuilt/libclang/ +.. _`Supported Platforms of Qt` : https://doc.qt.io/qt-6/supported-platforms.html Guides per platform ------------------- 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 diff --git a/sources/pyside6/doc/gettingstarted/macOS.rst b/sources/pyside6/doc/gettingstarted/macOS.rst index 14f7ad745..801eead5a 100644 --- a/sources/pyside6/doc/gettingstarted/macOS.rst +++ b/sources/pyside6/doc/gettingstarted/macOS.rst @@ -10,8 +10,10 @@ Requirements * ``libgl-dev``, ``python-dev``, ``python-distutils``, and ``python-setuptools``. -.. _XCode: https://developer.apple.com/xcode/ +* Check the platform dependencies of `Qt for macOS`_. +.. _XCode: https://developer.apple.com/xcode/ +.. _`Qt for macOS`: https://doc.qt.io/qt-6/macos.html Building from source -------------------- diff --git a/sources/pyside6/doc/gettingstarted/windows.rst b/sources/pyside6/doc/gettingstarted/windows.rst index 8cc4ffc50..acd80fdb4 100644 --- a/sources/pyside6/doc/gettingstarted/windows.rst +++ b/sources/pyside6/doc/gettingstarted/windows.rst @@ -10,12 +10,14 @@ Requirements * `MSVC2022`_ or (MSVC2019) for Python 3 on Windows, * `OpenSSL`_ (optional for SSL support, Qt must have been configured using the same SSL library). * ``sphinx`` package for the documentation (optional). +* Check the platform dependencies of `Qt for Windows`_. .. note:: Python 3.8.0 was missing some API required for PySide/Shiboken so it's not possible to use it for a Windows build. .. _MSVC2022: https://visualstudio.microsoft.com/downloads/ .. _OpenSSL: https://sourceforge.net/projects/openssl/ +.. _`Qt for Windows`: https://doc.qt.io/qt-6/windows.html Building from source on Windows 10 ---------------------------------- |
