Changes between Version 21 and Version 22 of Installing/MacOSX


Ignore:
Timestamp:
03/08/2013 09:42:35 PM (11 years ago)
Author:
Cas
Comment:

deluge port file now defaults +python27 variant

Legend:

Unmodified
Added
Removed
Modified
  • Installing/MacOSX

    v21 v22  
    3030{{{ 
    3131#!sh 
    32 sudo port install boost +python27 deluge 
     32sudo port install deluge 
    3333}}} 
    34  
    35 ''(boost library must be installed with +python27 or macports will complain later when building deluge)'' 
    3634 
    3735==== Quartz-GTK Interface ==== 
     
    3937{{{ 
    4038#!sh 
    41 sudo port install boost +python27 +no_x11 +quartz gtk2 deluge 
    42 }}} 
    43  
    44 or if that doesn't work: 
    45 {{{ 
    46 #!sh 
    47 sudo port install boost +python27 +no_x11 +quartz gtk2 pango cairo deluge 
     39sudo port install deluge +no_x11 +quartz  
    4840}}} 
    4941