Skip to content

gyp/transmission-remote-gtk

 
 

Repository files navigation

ABOUT

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

BUILDING

  * To optionally see which country peers are located in,
    install libgeoip and its headers when building.

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

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

  Building from git clone:
    
    $ git clone https://code.google.com/p/transmission-remote-gtk/
    $ ./autogen.sh
    $ ./configure
    $ make
    # make install

Releases

No releases published

Packages

No packages published

Languages

  • C 94.8%
  • Shell 5.1%
  • Perl 0.1%