Difference between revisions of "Transmission"

From CBLFS
Jump to navigationJump to search
(Created page with '{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://mirrors.m0k.org/transmission/files/transmission-{{Transmission-Version}}.tar.bz2 |} ---- …')
 
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
  
 
=== Required ===
 
=== Required ===
* [[Gtk2]]
 
 
* [[OpenSSL]]
 
* [[OpenSSL]]
 
* [[Curl]]
 
* [[Curl]]
  
 
=== Recommended ===
 
=== Recommended ===
 +
* [[Gtk2]]
 
* [[D-BUS Glib]]
 
* [[D-BUS Glib]]
 
* [[libnotify]]
 
* [[libnotify]]
Line 36: Line 36:
  
 
'''''This package does not provide any libraries or other ABI-specific information so only one installation is required.'''''
 
'''''This package does not provide any libraries or other ABI-specific information so only one installation is required.'''''
 
=== 32Bit ===
 
  
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  CC="gcc ${BUILD64}" ./configure \
 
+
  --prefix=/usr --sysconfdir=/etc &&
Install the package:
+
  make
 
 
  make install
 
 
 
=== N32 ===
 
 
 
Compile the package:
 
 
 
To do ...
 
 
 
Install the package:
 
 
 
  make install
 
 
 
=== 64Bit ===
 
 
 
Compile the package:
 
 
 
To do ...
 
  
 
Install the package:
 
Install the package:
Line 72: Line 52:
 
|-valign="top"
 
|-valign="top"
 
!Installed Directories:
 
!Installed Directories:
|usr/share/transmission
+
|/usr/share/transmission
 
|-valign="top"
 
|-valign="top"
 
!Installed Programs:
 
!Installed Programs:

Latest revision as of 07:34, 20 July 2009

Download Source: http://mirrors.m0k.org/transmission/files/transmission-1.74.tar.bz2

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