aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/gettingstarted-macOS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/gettingstarted-macOS.rst')
-rw-r--r--sources/pyside6/doc/gettingstarted-macOS.rst17
1 files changed, 1 insertions, 16 deletions
diff --git a/sources/pyside6/doc/gettingstarted-macOS.rst b/sources/pyside6/doc/gettingstarted-macOS.rst
index f43c67ddf..1033bef78 100644
--- a/sources/pyside6/doc/gettingstarted-macOS.rst
+++ b/sources/pyside6/doc/gettingstarted-macOS.rst
@@ -4,28 +4,13 @@ Getting Started on macOS
Requirements
------------
- * Qt package from `here`_ or a custom build of Qt (preferably 6.0)
- * A Python interpreter (version Python 3.6+).
- 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 the prebuilt version from the ``Qt Downloads`` page is
- recommended. libclang10 is required for 6.0+.
* ``sphinx`` package for the documentation (optional).
* 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
-.. _official website: https://www.python.org/downloads/
-.. _CMake: https://cmake.org/download/
-.. _libclang: http://download.qt.io/development_releases/prebuilt/libclang/
Building from source