Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Rtorrent"
Jump to navigation
Jump to search
Threesixes (talk | contribs) (initial commit) |
Threesixes (talk | contribs) m |
||
Line 5: | Line 5: | ||
}} | }} | ||
{{PageNeedsUpdates}} | {{PageNeedsUpdates}} | ||
Rtorrent is a | Rtorrent is a command line bittorrent client. | ||
===Installation=== | ===Installation=== | ||
if you intend to use rtorrent with rutorrent or another front end make sure you emerge with the xmlrpc flag. (for now we'll also throw in the daemon until proven its not needed.) | if you intend to use rtorrent with {{package|www-apps/rutorrent}} or another front end make sure you emerge with the xmlrpc flag. (for now we'll also throw in the daemon until proven its not needed. the daemon is strange as its implemented in screen? its probably so you can attach/detach anywhere infinite times.) | ||
{{console|body=###i## echo "net-p2p/rtorrent xmlrpc daemon" >> /etc/portage/package.use #xmlrpc use flag for web interface. | {{console|body=###i## echo "net-p2p/rtorrent xmlrpc daemon" >> /etc/portage/package.use #xmlrpc use flag for web interface. | ||
###i## emerge rtorrent}} | ###i## emerge rtorrent}} | ||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 02:16, March 8, 2015
Rtorrent
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
Rtorrent is a command line bittorrent client.
Installation
if you intend to use rtorrent with www-apps/rutorrent or another front end make sure you emerge with the xmlrpc flag. (for now we'll also throw in the daemon until proven its not needed. the daemon is strange as its implemented in screen? its probably so you can attach/detach anywhere infinite times.)
root # echo "net-p2p/rtorrent xmlrpc daemon" >> /etc/portage/package.use #xmlrpc use flag for web interface. root # emerge rtorrent