su -c 'yum groupinstall "Development Tools" -y && yum install wget python python-devel twisted pyOpenSSL gettext pyxdg boost boost-devel openssl openssl-devel zlib zlib-devel libnotify pygame xdg-utils python-mako python-chardet pygtk2 pygtk2-devel python-setuptools python-setuptools-devel librsvg2-devel -y' mkdir ~/deluge && cd ~/deluge && wget http://download.deluge-torrent.org/source/deluge-1.2.0.tar.bz2 && wget http://download.deluge-torrent.org/source/deluge-1.2.0_rc2.tar.bz2 tar -xvjf deluge-1.2.0.tar.bz2 && tar -xvjf deluge-1.2.0_rc2.tar.bz2 cp ~/deluge/deluge-1.2.0_rc2/libtorrent ~/deluge/deluge-1.2.0/ -R cd ~/deluge/deluge-1.2.0 && python setup.py clean -a && python setup.py build && su -c 'python setup.py install' cd -