How to install qt on centos

Release: 2020-04-01 14:51:46
Original
3773 people have browsed it

How to install qt on centos

Use the wget command to download the required source code.

> mkdir ~/qt-downloads
> cd ~/qt-downloads
> wget http://download.qt-project.org/official_releases/qtcreator/2.8/2.8.1/qt-creator-linux-x86-opensource-2.8.1.run
Copy after login

qt-creator-linux-x86-opensource-2.8.1.run is downloaded to the ~/qt-downloads path.

Modify file permissions

Modify the permissions of the file so that it has execution permissions.

> chmod u+x qt-creator-linux-x86-opensource-2.8.1.run
Copy after login

Installation

Execute the bin file to start installing Qt Create

> sudo ./qt-creator-linux-x86-opensource-2.8.1.run
Copy after login

In the meantime, the installation wizard will ask for the installation path. I installed the file to the /usr/local/ directory Down.

Recommended tutorial: centos tutorial

The above is the detailed content of How to install qt on centos. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!