Changes between Version 1 and Version 2 of Ticket #60416, comment 3


Ignore:
Timestamp:
Nov 27, 2020, 7:43:33 AM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60416, comment 3

    v1 v2  
    11Success:
    22
     3{{{
    34sudo port install boost +python27
    4 
     5}}}
     6{{{
    57sudo port install freecad
     8}}}
    69
    710Some questions:
    811
    9 1) I executed 'port info freecad' to see library dependencies and it showed:
     121) I executed `port info freecad` to see library dependencies and it showed:
    1013
     14{{{
    1115Library Dependencies: qt4-mac, boost, Coin-framework, eigen3, freetype,
    1216                      opencascade, py27-backports-functools_lru_cache,
     
    1418                      py27-pyside-tools, py27-shiboken, SoQt, swig, swig-python,
    1519                      xercesc3, zlib, libgcc
     20}}}
    1621
    1722Is there a way I could have determined that freecad requires the +python27 variant myself ?