Changes between Version 7 and Version 8 of Installing/FreeBSD


Ignore:
Timestamp:
09/25/2013 04:15:30 PM (11 years ago)
Author:
aris
Comment:

Adds info for installation on recent headless systems, without X11 related packages.

Legend:

Unmodified
Added
Removed
Modified
  • Installing/FreeBSD

    v7 v8  
    99}}} 
    1010 
    11  
    1211== Install from Ports == 
    1312 
     13For desktop use (X11): 
    1414{{{ 
    1515cd /usr/ports/net-p2p/deluge && make install clean 
    1616}}} 
    1717 
    18 Or using portmaster 
     18Or using portmaster: 
    1919{{{ 
    2020portmaster net-p2p/deluge 
    2121}}} 
    2222 
    23 ''Note: For this author the above commands correctly installed both the UI and Daemon components on FreeBSD 7.2, installing the Python/Boost dependencies as required.'' 
     23''Note: The above commands should work correctly to install UI and Daemon components on FreeBSD 7.2 or later, installing the Python/Boost dependencies as required.'' 
     24 
    2425---- 
     26 
     27For headless setups (no X11): 
     28{{{ 
     29cd /usr/ports/net-p2p/deluge && make WITHOUT_X11=yes install clean 
     30}}} 
     31and disable GTK2 in the port configuration options. 
     32 
     33''Note:  Option WITHOUT_X11="YES" can also be set globally (for all port builds) in /etc/make.conf. As of (at least) FreeBSD-9.1, WITHOUT_X11 is deprecated and use of OPTIONS_UNSET=X11 in make.conf is advised instead (and should probably be preferred for versions that support it.'' 
    2534 
    2635