aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/building_from_source/linux.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/building_from_source/linux.rst')
-rw-r--r--sources/pyside6/doc/building_from_source/linux.rst4
1 files changed, 2 insertions, 2 deletions
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