Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 485 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 485 Bytes

gtorrent-gtk

Build Status

Gtk client built on gtorrent-core

To compile:

  1. Get the code with git clone --recursive https://github.com/gtorrent/gtorrent-gtk.git
  2. Go into the new directory with cd gtorrent-gtk
  3. Install dependencies with scripts/deps.sh
  4. Compile with scripts/install.sh
  5. Run gtorrent-gtk with cd build && ./gtorrent-gtk