ChangeLog and postinst fix
[qstardict] / INSTALL
1 You need Qt >= 4.2 and glib >= 2.0. If you have QtDBus module QStarDict
2 will be compiled with D-Bus support.
3
4 To disable D-Bus support add
5     NO_DBUS=1
6 to qmake arguments.
7
8 To disable translations add
9     NO_TRANSLATIONS=1
10 to qmake arguments.
11
12 If you want to select plugins to compile add
13     ENABLED_PLUGINS="plugin1 plugin2 ..."
14 to qmake arguments.
15 Available plugins:
16     * stardict - supports StarDict dictionaries
17     * web - supports any web search engine
18     * swac - supports SWAC speaking system (http://shtooka.net)
19     * multitran - supports Multitran dictionaries (http://multitran.sourceforge.net)
20 By default the only "stardict" and "web" plugins enabled.
21
22 To build and install:
23 1)      qmake [switches]
24 2)      make
25 3)      make install
26
27 If you want to compile KDE 4 plasmoid please read kdeplasma/COMPILING.