User Tools

Site Tools


build-transmission

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
build-transmission [2011/08/13 13:03] mspallaccibuild-transmission [2012/07/25 22:31] – [installation notes] mspallacci
Line 1: Line 1:
 +==== installation notes ====
 +
 +=== External YUM repos needed === 
 +  *  geekery
 +
 +=== Packages === 
 +  *  transmission
 +  *  transmission-cli
 +  *  transmission-common
 +  *  transmission-daemon
 +  *  transmission-gtk (build disabled from transmission 2.42: gtk version required higher than the one available on rhel)
 +
 +=== Installation commands ===  
 +
 +== CentOS 5 ==
 +
 +  * i386/x86_64: <code>yum install transmission*</code>
 +
 +== CentOS 6 ==
 +
 +  * i686/x86_64: <code>yum install transmission*</code>
 +
 ==== transmission build config ==== ==== transmission build config ====
 +
 +== CentOS 5 ==
  
 Configuration for 2.33 version: Configuration for 2.33 version:
Line 27: Line 51:
  
    Build Mac client:                                  no    Build Mac client:                                  no
 +</code>
 +
 +== CentOS 6 ==
 +
 +<code>
 +Configuration:
 +
 +   Source code location:                              .
 +   Compiler:                                          /usr/bin/g++
 +
 +   Build libtransmission:                             yes
 +
 +      * optimized for low-resource systems:           no
 +      * µTP enabled:                                  yes
 +
 +   Build Command-Line client:                         yes
 +
 +   Build GTK+ client:                                 yes
 +
 +     Optional dependencies for GTK+ client:
 +
 +      * dbus support:                                 yes
 +      * gio for watchdir and mime-type support:       yes
 +      * libnotify for 'download completed' popups:    no
 +      * libcanberra for 'download completed' sounds:  no
 +      * libappindicator for an Ubuntu-style tray:     no
 +
 +   Build Daemon:                                      yes
 +
 +   Build Mac client:                                  no
 +
 </code> </code>
build-transmission.txt · Last modified: 2012/07/25 22:32 by mspallacci