aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/gettingstarted-linux.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/gettingstarted-linux.rst')
-rw-r--r--sources/pyside6/doc/gettingstarted-linux.rst23
1 files changed, 3 insertions, 20 deletions
diff --git a/sources/pyside6/doc/gettingstarted-linux.rst b/sources/pyside6/doc/gettingstarted-linux.rst
index e0d3ee8e5..34c22bd4d 100644
--- a/sources/pyside6/doc/gettingstarted-linux.rst
+++ b/sources/pyside6/doc/gettingstarted-linux.rst
@@ -4,28 +4,11 @@ Getting Started on Linux
Requirements
------------
- * Qt package from `here`_ or a custom build of Qt (preferably 6.0)
- * A Python interpreter (version Python 3.6+).
- 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 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 linux distribution, the following dependencies might also be required:
- * ``libgl-dev``,
- * ``python-dev``,
- * ``python-distutils``,
- * and ``python-setuptools``.
-
-.. _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/
-
+ * ``libgl-dev``, ``python-dev``, ``python-distutils``, and ``python-setuptools``.
Building from source
--------------------
@@ -67,14 +50,14 @@ Checking out the version that we want to build, for example 6.0::
cd pyside-setup && git checkout 6.0
.. note:: Keep in mind you need to use the same version as your Qt installation.
- Additionally, ``git checkout -b 6.0 --track origin/6.0`` could be a better option
+ Additionally, :command:`git checkout -b 6.0 --track origin/6.0` could be a better option
in case you want to work on it.
Building PySide
~~~~~~~~~~~~~~~
Check your Qt installation path, to specifically use that version of qmake to build PySide.
-for example, ``/opt/Qt/6.0.0/gcc_64/bin/qmake``.
+for example, :command:`/opt/Qt/6.0.0/gcc_64/bin/qmake`.
Build can take a few minutes, so it is recommended to use more than one CPU core::