Transmission-4.0.4
Installation of Transmission
Install Transmission by running the
following commands:
mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/transmission-4.0.4 \
.. &&
make
Now, as the root
user:
make install
Next, create transmission.png from the SVG file:
rsvg-convert \
/usr/share/icons/hicolor/scalable/apps/transmission.svg \
-o /usr/share/pixmaps/transmission.png
Command Explanations
-DENABLE_QT=OFF
: This switch disables building
the Qt5 interface. The default is to build it
if (Qt-5.15.11 or qt-alternate-5.15.11) is installed.
-DENABLE_GTK=OFF
: This switch disables building
the GTK+-3 interface. The default is to build it if
Gtkmm-3.24.8 is installed.
-DENABLE_WEB=OFF
: This switch disables building
the web client. The default is to build it if nodejs-20.10.0
is installed.
-DREBUILD_WEB=ON
: This switch forces rebuilding
the web client. This option needs nodejs-20.10.0 to be
installed as well as an internet connection. The default is to not
rebuild the client.
Contents
Installed Programs:
transmission-cli,
transmission-create,
transmission-daemon,
transmission-edit,
transmission-gtk,
transmission-qt,
transmission-remote, and
transmission-show
Installed Libraries:
None
Installed Directory:
/usr/share/transmission (contains the web client) and
/usr/share/doc/transmission-4.0.4
Short Descriptions
transmission-cli |
is a lightweight, command line BitTorrent client with scripting
capabilities
|
transmission-create |
is a command line tool used to create .torrent files
|
transmission-daemon |
is a daemon-based Transmission session that can be controlled via
RPC commands from Transmission's web interface or
transmission-remote
|
transmission-edit |
is a command line tool to modify .torrent files' announce URLs
|
transmission-gtk |
is a GTK+ bittorrent client
|
transmission-qt |
is a Qt-based bittorrent client
|
transmission-remote |
is a remote control utility for transmission-daemon and transmission
|
transmission-show |
is a command line tool to display bittorrent .torrent file metadata
|