==== 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: yum install transmission* == CentOS 6 == * i686/x86_64: yum install transmission* ==== transmission build config ==== == CentOS 5 == Configuration for 2.33 version: Source code location: . Compiler: /usr/bin/g++44 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: no * 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 == CentOS 6 == Configuration for 2.33 version: 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