Transmission-2.77

Introduction to Transmission

Transmission is a cross-platform, open source BitTorrent client. This is useful for downloading large files (such as Linux ISOs) and reduces the need for the distributors to provide server bandwidth.

This package is known to build and work properly using an LFS-7.2 platform.

Package Information

Transmission Dependencies

Required

OpenSSL-1.0.1e, cURL-7.30.0, libevent-2.0.21 and Intltool-0.50.2

Recommended (to build a GUI)

Optional

Doxygen-1.8.4

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/transmission

Installation of Transmission

Install Transmission by running the following commands:

./configure --prefix=/usr &&
make

If you have installed Qt-4.8.4 and would like to compile the Qt GUI, run the following commands:

pushd qt &&
qmake qtr.pro &&
make &&
popd

This package does not come with a test suite.

Now, as the root user:

make install

If you compiled the Qt GUI, install it by running the following commands as the root user:

INSTALL_ROOT=/usr make -C qt install &&
install -m644 qt/transmission-qt.desktop /usr/share/applications/transmission-qt.desktop &&
install -m644 qt/icons/transmission.png /usr/share/pixmaps/transmission-qt.png

Command Explanations

--without-gtk: This switch disables building of the GTK+ interface.

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

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 utility to modify .torrent files' announce URLs.

transmission-gtk

is a GTK+ bittorrent client.

transmission-qt

is a Qt 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.

Last updated on 2013-06-02 19:23:30 +0000