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)?
Asked
Active
Viewed 212 times
0
-
What's an OpenThread example? – Matt Nov 19 '17 at 00:17
-
@Matt The examples that can be found on their GitHub. https://github.com/openthread/openthread/tree/master/examples – Arno Moonen Nov 19 '17 at 09:19
1 Answers
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
-
Thanks. I'll try it out ASAP and approve your answer if it works for me. – Arno Moonen Nov 20 '17 at 09:39