Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 797 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 797 Bytes

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
  • libarchive-dev
  • libunity-dev
  • libcurl4-openssl-dev
  • libssl-dev
  • automake
  • libtool

How To Build

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