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:
Post a Comment