树莓派硬件: Raspberry Pi 3 B

树莓派系统: Linux version 4.9.59-v7+ (32位)

Qt版本(x86版本--32位): 

树莓派.Qt.Creator安装方法

 

安装过程

 

可以查看软件仓库支持的版本:

apt-cache search qt5

树莓派.Qt.Creator安装方法

 

查看Qt版本

apt-cache show qt5-default

树莓派.Qt.Creator安装方法

 

查看Qt-Creator版本

apt-cache show qtcreator

树莓派.Qt.Creator安装方法

 

安装Qt5-default

sudo apt-get install qt5-default -y

 

安装Qt5-Creator

sudo apt-get install qtcreator -y

 

安装支持包

sudo apt-get install build-essential libqt4-dev -y

 

这样就可以运行了

树莓派.Qt.Creator安装方法

 

准备好G++

树莓派.Qt.Creator安装方法 

 

修改编译器

树莓派.Qt.Creator安装方法

 

配置构建套件(Kit)

树莓派.Qt.Creator安装方法

 

完成.

 

相关文章:

  • 2021-05-20
  • 2022-01-09
  • 2021-12-19
  • 2021-12-31
  • 2021-09-19
  • 2021-06-08
  • 2021-11-07
  • 2021-12-06
猜你喜欢
  • 2021-12-22
  • 2021-06-21
  • 2021-04-20
  • 2021-10-16
  • 2021-08-27
  • 2021-08-02
  • 2022-01-10
相关资源
相似解决方案