Install Qt6

download:

1. Enter the web page to download https://www.qt.io/download

2. Click to jump to the bottom of the page

3. Download

4. After clicking and jumping to the page, it will be automatically added to the download queue

Note: Different systems above will download different files

Install:

Windows system installation does not need to enter instructions to execute, it can be installed directly, the installation steps are the same as below

About installing qt6 under Linux system

1. Open the terminal and enter the following command:

Add permissions:

chmod +x ./Add the downloaded package name

Execution: ./Add the downloaded package name

If the following error occurs: (it should be that a certain library file is missing)

Solution: sudo apt install --reinstall libxcb-xinerama0

Enter the execution command again

2. If you already have an account, you don’t need to register. If you don’t, just register an account

3. When the registration is completed, you need to log in to the email to verify

4. Click the link to jump to the registration information

After the authentication is complete, log in with the account you just registered

5. Configure

Send statistical data to the official, choose the second one not to send

choose custom install

Find the latest version of qt and choose a 6 (beta is not a test version)

This step can be configured by yourself. I am here to install it completely for Xiaobai without brains. You can configure it yourself on Baidu. If there is no follow-up, you can update and add it and you can eat it boldly.

6. Click Next and wait for the installation

Guess you like

Origin blog.csdn.net/maowencai/article/details/129138367