簡介:
在線安裝Qt時,會發現下載非常緩慢,可以用過使用國內鏡像源來加速安裝過程。
在線安裝包的下載過程:
1,打開下載頁面?https://www.qt.io/download-open-source
2,點擊 Download the Qt online installer按鈕,會跳轉到CDN服務器,開啟下載過程。
例如我這次的下載鏈接是:
https://d13lb3tujbc8s0.cloudfront.net/onlineinstallers/qt-online-installer-windows-x64-4.9.0.exe
在線安裝包的安裝過程:
1,打開命令行窗口,輸入安裝命令:
Windows PowerShell
版權所有(C) Microsoft Corporation。保留所有權利。安裝最新的 PowerShell,了解新功能和改進!https://aka.ms/PSWindowsPS C:\Users\HP\Downloads> .\qt-online-installer-windows-x64-4.9.0.exe --mirror https://mirrors.aliyun.com/qt/
PS C:\Users\HP\Downloads>