alpha645
2007-02-27, 11:41 AM CST
I recently installed rtorrent from the repo, it was outdated so I decided to build it myself. I had some trouble compiling and installing it. One single copy solves this. For the ones that already have rtorrent, remove that first.
yum -y remove rtorrent libtorrent
Become su - and paste the following:
yum -y install gcc make gcc-c++ boost boost-devel openssl-devel libsigc++20-devel curl-devel
wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.11.1.tar.gz
wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.7.1.tar.gz
gzip -d libtorrent-0.11.1.tar.gz
gzip -d rtorrent-0.7.1.tar.gz
tar -xf libtorrent-0.11.1.tar
tar -xf rtorrent-0.7.1.tar
cd libtorrent-0.11.1
./configure
make
make install
cp /usr/local/lib/pkgconfig/libtorrent.pc /usr/lib/pkgconfig/
cd /root/rtorrent-0.7.1/
./configure
make
make install
rm libtorrent-0.11.1.tar
rm rtorrent-0.7.1.tar
rm -rf rtorrent-0.7.1
rm -rf libtorrent-0.11.1
Done :) Run rtorrent by simply opening a terminal en type: rtorrent . Btw, if anyone can give me a good .RPM manual, I could build an .RPM ...
yum -y remove rtorrent libtorrent
Become su - and paste the following:
yum -y install gcc make gcc-c++ boost boost-devel openssl-devel libsigc++20-devel curl-devel
wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.11.1.tar.gz
wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.7.1.tar.gz
gzip -d libtorrent-0.11.1.tar.gz
gzip -d rtorrent-0.7.1.tar.gz
tar -xf libtorrent-0.11.1.tar
tar -xf rtorrent-0.7.1.tar
cd libtorrent-0.11.1
./configure
make
make install
cp /usr/local/lib/pkgconfig/libtorrent.pc /usr/lib/pkgconfig/
cd /root/rtorrent-0.7.1/
./configure
make
make install
rm libtorrent-0.11.1.tar
rm rtorrent-0.7.1.tar
rm -rf rtorrent-0.7.1
rm -rf libtorrent-0.11.1
Done :) Run rtorrent by simply opening a terminal en type: rtorrent . Btw, if anyone can give me a good .RPM manual, I could build an .RPM ...