博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
how to install qt on ubuntu
阅读量:4042 次
发布时间:2019-05-24

本文共 597 字,大约阅读时间需要 1 分钟。

1. go to link : www.qt.io/download

to get a download link: http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run

2.go to the directory where the above program download and input following commands in terminal to change its right:

chmod +x qt-unified-linux-x64-2.0.2-2-online.run
and then run it:

./qt-unified-linux-x64-2.0.2-2-online.run

3. install g++

sudo apt-get install build-essential
4.install libraries for OpenGL

sudo apt-get install mesa-common-devsudo apt-get install libglu1-mesa-dev -y

updated on 16/10/2017

https://wiki.qt.io/Install_Qt_5_on_Ubuntu

转载地址:http://quxdi.baihongyu.com/

你可能感兴趣的文章
QT打开项目提示no valid settings file could be found
查看>>
Win10+VS+ESP32环境搭建
查看>>
Ubuntu+win10远程桌面
查看>>
flutter-实现圆角带边框的view(android无效)
查看>>
android 代码实现圆角
查看>>
flutter-解析json
查看>>
android中shader的使用
查看>>
java LinkedList与ArrayList迭代器遍历和for遍历对比
查看>>
drat中构造方法
查看>>
JavaScript的一些基础-数据类型
查看>>
JavaScript基础知识(2)
查看>>
转载一个webview开车指南以及实际项目中的使用
查看>>
android中对于非属性动画的整理
查看>>
一个简单的TabLayout的使用
查看>>
ReactNative使用Redux例子
查看>>
Promise的基本使用
查看>>
coursesa课程 Python 3 programming 统计文件有多少单词
查看>>
coursesa课程 Python 3 programming 输出每一行句子的第三个单词
查看>>
Returning a value from a function
查看>>
coursesa课程 Python 3 programming Functions can call other functions 函数调用另一个函数
查看>>