Skip to content

Commit e271b49

Browse files
author
Yi D
committed
Update dependencies on Arch Linux; link to two existing packages on AUR
1 parent 9f31d4c commit e271b49

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Prerequisites
1919

2020
* PyQt
2121

22-
- `python-qt4` (Ubuntu/Mint/Debian), `python-pyqt` (Arch Linux)
22+
- `python-qt4` (Ubuntu/Mint/Debian), `python-pyqt5` (Arch Linux)
2323

2424
* lxml
2525

@@ -31,22 +31,29 @@ Prerequisites
3131

3232
* [On Linux] Python bindings for Gstreamer
3333

34-
- `python-gst0.10` (Ubuntu/Mint/Debian), `gstreamer0.10-python` (Arch Linux)
34+
- `python-gst0.10` (Ubuntu/Mint/Debian), `gst-python` (Arch Linux)
3535

3636
* [On Linux] Gstreamer plugins for MP3 audio playback
3737

38-
- `gstreader0.10-plugins-good` & `gstreamer0.10-plugins-ugly` (Ubuntu/Mint/Debian), `gstreamer-plugins-good` & `gstreamer-plugins-ugly` (Arch Linux)
38+
- `gstreader0.10-plugins-good` & `gstreamer0.10-plugins-ugly` (Ubuntu/Mint/Debian), `gst-plugins-good` & `gst-plugins-ugly` (Arch Linux)
3939

4040

4141
Installation
4242
------------
4343

4444
###Linux
4545

46+
####Packages
47+
48+
For Arch Linux, two packages [ldoce5viewer](https://aur.archlinux.org/packages/ldoce5viewer/) and [ldoce5viewer-git](https://aur.archlinux.org/packages/ldoce5viewer-git/) exist on AUR.
49+
50+
####Manually
51+
4652
1. Enter the following commands in the terminal:
4753

4854
```bash
49-
$ make install
55+
$ make build
56+
$ sudo make install
5057
```
5158

5259
2. Copy the 'ldoce5.data' directory from the LDOCE5 DVD-ROM to an arbitrary location in your HDD or SSD.

0 commit comments

Comments
 (0)