Changes between Initial Version and Version 1 of Ticket #62580, comment 1


Ignore:
Timestamp:
Mar 28, 2021, 10:06:30 PM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62580, comment 1

    initial v1  
    9090everything links without any errors (MacPorts has told the compiler where to find all the libraries).
    9191
     92Then we actually install it, using the "-s" option so we install the one we are building, not the binary from MacPorts buildbots:
     93{{{
     94sudo port -v -s install hamlib
     95}}}
     96
    9297And as it turns out, that is all you need to do to get what you want.
    9398{{{