Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Fedora package availability/installation guidelines #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ If a package is yet to be available for your distro, you need to build it from s

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.

For Fedora Linux *(version >=27)*, [ldoce5viewer](https://admin.rpmfusion.org/pkgdb/package/free/ldoce5viewer/) is available from the [rpmfusion](https://rpmfusion.org/)-free repository.

#### Prequisites for building from source

* Python 2.7 or 2.6 (or 3.x)
Expand Down Expand Up @@ -75,6 +77,20 @@ If you're using Ubuntu 15.x, you should install python-qt4-phonon to pronunce wo

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.

For Fedora Linux *(version >=27)*, execute the following commands from the terminal:

1. Install [rpmfusion](https://rpmfusion.org/Configuration)-free repository *(assumes it is not already installed)*:

```bash
$ sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
```

2. Install `ldoce5viewer` package:

```bash
$ sudo dnf install ldoce5viewer
```

#### Manually

1. Enter the following commands in the terminal:
Expand Down