Skip to content

ajf8/transmission-remote-gtk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

autoconf-archive appstream-glib intltool

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

A native GTK remote interface to the Transmission BitTorrent client written in C

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 93.3%
  • NSIS 4.9%
  • Other 1.8%