/torrential

A simple torrent client for elementary OS

Primary LanguageValaGNU General Public License v2.0GPL-2.0

Torrential

Download torrents in style with this speedy, minimalist torrent client for elementary OS.

Get it on AppCenter

Torrential Screenshot

Building, Testing, and Installation

You'll need the following dependencies to build:

  • cmake
  • libgtk-3-dev
  • valac
  • libgranite-dev
  • libunity-dev
  • libevent-dev
  • libcurl4-openssl-dev
  • libminiupnpc-dev
  • libnatpmp-dev
  • libb64-dev
  • libssl-dev

How To Build

git clone --recurse-submodules https://github.com/davidmhewitt/torrential
cd torrential
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install