rtorrent是目前常用torrent console client,利用Archlinux abs編譯達到優化rtorrent目的
- 更新Archlinux abs tree
- 將更新rtorrent至home
- 修改vim PKGBUILD, 加入-with-posix-fallocate用來降低filesystem fragmentation
- compile rtorrent
- 安裝rtorrent package
sudo abs
cp -r /var/abs/community/rtorrent/ ~/abs
#./configure --prefix=/usr --disable-debug --with-xmlrpc-c || return 1 ./configure --prefix=/usr --disable-debug --with-posix-fallocate|| return 1
makepkg -s
sudo pacman -U rtorrent-0.8.6-2-i686.pkg.tar.gz Password: loading package data... checking dependencies... (1/1) checking for file conflicts [######################] 100% (1/1) upgrading rtorrent [######################] 100%
No comments:
Post a Comment