HOWTO: Install on RHEL6 / CentOS 6 64bit
Posted: Thu Jan 03, 2013 10:29 pm
For those trying to install on RHEL 6 / CentOS 6 (with the latest version at the time of writing):
cd /usr/src
wget http://libtorrent.googlecode.com/files/ ... 6.4.tar.gz
tar xf libtorrent-rasterbar-0.16.4.tar.gz
cd /usr/src/libtorrent-rasterbar-0.16.4
./configure --disable-debug --prefix=/usr
make clean && make
make install
ln -s /usr/lib/pkgconfig/libtorrent-rasterbar.pc /usr/lib64/pkgconfig/libtorrent-rasterbar.pc
cd /usr/src/
wget http://downloads.sourceforge.net/qbitto ... irror=osdn
tar xf qbittorrent-3.0.6.tar.gz
cd qbittorrent-3.0.6
./configure
/usr/bin/gmake
make install
cd /usr/src
wget http://libtorrent.googlecode.com/files/ ... 6.4.tar.gz
tar xf libtorrent-rasterbar-0.16.4.tar.gz
cd /usr/src/libtorrent-rasterbar-0.16.4
./configure --disable-debug --prefix=/usr
make clean && make
make install
ln -s /usr/lib/pkgconfig/libtorrent-rasterbar.pc /usr/lib64/pkgconfig/libtorrent-rasterbar.pc
cd /usr/src/
wget http://downloads.sourceforge.net/qbitto ... irror=osdn
tar xf qbittorrent-3.0.6.tar.gz
cd qbittorrent-3.0.6
./configure
/usr/bin/gmake
make install