summaryrefslogtreecommitdiff
path: root/README.md
blob: 4306cc78e26069fb1e19b349a30cd94b0c11d06f (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# ABOUT

transmission-remote-gtk is a GTK client for remote management of
the Transmission BitTorrent client, using its HTTP RPC protocol.


# DEPENDENCIES

The following packages are required dependencies:

```bash
autoconf-archive appstream-glib intltool
```


# BUILDING

Optionally install `libgeoip` and its headers to see the country
origin of peers.


##  Building a transmission-remote-gtk release from the command line:

```bash
$ tar zxfv transmission-remote-gtk-1.2.tar.gz
$ cd transmission-remote-gtk-1.2
$ ./configure
$ make
# make install
```

##  Building from git clone:

```bash
$ git clone https://github.com/transmission-remote-gtk/transmission-remote-gtk.git
$ ./autogen.sh
$ ./configure
$ make
# make install
```


## LICENSE

transmission-remote-gtk is released under GNU GPLv2.
See the [COPYING](./COPYING) file for details.