User Tools

Site Tools


build-transmission

Differences

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

Link to this comparison view

Next revision
Previous revision
build-transmission [2011/08/13 12:58] – created mspallaccibuild-transmission [2012/07/25 22:32] (current) – [transmission build config] 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 ====
  
-Configuration:+== CentOS 5 == 
 + 
 +Configuration for 2.33 version:
  
 +<code>
    Source code location:                              .    Source code location:                              .
    Compiler:                                          /usr/bin/g++44    Compiler:                                          /usr/bin/g++44
Line 26: Line 51:
  
    Build Mac client:                                  no    Build Mac client:                                  no
 +</code>
 +
 +== CentOS 6 ==
 +
 +Configuration for 2.33 version:
 +
 +<code>
 +   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>
build-transmission.1313233108.txt.gz · Last modified: 2011/08/13 12:58 by mspallacci