@@ -3,37 +3,35 @@ LDOCE5 Viewer
33
44The LDOCE5 Viewer is an alternative dictionary viewer for the Longman Dictionary of Contemporary English 5th Edition (LDOCE 5).
55
6- It runs on Linux and Microsoft Windows.
7-
86Website: http://hakidame.net/ldoce5viewer/
97
8+ It runs on Linux and Microsoft Windows.
9+
1010This software is free and open source software licensed under the terms of GPLv3.
1111
1212
1313Prerequisites
1414-------------
1515
16+ * Longman Dictionary of Contemporary English 5th Edition (DVD-ROM)
17+
1618* Python 2.7 or 2.6 (not 3.x)
1719
1820* PyQt
1921
20- - ` python-qt4 ` (Ubuntu/Mint/Debian)
21- - ` python2-pyqt ` (Arch Linux)
22+ - ` python-qt4 ` (Ubuntu/Mint/Debian), ` python2-pyqt ` (Arch Linux)
2223
2324* lxml
2425
25- - ` python-lxml ` (Ubuntu/Mint/Debian)
26- - ` python2-lxml ` (Arch Linux)
26+ - ` python-lxml ` (Ubuntu/Mint/Debian), ` python2-lxml ` (Arch Linux)
2727
2828* [ On Linux] Python bindings for Gstreamer
2929
30- - ` python-gst ` (Ubuntu/Mint/Debian)
31- - ` gstreamer0.10-python ` (Arch Linux)
30+ - ` python-gst ` (Ubuntu/Mint/Debian), ` gstreamer0.10-python ` (Arch Linux)
3231
3332* [ On Linux] Gstreamer plugins for MP3 audio playback
3433
35- - ` gst-plugins-good ` and ` gst-plugins-ugly ` (Ubuntu/Mint/Debian)
36- - ` gstreamer-plugins-good ` and ` gstreamer-plugins-ugly ` (Arch Linux)
34+ - ` gst-plugins-good ` & ` gst-plugins-ugly ` (Ubuntu/Mint/Debian), ` gstreamer-plugins-good ` & ` gstreamer-plugins-ugly ` (Arch Linux)
3735
3836
3937Installation
@@ -44,6 +42,7 @@ Installation
44421 . Enter the following commands in the terminal:
4543
4644``` bash
45+ $ make
4746$ sudo python2.7 ./setup.py install --optimize
4847$ sudo cp ./ldoce5viewer.desktop /usr/share/applications/
4948$ sudo cp ./ldoce5viewer/qtgui/resources/ldoce5viewer.svg /usr/share/pixmaps/
0 commit comments