Transmission: update to 2.82
[tomato.git] / release / src / router / transmission / qt / README.txt
blobb0efa35c8829091eac65384672e9186b86dcc24f
1 VOLUNTEERS WANTED
3    - Qt developers and translators are needed
4    - If you find a bug, please report it at http://trac.transmissionbt.com/
5     
6 ABOUT TRANSMISSION-QT
8    Transmission-qt is a GUI for Transmission loosely based on the GTK+ client.
10    This is the only Transmission client that can act as its own self-contained
11    session (as the GTK+ and Mac clients do), and can also connect to a remote
12    session (as the web client and transmission-remote terminal client do).
14    Use Case 1: If you like to run BitTorrent for awhile from your desktop,
15    then the Mac, GTK+, and Qt clients are a good match.
17    Use Case 2: If you like to leave BitTorrent running nonstop on your
18    computer or router, and want to control it from your desktop or
19    from a remote site, then transmission-remote and the web and Qt clients
20    are a good match.
22    To use the Qt client as a remote, in the menu go to Edit > Change Session
24    The Qt client is also the most likely to wind up running on Windows,
25    though that's not a high priority at the moment...
27 BUILDING ON WINDOWS
29    rb07 has a writeup of this on the Transmission wiki:
30    https://trac.transmissionbt.com/wiki/BuildingTransmissionQtWindows
32 BUILDING ON OS X
34    nnc has a writeup of this on the Transmission wiki:
35    https://trac.transmissionbt.com/wiki/BuildingTransmissionQtMac
37 BUILDING ON UNIX
39    1. Prerequisites: Qt >= 5 and its development packages
40    2. Build Transmission as normal
41    3. In the qt/ directory, type "qmake qtr.pro" or "qmake-qt5 qtr.pro"
42    4. In the qt/ directory, type "make"
43    5. In the qt/ directory, as root, type "INSTALL_ROOT=/usr make install"
44       (Feel free to replace /usr with /usr/local or /opt or whatever)