| Line | |
|---|
| 1 |
-------- |
|---|
| 2 |
OpenDict |
|---|
| 3 |
-------- |
|---|
| 4 |
|
|---|
| 5 |
Copyright (c) 2003-2006 Martynas Jocius <mjoc@akl.lt> |
|---|
| 6 |
|
|---|
| 7 |
About |
|---|
| 8 |
~~~~~ |
|---|
| 9 |
|
|---|
| 10 |
OpenDict is free multiplatform dictionary program. It is made to be |
|---|
| 11 |
universal and easy to use for desktop users and developers. |
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
Requirements |
|---|
| 15 |
~~~~~~~~~~~~ |
|---|
| 16 |
|
|---|
| 17 |
- Python >= 2.3 |
|---|
| 18 |
- wxPython 2.6 |
|---|
| 19 |
- python-xml (PyXML) |
|---|
| 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.inhangar.com. |
|---|
| 49 |
|
|---|