Difference between revisions of "Transmission"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) |
Weibullguy (talk | contribs) |
||
Line 14: | Line 14: | ||
=== Required === | === Required === | ||
− | |||
* [[OpenSSL]] | * [[OpenSSL]] | ||
* [[Curl]] | * [[Curl]] | ||
=== Recommended === | === Recommended === | ||
+ | * [[Gtk2]] | ||
* [[D-BUS Glib]] | * [[D-BUS Glib]] | ||
* [[libnotify]] | * [[libnotify]] |
Latest revision as of 06:34, 20 July 2009
Download Source: | http://mirrors.m0k.org/transmission/files/transmission-1.74.tar.bz2 |
---|
Contents
Introduction to Transmission
Transmission is a fast, easy, and free multi-platform BitTorrent client.
Project Homepage: http://www.transmissionbt.com/
Dependencies
Required
Recommended
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc && make
Install the package:
make install
Multilib
This package does not provide any libraries or other ABI-specific information so only one installation is required.
Compile the package:
CC="gcc ${BUILD64}" ./configure \ --prefix=/usr --sysconfdir=/etc && make
Install the package:
make install
Contents
Installed Directories: | /usr/share/transmission |
---|---|
Installed Programs: | transmission-daemon, transmission-remote, transmissioncli, transmission |
Installed Libraries: | None |