HI!
I'm trying to learn to program for ConnectIQ, but can't find any step by step guide anywhere.
Can you tell me the best way to learn from 0?
Thanks!
It sounds like you're following the Monkey C Getting Started Guide. The instructions there tell you to add the Monkey C bin directory to your path. The documentation assumes you understand what the term shell means. If you open up Terminal on your Mac, you should be able to figure things out.
That said, you're following the directions for building from the command-line. This is fine and all, but you should really consider using the development environment (Eclipse), which is covered later in that document.
Travis