My issue seems to be that the instructions and the zip routine imply that after following the process "node_modules/serialport" should exist in the EspruinoWebIDE directory. It doesn't it is installed at ~/
If I move it in, I can build with the bash file and it does not complain about a missing folder and I can get the the IDE to load but it complains about not being able to find serial.js, so never moves beyond "searching"
I'm not expecting any help with this, but if someone else on Mac Osx 10.6.8 has the opportunity to compile this I'd love to hear how they went on.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Struggling.. so close but so far
Got XCode command line tools via this route http://kitcambridge.tumblr.com/post/17778742499/installing-the-xcode-command-line-tools-on-snow, so not full Xcode but the serialport package says this should be enough(the minimum). I can find GCC.
My issue seems to be that the instructions and the zip routine imply that after following the process "node_modules/serialport" should exist in the EspruinoWebIDE directory. It doesn't it is installed at ~/
If I move it in, I can build with the bash file and it does not complain about a missing folder and I can get the the IDE to load but it complains about not being able to find serial.js, so never moves beyond "searching"
I'm not expecting any help with this, but if someone else on Mac Osx 10.6.8 has the opportunity to compile this I'd love to hear how they went on.