0

How can I compile the OpenThread examples on Mac OS? The scripts supplied in the repository do not work, because they use apt-get which is not available in Mac OS. Is there some kind of guide on how this can be achived (either compiling natively or in a VM or container)?

sepp2k
  • 363,768
  • 54
  • 674
  • 675
Arno Moonen
  • 1,134
  • 2
  • 10
  • 28

1 Answers1

1

This PR seeks to add Mac (i.e. brew) support to the setup script: https://github.com/openthread/openthread/pull/2332

jhui
  • 694
  • 4
  • 3