Files
hugo_blog.awin.one/content/posts/2023/2023-03-03_解決 Qt 線上安裝很慢的問題/index.md
T

30 lines
805 B
Markdown

---
slug: 解決 Qt 線上安裝很慢的問題
title: 解決 Qt 線上安裝很慢的問題
description:
toc: true
authors: [awin]
tags: [qt]
categories: [Programming]
series: [Software note]
date: 2023-03-03T00:00:00
lastmod: 2023-03-03T00:00:00
featuredVideo:
featuredImage:
draft: false
enableComment: true
---
`qt-unified-windows-x86-4.0.1-1-online.exe` 預設的 server 真的很慢,甚至會發生校驗錯誤的情況。
<!--more-->
可以在[Qt Downloads](https://download.qt.io/static/mirrorlist/)選 mirror server,然後在安裝的時候指定使用它。
例如我選的是 Yamagata University 的 mirror server,如下:
```cmd
qt-unified-windows-x64-4.7.0-online.exe --mirror https://ftp.yz.yamagata-u.ac.jp/pub/qtproject/
```
下載速度從 1~2 MB/s 進步到 25MB/s 左右。