aboutsummaryrefslogtreecommitdiff
path: root/network/transmission/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-09-26 02:03:11 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:52:26 +0700
commit225db693b2150536f153c5bf2c84fef03a3ad53b (patch)
tree88c6f8678a1dad0f2c8dccc814f0f03dddccec2d /network/transmission/README
parent9ac3599907eea24f9ebf58e4e562557624d737ca (diff)
network/transmission: Restore Qt client.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/transmission/README')
-rw-r--r--network/transmission/README15
1 files changed, 5 insertions, 10 deletions
diff --git a/network/transmission/README b/network/transmission/README
index 6b73e94c74d5e..cbfcb736cc63c 100644
--- a/network/transmission/README
+++ b/network/transmission/README
@@ -1,20 +1,15 @@
transmission (bittorrent client)
Transmission is a lightweight open source BitTorrent client, providing
-useful functionality without feature bloat. It consists of a daemon, a
-GTK+ client, and CLI client [*].
+useful functionality without feature bloat. It consists of a daemon
+and GTK+, Qt, and CLI clients.
-By default, all 3 components are built. Specific parts can be disabled
+By default, all 4 components are built. Specific parts can be disabled
by setting one or more environment variables:
GTK=no
+QT=no
CLI=no
DAEMON=no
-At least one component must be enabled (so all 3 set to "no" won't work).
-
-[*] If you're wondering about the Qt client that was in the previous
- version of transmission: It's no longer possible to build on
- Slackware 14.2 as of transmission-3.0.0, due to outdated g++ and
- libstdc++. If you don't mind using an older version of transmission
- (2.94), you can install transmission-qt4 to get a Qt GUI.
+At least one component must be enabled (all 4 set to "no" won't work).