summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-01-30 10:57:07 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-01-30 10:57:07 +0000
commiteca35c468094fc6b7177f33ef51fa873eb88e79c (patch)
treefa07fd0ea1db72ff2ad4bd8b04b8e546717f2731 /README
hello world!
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..58ae42a
--- /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 release from the command line:
+
+ $ tar zxfv transmission-remote-gtk-0.1.0.tar.gz
+ $ cd transmission-0.1.0
+ $ ./configure
+ $ make
+ $ sudo make install
+
+ Building from subversion checkout:
+
+ $ svn co <repository URL>
+ $ ./autogen.sh
+ $ ./configure
+ $ make
+ $ sudo make install