/usr/share/doc/transmission-remote-gtk/README is in transmission-remote-gtk 1.1.1-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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-remote-gtk release from the command line:
$ tar zxfv transmission-remote-gtk-1.1.1.tar.gz
$ cd transmission-remote-gtk-1.1.1
$ ./configure
$ make
# make install
Building from git clone:
$ git clone https://code.google.com/p/transmission-remote-gtk/
$ ./autogen.sh
$ ./configure
$ make
# make install
|