Skip to content

Commit a823dd6

Browse files
committed
README - minor edit
1 parent 4a44ef3 commit a823dd6

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,35 @@ LDOCE5 Viewer
33

44
The 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-
86
Website: http://hakidame.net/ldoce5viewer/
97

8+
It runs on Linux and Microsoft Windows.
9+
1010
This software is free and open source software licensed under the terms of GPLv3.
1111

1212

1313
Prerequisites
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

3937
Installation
@@ -44,6 +42,7 @@ Installation
4442
1. 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

Comments
 (0)