summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2013-07-14 17:14:53 -0700
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2013-07-14 17:14:53 -0700
commit834a3f2151dd8738a1f878489f6207664c4af5aa (patch)
treee67d9dab64d86be62c4c785100339ebb69bf0b99 /README
Imported Upstream version 1.1.1upstream/1.1.1
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 25 insertions, 0 deletions
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