class="markdown_views prism-github-gist">
简介
嵌入式linux中运行qt程序提示下面的错误,
This application failed to start because it could not find or load the Qt platform plugin linuxfb
in /usr/plugins/.
原...
我们知道,在PC机Linux上,安装开源软件,一般来讲,大多是如下几个步骤就搞定了。
tar -xzf open_source_software.tar.gz
cd open_source_software
./configure
make
make install
但是,如果要将开源软件移植到嵌入式Linux...