Monday, September 24, 2007

Compiling rtorrent on nslu2

Wiki with known issues.

libtorrent:
mkdir install
CXXFLAGS="-O2 -mcpu=xscale -mtune=xscale" ./configure --prefix=`pwd`/install
--enable-debug=no
make
make install


rtorrent:
mkdir install
PKG_CONFIG_PATH=/home/leo/rtorrent/libtorrent-0.11.8/install/lib/pkgconfig
CXXFLAGS="-O2 -mcpu=xscale -mtune=xscale" ./configure --prefix=`pwd`/install --enable-debug=no
make
make install

No comments: