标签:version 链接 class 估计 show button upd log apt
树莓派中安装QT
本文博客链接:http://blog.csdn.net/jdh99,作者:jdh,转载请注明.
环境:
主机:WIN7
硬件:树莓派
步骤:
参考链接:http://qt-project.org/wiki/apt-get_Qt4_on_the_Raspberry_Pi
Firstly I got the development tools needed by Qt Creator in the hope it would be less heavy for the Pi to download separately.
Then I went for Qt Creator
I also installed
this gives as a result Qt Creator 2.5 with Qt 4.8.1 32 bit
如果出现问题:e: unable to locate package qt creator,则输入以下命令更新
sudo apt-get update && sudo apt-get upgrade
如果还是有问题,尝试sudo apt-get install qtcreator
We can only compile for remote embedded devices and this is not the case here, because we are on the Pi and not remotely accessing it.
Options > build & run > tab tool chain > button add
Choose GCC
To fix this :
It will then show up as a desktop project in the project wizard instead of embedded.
http://blog.csdn.net/jdh99/article/details/8738890
标签:version 链接 class 估计 show button upd log apt
原文地址:http://www.cnblogs.com/findumars/p/6152843.html