Home > Database > Mysql Tutorial > pcduino 搭建Qt开发环境_MySQL

pcduino 搭建Qt开发环境_MySQL

WBOY
Release: 2016-06-01 13:07:52
Original
1282 people have browsed it

如果要在pcDuino上运行或者编译QT程序,可以直接将pcDuino连上网络安装相应的库和工具,目前支持的版本是QT4.8.1,如果要更高的版本,则要自己编译。
安装命令:
apt-get update
apt-get install qtcreator
apt-get install qt4-dev-tools
apt-get install qt4-qmake
apt-get install libqt4-dev
apt-get install mysql-client
这里顺序把mysql的客户端也安装好了,QT可以直接登录到mysql服务器啦。
如果想让开发板支持phonon插件方式进行多媒体处理,可以使用如下的命令安装相应的插件:
apt-get install libphonon-dev gstreamer0.10-plugins-ugly phonon phonon-backend-gstreamer

最后注意:安装软件本地都有软件包缓存,pcduino本身的存储空间不多,所以我们要记得apt-get clean一下

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template