Skip to content

Commit

Permalink
Show the use how to install rpmfusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas authored and Bas committed Jun 3, 2014
1 parent a141ee6 commit fb62d8e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ sudo apt-get install scons build-essential libevent-dev \
```

### Fedora
You'll need to have the [rpmfusion] repos installed for vlc. only the rpmfusion-free repo is needed.
You'll need to have the [rpmfusion] repos installed for vlc. only the rpmfusion-free repo is needed. This can be done by running the following command:
```sh
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm -y'
```

The following packages are needed to run tribler on Fedora:
```sh
sudo yum group install "Development Tools" -y
sudo yum install scons libevent-devel python-apsw \
Expand Down

0 comments on commit fb62d8e

Please sign in to comment.