-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
47 lines (29 loc) · 1.14 KB
/
README.txt
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
--------
OpenDict
--------
Copyright (c) 2003-2006 Martynas Jocius <[email protected]>
Copyright (c) 2007 IDILES SYSTEMS, UAB <[email protected]>
About
~~~~~
OpenDict is free multiplatform dictionary program. It is made to be
universal and easy to use for desktop users and developers.
Requirements
~~~~~~~~~~~~
- Python >= 2.4
- wxPython >= 2.6
- gettext >= 0.14
Quick Installation
~~~~~~~~~~~~~~~~~~
OpenDict on UNIX systems can be installed in a quick & dirty way:
# make install
If you get "cp: cannot stat `messages.po': No such file or directory" you
are missing "xgettext". "xgettext" in Fedora is provided by gettext package.
For Microsft Windows users
~~~~~~~~~~~~~~~~~~~~~~~~~~
MS Windows users should download setup with precompiled OpenDict version.
If you want to use it from sources, download and install Python and wxPython
packages. Then unpack compressed OpenDict ZIP archive and click on opendict.py
icon.
Help
~~~~
For more information visit http://opendict.sf.net and https://github.com/nerijus/opendict.