The problem of slow online download and installation of QT6

Due to a certain "wall", installing QT in China will kill you. The download is only a few tens of K. It is conservatively estimated that installing QT6 will be calculated on a daily basis.

After many attempts, I finally found a way to download and install at a speed of "tens of MB".

method one:

qt-unified-windows-x64-4.5.2-online.exe --mirror https://mirrors.aliyun.com/qt

Enter CMD mode, execute the above command with --mirror parameter.

Method Two:

1. Install and configure fiddler

(1) Download fiddler: [fiddler download]

(2) After the installation is successful, open fiddler and enter in the bottom bar of the software:

urlreplace master.qt.io mirrors.tuna.tsinghua.edu.cn/qt

All the blog posts I found on the Internet said this address:

urlreplace download.qt.io mirrors.tuna.tsinghua.edu.cn/qt

But I tried it today and it doesn't work anymore, I installed QT6.

Two, install QT

1. First download the QT online installer

(1) Windows, Mac, Linux system version download:
https://mirrors.tuna.tsinghua.edu.cn/qt/official_releases/online_installers/
(2) Windows version:
https://mirrors.tuna.tsinghua.edu. cn/qt/official_releases/online_installers/qt-unified-windows-x86-online.exe
 

2. Run the downloaded: [  qt-unified-windows-x64-online.exe ] file

reference:

(1) Getting started with Fiddler: download, install, configure, capture packets, customize rules

(2) The solution to the slow download speed of QT6 online installation, QT6, QT5.15.1, QT5.15.0 and old versions are all supported

Guess you like

Origin blog.csdn.net/mars21/article/details/131578013