The following text describes options specific to StarDict dictionary project. Pass these options to the top level script.

To Install StarDict:
type:
=============
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --disable-gucharmap --disable-gnome-support --disable-scrollkeeper
make
sudo make install
=============
Gucharmap use gtk3 while stardict still use gtk2, so this plugin need to be disabled presently. You needn't disable it on old system.

StarDict don't use libgnome by default now!

For developers, you can add --disable-deprecations option!


You can use:
=============
./configure --disable-tools --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
=============
to disable tools building, only compile StarDict program. And:
=============
./configure --disable-dict --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
=============
to disable StarDict program building, only compile tools.

You can use "./configure --enable-gpe-support --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man" to build the GPE version of StarDict. For GPE, see http://gpe.handhelds.org
You can use "./configure --enable-maemo-support --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man" to build the Maemo version of StarDict. For Maemo, see http://www.maemo.org

StarDict does not support staged installs, that is you may not use DESTDIR variable to install the application into a custom place like this:
============
make DESTDIR=/custom/path install
============
StarDict needs to know at compile time all details of the installation otherwise it would not be able to find its data and it'd fail to start. If you need to change installation dirs use configure parameters like --prefix.

For windows version, read dict/doc/README_windows.txt.
For Mac OS X version, read dict/doc/Readme.mac.

Related projects:
sdcv - Console version of StarDict program. http://sdcv.sourceforge.net
stardictd - StarDict server. http://stardictd.sourceforge.net http://code.google.com/p/stardictd/

Notice: you can download stardict dictionaries in:
http://stardict.huzheng.org
http://download.huzheng.org

And communicate on the StarDict forum:
http://www.stardict.org/forum/
http://www.stardict.cn/forum/


http://www.stardict.net
http://www.stardict.org
http://www.stardict.cn
http://stardict-4.sourceforge.net
