summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-02-26 16:50:01 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-02-26 16:50:01 +0000
commit538591d49d0f586005a79a077ff3c41b651b7d0d (patch)
tree5238f69d449df7b47578a3d5ab27a520a5569617 /README
parent0d66230882f4fdf1e1435827236a49ac232420e4 (diff)
issue 185 - change .desktop to add magnet uri handler
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 8334967..12ab375 100644
--- a/README
+++ b/README
@@ -8,18 +8,18 @@ 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:
+ 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
- $ sudo make install
+ # make install
- Building from subversion checkout:
+ Building from git clone:
- $ svn co <repository URL>
+ $ git clone https://code.google.com/p/transmission-remote-gtk/
$ ./autogen.sh
$ ./configure
$ make
- $ sudo make install
+ # make install