root/trunk/README.txt

Revision 28, 1.1 kB (checked in by mjoc, 5 months ago)

Switched to built-in XML library, external XMLLib is not being used
anymore. Minor version number increased to 0.6.4.

Line 
1                                    --------
2                                    OpenDict
3                                    --------
4
5 Copyright (c) 2003-2006 Martynas Jocius <martynas.jocius@idiles.com>
6 Copyright (c) 2007 IDILES SYSTEMS, UAB <support@idiles.com>
7
8 About
9 ~~~~~
10
11 OpenDict is free multiplatform dictionary program. It is made to be
12 universal and easy to use for desktop users and developers.
13
14
15 Requirements
16 ~~~~~~~~~~~~
17
18    - Python >= 2.4
19    - wxPython >= 2.6
20    - gettext >= 0.14
21
22
23 Quick Installation
24 ~~~~~~~~~~~~~~~~~~
25
26 OpenDict on UNIX systems can be installed in a quick & dirty way:
27
28    # make install
29
30 If you get "cp: cannot stat `messages.pot': No such file or directory"
31 you are missing "pygettext" or "pygettext.py". "pygettext.py" in Fedora is
32 provided by python-tools package.
33
34
35 For Microsft Windows users
36 ~~~~~~~~~~~~~~~~~~~~~~~~~~
37
38 MS Windows users should download setup with precompiled OpenDict version.
39
40 If you want to use it from sources, download and install Python, PyXML
41 and wxPython packages. Then unpack compressed OpenDict ZIP archive and
42 click on opendict.py icon.
43
44
45 Help
46 ~~~~
47
48 For more information visit http://opendict.idiles.com.
49
Note: See TracBrowser for help on using the browser.