From 834a3f2151dd8738a1f878489f6207664c4af5aa Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 14 Jul 2013 17:14:53 -0700 Subject: Imported Upstream version 1.1.1 --- README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..fdb11d1 --- /dev/null +++ b/README @@ -0,0 +1,25 @@ +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.1.1.tar.gz + $ cd transmission-remote-gtk-1.1.1 + $ ./configure + $ make + # make install + + Building from git clone: + + $ git clone https://code.google.com/p/transmission-remote-gtk/ + $ ./autogen.sh + $ ./configure + $ make + # make install -- cgit v1.2.3