blob: 463cd97d124706d9c494493f981be14813157995 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
|