cheeseandcereal / transmission-remote-gtk

transmission-remote-gtk is a GTK client for remote management of the Transmission BitTorrent client, using its HTTP RPC protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ABOUT

transmission-remote-gtk is a GTK client for remote management of the Transmission BitTorrent client, using its HTTP RPC protocol.

DEPENDENCIES

The following packages are required dependencies (debian/ubuntu).

libgtk-3-dev automake autoconf gcc libgeoip-dev gettext autoconf-archive libappstream-dev appstream-util libcurl4-openssl-dev libjson-glib-dev

BUILDING

Optionally install libgeoip and its headers to see the country origin of peers.

Building a transmission-remote-gtk release from the command line:

$ tar zxfv transmission-remote-gtk-1.2.tar.gz
$ cd transmission-remote-gtk-1.2
$ ./configure
$ make
# make install

Building from git clone:

$ git clone https://github.com/transmission-remote-gtk/transmission-remote-gtk.git
$ ./autogen.sh
$ ./configure
$ make
# make install

LICENSE

transmission-remote-gtk is released under GNU GPLv2. See the COPYING file for details.

About

transmission-remote-gtk is a GTK client for remote management of the Transmission BitTorrent client, using its HTTP RPC protocol.

License:GNU General Public License v2.0


Languages

Language:C 93.4%Language:NSIS 4.8%Language:M4 0.9%Language:Makefile 0.6%Language:Shell 0.2%Language:C++ 0.1%