Difference between pages "Package:Rutorrent" and "Package:Rtorrent"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
(initial commit)
 
m
 
Line 1: Line 1:
{{Ebuild
{{Ebuild
|Summary=ruTorrent is a front-end for the popular Bittorrent client rTorrent
|Summary=BitTorrent Client using libtorrent
|CatPkg=www-apps/rutorrent
|CatPkg=net-p2p/rtorrent
|Homepage=http://code.google.com/p/rutorrent/
|Homepage=http://libtorrent.rakshasa.no/
}}
}}
rutorrent is a front end to {{package|net-p2p/rtorrent}} and is designed to look like utorrent =D
{{PageNeedsUpdates}}
Rtorrent is a command line bittorrent client.


{{console|body=###i## emerge www-apps/rutorrent}}
===Installation===
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.
###i## emerge rtorrent}}


===configuration===
????
profit
{{PageNeedsUpdates}}
{{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