INSTALL 808 B

12345678910111213141516171819202122232425262728
  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. To disable D-Bus support add
  4. NO_DBUS=1
  5. to qmake arguments.
  6. To disable translations add
  7. NO_TRANSLATIONS=1
  8. to qmake arguments.
  9. If you want to select plugins to compile add
  10. ENABLED_PLUGINS="plugin1 plugin2 ..."
  11. to qmake arguments.
  12. Available plugins:
  13. * stardict - supports StarDict dictionaries
  14. * web - supports any web search engine
  15. * swac - supports SWAC speaking system (http://shtooka.net)
  16. * multitran - supports Multitran dictionaries (http://multitran.sourceforge.net)
  17. By default the only "stardict" and "web" plugins enabled.
  18. To build and install:
  19. 1) qmake [switches]
  20. 2) make
  21. 3) make install
  22. If you want to compile KDE 4 plasmoid please read kdeplasma/COMPILING.