diff options
author | Alan Fitton <ajf@eth0.org.uk> | 2012-02-26 16:50:01 +0000 |
---|---|---|
committer | Alan Fitton <ajf@eth0.org.uk> | 2012-02-26 16:50:01 +0000 |
commit | 538591d49d0f586005a79a077ff3c41b651b7d0d (patch) | |
tree | 5238f69d449df7b47578a3d5ab27a520a5569617 /README | |
parent | 0d66230882f4fdf1e1435827236a49ac232420e4 (diff) |
issue 185 - change .desktop to add magnet uri handler
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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
|