Search code examples
macosdockervagrantopenthread

How to compile OpenThread examples on Mac OS?


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)?


Solution

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