树莓派硬件: 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安装方法

 

完成.

 

相关文章: