In order to support phonon feature in QT for ARM platform. We have to rebuilt the QT To support this, there are some libraries need to be pre-built.I will describe the build setting used (1) libffi  –  http://www.linuxfromscratch.org/blfs/view/svn/general/libffi.html (2) gstreamer – http://gstreamer.freedesktop.org/ (3) liboil – http://liboil.freedesktop.org/wiki/ (4) glib – https://developer.gnome.org/glib/ (5) zlib – http://www.zlib.net/ (6) […]

Read More →

Reference from http://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form A BNF specification is a set of derivation rules, written as <symbol> ::= __expression__ where <symbol> is a nonterminal, and the __expression__ consists of one or more sequences of symbols; more sequences are separated by the vertical bar, ‘|’, indicating a choice, the whole being a possible substitution for the symbol on […]

Read More →