macos编译安装rtorrent
确保安装xcode和brew
安装编译工具和部分依赖
1 | $ brew install automake libtool boost curl lzlib libsigc++ openssl xmlrpc-c |
编译安装libtorrent
1 | $ git clone https://github.com/rakshasa/libtorrent.git |
libtorrent安装到/usr/local/lib
编译安装rtorrent
1 | $ git clone https://github.com/rakshasa/rtorrent.git |
rtorrent安装到/usr/local/bin
运行
1 | $ rtorrent |
默认配置文件为~/.rtorrent.rc
References:
[1]libtorrent and rtorrent on mac.sh
[2]rTorrent cheatsheet
[3]Navigating