Building
========
./configure
make
sudo make install
The library will be installed by default with a prefix of /usr/local, see ./configure -help for options.
The reference documentation can be built with "make doc", if doxygen is available.
Running
=======
The library ships with a demo application called "widgetsgallery"
The duitheme package must be installed before running any DirectUI applications.
duitheme is available separately from http://qt.gitorious.org and can be installed with the following commands:
cd duitheme
qmake
sudo make install

[Note]
make install duitheme
make install demos
No comments:
Post a Comment