apple / HomeKitADK

Apache License 2.0
2.55k stars 232 forks source link

Build on Raspberry Pi without Docker #92

Closed naknut closed 3 years ago

naknut commented 3 years ago

Hi!

I have tried to do the sd card setup script on my mac but I have run into so many issues at this point. I have a Raspberry Pi set up as a dev machine. Just to get going I was thinking I could probably build the ADK on my Raspberry Pi. The issue is that the make file seems to require the docker setup to be completed. Is there any way that I can bypass the Docker step and just compile the ADK on my Raspberry Pi?

naknut commented 3 years ago

Never mind. After reading the getting started guide i found the DOCKER=0 command that disables builds with Docker. Note to self: read the whole read me next time.😅