-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL
59 lines (47 loc) · 2.24 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
The following text describes options specific to StarDict dictionary project. Pass these options to the top level script.
To Install StarDict:
type:
=============
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --disable-gucharmap --disable-dictdotcn --disable-festival
make
make install
=============
Gucharmap use gtk3 while stardict still use gtk2, so this plugin need to be disabled presently.
Dictdotcn plugin is outdated and have no use now.
Festival in Fedora linux have some problem and it will cause festival plugin crash, so we need to disable it presently.
You can use:
=============
./configure --disable-gnome-support --prefix=/usr
=============
to build the "gtk library only" version of StarDict.
You can use:
=============
./configure --disable-tools
=============
to disable tools building, only compile StarDict program. And:
=============
./configure --disable-dict
=============
to disable StarDict program building, only compile tools.
If you are a developer, you can try:
./configure --disable-deprecations
You can use "./configure --enable-gpe-support --prefix=/usr" to build the GPE version of StarDict. For GPE, see http://gpe.handhelds.org
You can use "./configure --enable-maemo-support --prefix=/usr" 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://code.google.com/p/stardictd/
Notice: you can download stardict dictionaries in:
http://stardict.huzheng.org
http://abloz.com/huzheng/stardict-dic/
And communicate on the StarDict forum:
http://www.stardict.org/forum/
http://www.stardict.cn/forum/
http://www.stardict.org
http://stardict-4.sourceforge.net