summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-23 07:27:39 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-23 07:27:39 +0000
commitacab965423e05df4d6fc29d67b542f499284a287 (patch)
treee0e2719f9f9f8e97d6c7d0669db403dc298b506b /README
parent58e257b7acb4747e937b496132d7a9398eff3f59 (diff)
an installer for win32
Diffstat (limited to 'README')
-rw-r--r--README50
1 files changed, 25 insertions, 25 deletions
diff --git a/README b/README
index 58ae42a..463cd97 100644
--- a/README
+++ b/README
@@ -1,25 +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
+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