Difference between revisions of "Transmission"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) (Created page with '{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://mirrors.m0k.org/transmission/files/transmission-{{Transmission-Version}}.tar.bz2 |} ---- …') |
Weibullguy (talk | contribs) |
||
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.''''' | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD64}" ./configure \ | |
+ | --prefix=/usr --sysconfdir=/etc && | ||
+ | make | ||
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: |
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 |