This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
This source tree contains the DirectUI library |
| 2 |
|
| 3 |
Building |
| 4 |
======== |
| 5 |
./configure |
| 6 |
make |
| 7 |
sudo make install |
| 8 |
|
| 9 |
The library will be installed by default with a prefix of /usr/local, |
| 10 |
see ./configure -help for options. |
| 11 |
|
| 12 |
The reference documentation can be built with "make doc", |
| 13 |
if doxygen is available. |
| 14 |
|
| 15 |
Running |
| 16 |
======= |
| 17 |
The library ships with a demo application called "widgetsgallery" |
| 18 |
|
| 19 |
The duitheme package must be installed before running any DirectUI |
| 20 |
applications. |
| 21 |
|
| 22 |
duitheme is available separately from http://qt.gitorious.org and can |
| 23 |
be installed with the following commands: |
| 24 |
cd duitheme |
| 25 |
qmake |
| 26 |
sudo make install |
| 27 |
|
| 28 |
|
| 29 |
Build dependencies |
| 30 |
================== |
| 31 |
- Development headers: |
| 32 |
- Qt 4.6 |
| 33 |
- X11 |
| 34 |
- Mesa or vendor specific OpenGL libraries |
| 35 |
- pkg-config |
| 36 |
|
| 37 |
Optional dependencies |
| 38 |
===================== |
| 39 |
|
| 40 |
If found, the following libraries will enable additional |
| 41 |
features in the DirectUI library: |
| 42 |
|
| 43 |
- ICU: I18N and L10N extensions |
| 44 |
- GConf2: C++ abstraction layer for gconf settings system |
| 45 |
- ContextKit context subscriber: Automatic rotation on supported hardware |
| 46 |
- GStreamer 0.10: Media widgets |
| 47 |
- DBus: Out of process applet support, out of process theme server support |