-
Notifications
You must be signed in to change notification settings - Fork 65
/
INSTALL
55 lines (44 loc) · 2.18 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
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-dictdotcn --disable-gnome-support --disable-scrollkeeper
make
make install
=============
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(by --disable-festival). See: https://bugzilla.redhat.com/show_bug.cgi?id=242607
In Debian linux, it have fixed this bug, so you can use it!
For developers, you can add --disable-deprecations option!
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.
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://stardictd.sourceforge.net
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