Skip to content

Commit

Permalink
Added fedora instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas authored and Bas committed Jun 1, 2014
1 parent 21d5bcf commit 8de3ea0
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,23 @@ We make use of submodules, so remember using the --recursive argument when cloni
## Dependencies

### Debian/Ubuntu/Mint
sudo apt-get install scons build-essential libevent-dev python-libtorrent python-apsw python-wxgtk2.8 python-netifaces python-m2crypto vlc python-igraph python-pyasn1, python-gmpy
```sh
sudo apt-get install scons build-essential libevent-dev \
python-libtorrent python-apsw \
python-wxgtk2.8 python-netifaces \
python-m2crypto vlc python-igraph \
python-pyasn1 python-gmpy
```

### Fedora
```sh
sudo yum group install "Development Tools" -y
sudo yum install scons libevent-devel python-apsw \
python-netifaces vlc python-igraph \
python-pyasn1 gmpy gmp-devel python-pip \
rb_libtorrent-python wxPython
sudo pip install gmpy m2crypto twisted
```

### Windows
TODO
Expand Down

2 comments on commit 8de3ea0

@agompel
Copy link

@agompel agompel commented on 8de3ea0 Dec 7, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello:
tried this procedure on Fedora 23 X86_64.

  1. The packages install, using dnf was OK.
    2) The install of m2crypto failed.
    Would anyone be aware of a functional RPM for "tribler" ideally up to date?
    Thanks.

@whirm
Copy link

@whirm whirm commented on 8de3ea0 Dec 7, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@agompel could you create an issue describing what you did and what the errors you got where?

re Tribler RPM: We can't provide one as fedora's m2crypto doesn't enable the elliptic curves we use on Tribler due to patent concerns.

Please sign in to comment.