Changes between Version 1 and Version 2 of Installing/FreeBSD


Ignore:
Timestamp:
09/24/2009 01:34:12 PM (15 years ago)
Author:
EasyTarget
Comment:

Portage version appears to be stable now. I dont want to disrupt this page too much, but this should really be the primary install method.

Legend:

Unmodified
Added
Removed
Modified
  • Installing/FreeBSD

    v1 v2  
    5959 
    6060And that's it. Drop back to a regular user and start having fun with Deluge! If I missed something regarding a FreeBSD install, please contact !AlmightyOatmeal on Freenode. 
     61 
     62== Alternative Method == 
     63 
     64Deluge (1.1.9) is available in ports, with dependencies correctly identified and also stable. For this author the following command correctly installed both the UI and Daemon components on FreeBSD 7.2 (installing the python/boost dependencies as required).  
     65 
     66{{{ 
     67cd /usr/ports/net-p2p/deluge && make install clean 
     68}}} 
     69 
     70It should also be available as a package: 
     71 
     72{{{ 
     73pkg_add -r deluge 
     74}}}