source: xsoft/other/transmission.xml@ f080ae0e

systemd-13485
Last change on this file since f080ae0e was 54aaa89, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Sync to trunk r17213
Added entity for GNOME-3.20

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17328 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 9.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY transmission-download-http "https://transmission.cachefly.net/transmission-&transmission-version;.tar.xz">
8 <!ENTITY transmission-download-ftp " ">
9 <!ENTITY transmission-md5sum "3fce404a436e3cd7fde80fb6ed61c264">
10 <!ENTITY transmission-size "3.2 MB">
11 <!ENTITY transmission-buildsize "338 MB">
12 <!ENTITY transmission-time "1.6 SBU (with Qt and GTK gui interfaces)">
13]>
14
15<sect1 id="transmission" xreflabel="Transmission-&transmission-version;">
16 <?dbhtml filename="transmission.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Transmission-&transmission-version;</title>
24
25 <indexterm zone="transmission">
26 <primary sortas="a-Transmission">Transmission</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Transmission</title>
31
32 <para>
33 <application>Transmission</application> is a cross-platform, open source
34 BitTorrent client. This is useful for downloading large files (such as
35 Linux ISOs) and reduces the need for the distributors to provide server
36 bandwidth.
37 </para>
38
39 &lfs78_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&transmission-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&transmission-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &transmission-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &transmission-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &transmission-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &transmission-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Transmission Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="curl"/>,
80 <xref linkend="libevent"/>, and
81 <xref linkend="openssl"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended (to build a GUI)</bridgehead>
85 <para role="recommended">
86 <xref linkend="gtk3"/> and either
87 <xref linkend="qt4"/> or
88 <xref linkend="qt5"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="doxygen"/> and
94 <xref linkend="gdb"/>
95 </para>
96
97 <para condition="html" role="usernotes">
98 User Notes: <ulink url="&blfs-wiki;/transmission"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Transmission</title>
104
105 <para>
106 Install <application>Transmission</application> by running the
107 following commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 The following commands are used if you have installed Qt and would like
115 to compile the Qt GUI. If <application>Qt4</application> and
116 <application>Qt5</application> are installed in
117 <filename class="directory">/opt</filename>, use
118 <command>source setqt4</command> or <command>source setqt5</command> to
119 choose which one will be used to build the Qt GUI.
120 </para>
121
122 <para>
123 Compile the Qt GUI, with the following commands:
124 </para>
125
126<screen><userinput>pushd qt &amp;&amp;
127 qmake qtr.pro &amp;&amp;
128 make &amp;&amp;
129popd</userinput></screen>
130
131 <para>
132 This package does not come with a test suite.
133 </para>
134
135 <para>
136 Now, as the <systemitem class="username">root</systemitem> user:
137 </para>
138
139<screen role="root"><userinput>make install</userinput></screen>
140
141 <para>
142 If you compiled the Qt GUI, install it by running the following commands
143 as the <systemitem class="username">root</systemitem> user:
144 </para>
145
146<screen role="root"><userinput>make INSTALL_ROOT=/usr -C qt install &amp;&amp;
147
148install -m644 qt/transmission-qt.desktop /usr/share/applications/transmission-qt.desktop &amp;&amp;
149install -m644 qt/icons/transmission.png /usr/share/pixmaps/transmission-qt.png</userinput></screen>
150
151 </sect2>
152
153 <sect2 role="commands">
154 <title>Command Explanations</title>
155
156 <!-- with-gtk is auto detected if gtk3 is present -->
157 <para>
158 <option>--without-gtk</option>: This switch disables building of the
159 <application>GTK+</application> interface if
160 <application>GTK+</application> is present on the system (useful for
161 <application>Qt5</application> or cli only builds).
162 </para>
163
164 </sect2>
165
166 <sect2 role="content">
167 <title>Contents</title>
168
169 <segmentedlist>
170 <segtitle>Installed Programs</segtitle>
171 <segtitle>Installed Libraries</segtitle>
172 <segtitle>Installed Directory</segtitle>
173
174 <seglistitem>
175 <seg>
176 transmission-cli, transmission-create, transmission-daemon,
177 transmission-edit, transmission-gtk, transmission-qt,
178 transmission-remote and transmission-show
179 </seg>
180 <seg>
181 None
182 </seg>
183 <seg>
184 /usr/share/transmission
185 </seg>
186 </seglistitem>
187 </segmentedlist>
188
189 <variablelist>
190 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
191 <?dbfo list-presentation="list"?>
192 <?dbhtml list-presentation="table"?>
193
194 <varlistentry id="transmission-cli">
195 <term><command>transmission-cli</command></term>
196 <listitem>
197 <para>
198 is a lightweight, command-line BitTorrent client with scripting
199 capabilities.
200 </para>
201 <indexterm zone="transmission transmission-cli">
202 <primary sortas="b-transmission-cli">transmission-cli</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="transmission-create">
208 <term><command>transmission-create</command></term>
209 <listitem>
210 <para>
211 is a command line tool used to create .torrent files.
212 </para>
213 <indexterm zone="transmission transmission-create">
214 <primary sortas="b-transmission-create">transmission-create</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="transmission-daemon">
220 <term><command>transmission-daemon</command></term>
221 <listitem>
222 <para>
223 is a daemon-based Transmission session that can be controlled via
224 RPC commands from transmission's web interface or
225 <command>transmission-remote</command>.
226 </para>
227 <indexterm zone="transmission transmission-daemon">
228 <primary sortas="b-transmission-daemon">transmission-daemon</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="transmission-edit">
234 <term><command>transmission-edit</command></term>
235 <listitem>
236 <para>
237 is a command-line utility to modify .torrent files' announce URLs.
238 </para>
239 <indexterm zone="transmission transmission-edit">
240 <primary sortas="b-transmission-edit">transmission-edit</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="transmission-gtk">
246 <term><command>transmission-gtk</command></term>
247 <listitem>
248 <para>
249 is a GTK+ bittorrent client.
250 </para>
251 <indexterm zone="transmission transmission-gtk">
252 <primary sortas="b-transmission-gtk">transmission-gtk</primary>
253 </indexterm>
254 </listitem>
255 </varlistentry>
256
257 <varlistentry id="transmission-qt">
258 <term><command>transmission-qt</command></term>
259 <listitem>
260 <para>
261 is a Qt bittorrent client.
262 </para>
263 <indexterm zone="transmission transmission-qt">
264 <primary sortas="b-transmission-qt">transmission-qt</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268
269 <varlistentry id="transmission-remote">
270 <term><command>transmission-remote</command></term>
271 <listitem>
272 <para>
273 is a remote control utility for transmission-daemon and transmission.
274 </para>
275 <indexterm zone="transmission transmission-remote">
276 <primary sortas="b-transmission-remote">transmission-remote</primary>
277 </indexterm>
278 </listitem>
279 </varlistentry>
280
281 <varlistentry id="transmission-show">
282 <term><command>transmission-show</command></term>
283 <listitem>
284 <para>
285 is a command line tool to display bittorrent .torrent file metadata.
286 </para>
287 <indexterm zone="transmission transmission-show">
288 <primary sortas="b-transmission-show">transmission-show</primary>
289 </indexterm>
290 </listitem>
291 </varlistentry>
292
293 </variablelist>
294
295 </sect2>
296
297</sect1>
Note: See TracBrowser for help on using the repository browser.