刚刚想了解下,在板子上的qt文件系统里头,怎么装一个自己的软件,然后移植。
从来没做过这个过程。搜索到这个文章,感觉挺有用的。以gstreamer 为例子。
1.ubuntu系统 安装gstreamer 依赖的库文件。
2 qt-extended的配置: 让gstreamer 被配置到。
../qt-extended-4.4.2/configure -mediaengines gstreamer
3.编译qt-extended
4.运行 qt-extended
qt-extended的Documents目录
我还尝试了下,安装automake,据说这个可以自动生成makefile文件。
root@ubuntu:/home/zhangbin# apt-get install automake
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
autoconf autotools-dev m4
Suggested packages:
autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool