qt编译linux,【qt】Linux下编译、安装、配置 QT5.7.0

本文介绍了如何在Ubuntu 16.04上编译、安装和配置QT5.7.0。首先从指定地址下载源码并解压,接着通过配置、编译和安装步骤,包括接受开源许可协议,等待长时间的编译过程。安装完成后,由于qmake路径问题,需要修改默认配置文件。此外,还提供了安装Qt Creator的方法,并解决编译时缺少链接库的问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

环境:

Linux:Ubuntu 16.04 X64

QT:5.7.0

QT的编译与安装

软件下载

名称:qt-everywhere-opensource-src-5.7.0.tar.gz

地址:http://ftp.vim.org/languages/qt/archive/qt/5.7/5.7.0/single/

步骤:

拷贝文件到自己想要的文件夹,解压:

tar zxvf qt-everywhere-opensource-src-5.7.0.tar.gz

进入解压后文件目录,执行配置

cd qt-everywhere-opensource-src-5.7.0/

./configure -prefix /opt/qt5.7.0/

opt/qt5.7.0是自定义的安装目录,目录不存在会自动创建。

配置过程中会有以下提示:

Which edition of Qt do you want to use ?

Type 'c' if you want to use the Commercial Edition.

Type 'o' if you want to use the Open Source Edition.

选择 o,回车

This is the Open Source Edition.

You are licensed to use this software under the terms of

the Lesser GNU General Public License (LGPL) versions 2.1.

You are also licensed to use this software under the terms of

the GNU General Public License (GPL) versions 3.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值