diff options
| author | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2025-07-31 11:08:17 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-07-31 14:14:14 +0200 |
| commit | fe0f149fa3dc616a1ee68ecd19430bf2f45f6a67 (patch) | |
| tree | c2f2afbff6cdadeadc12c84a9ea80f95b5fc22b9 /sources/pyside6/doc/building_from_source | |
| parent | eddb03bdc152a95ef7c161c0270e7da9001b327c (diff) | |
Documentation: Update libclang
- The current version mentioned in the documentation is outdated.
- Updated to the latest version available.
Change-Id: Ia25d8fd648ab437833ef87263d19badbd02b1885
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside6/doc/building_from_source')
4 files changed, 10 insertions, 8 deletions
diff --git a/sources/pyside6/doc/building_from_source/index.rst b/sources/pyside6/doc/building_from_source/index.rst index 337651674..3899f4361 100644 --- a/sources/pyside6/doc/building_from_source/index.rst +++ b/sources/pyside6/doc/building_from_source/index.rst @@ -35,9 +35,6 @@ website. 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 ------------------- @@ -570,3 +567,5 @@ A set of tools can be found under the ``tools/`` directory inside the ``pyside-s .. _`wiki page`: https://wiki.qt.io/Qt_for_Python_Missing_Bindings .. _BeautifulSoup: https://www.crummy.com/software/BeautifulSoup/ .. _`CMake Unity Build Mode` : https://cmake.org/cmake/help/latest/prop_tgt/UNITY_BUILD.html +.. _downloaded here: https://download.qt.io/development_releases/prebuilt/libclang/ +.. _`Supported Platforms of Qt` : https://doc.qt.io/qt-6/supported-platforms.html diff --git a/sources/pyside6/doc/building_from_source/linux.rst b/sources/pyside6/doc/building_from_source/linux.rst index 1e59006e2..80d56f443 100644 --- a/sources/pyside6/doc/building_from_source/linux.rst +++ b/sources/pyside6/doc/building_from_source/linux.rst @@ -41,12 +41,12 @@ Setting up CLANG If you don't have libclang already in your system, you can download from the Qt servers:: - wget https://download.qt.io/development_releases/prebuilt/libclang/libclang-release_18.1.5-based-linux-Rhel8.6-gcc10.3-x86_64.7z + wget https://download.qt.io/development_releases/prebuilt/libclang/libclang-release_20.1.3-based-linux-Rhel8.8-gcc10.3-x86_64.7z Extract the files, and leave it in any desired path, and set the environment variable required:: - 7z x libclang-release_18.1.5-based-linux-Rhel8.6-gcc10.3-x86_64.7z + 7z x libclang-release_20.1.3-based-linux-Rhel8.8-gcc10.3-x86_64.7z export LLVM_INSTALL_DIR=$PWD/libclang Getting the source diff --git a/sources/pyside6/doc/building_from_source/macOS.rst b/sources/pyside6/doc/building_from_source/macOS.rst index 67a3d48ed..0e10d6cfe 100644 --- a/sources/pyside6/doc/building_from_source/macOS.rst +++ b/sources/pyside6/doc/building_from_source/macOS.rst @@ -45,12 +45,12 @@ Setting up CLANG If you don't have `libclang` already in your system, you can download from the Qt servers:: - wget https://download.qt.io/development_releases/prebuilt/libclang/libclang-release_18.1.5-based-macos-universal.7z + wget https://download.qt.io/development_releases/prebuilt/libclang/libclang-release_20.1.3-based-macos-universal.7z Extract the files, and leave it in any desired path, and set the environment variable required:: - 7z x libclang-release_18.1.5-based-macos-universal.7z + 7z x libclang-release_20.1.3-based-macos-universal.7z export LLVM_INSTALL_DIR=$PWD/libclang Getting PySide diff --git a/sources/pyside6/doc/building_from_source/windows.rst b/sources/pyside6/doc/building_from_source/windows.rst index 737d045b3..0732953db 100644 --- a/sources/pyside6/doc/building_from_source/windows.rst +++ b/sources/pyside6/doc/building_from_source/windows.rst @@ -55,7 +55,10 @@ Setting up CLANG libclang can be downloaded from the `Qt servers <https://download.qt.io/development_releases/prebuilt/libclang>`_. -for example, ``libclang-release_18.1.5-based-windows-vs2019_64.7z``. +for example, ``libclang-release_20.1.3-based-windows-vs2019_64.7z``. + +For ARM64 Windows, use: +``libclang-release_20.1.3-based-windows-vs2022_arm64.7z``. Note that from version 12 onwards, the prebuilt Windows binaries from `LLVM <https://www.llvm.org>`_ no longer contain CMake configuration files; so |
