Under Linux, the steps really are pretty simple. When things calm down I'll try and get something more definitive, but it should just be a matter of just downloading the CodeSourcery GCC compiler, git cloning Espruino, and typing: ESPRUINO_1V3=1 make
Perhaps there are now a few Python dependencies (as above) that need to be installed though. I'll have to run through on a VM and see what's needed.
For a Unix/Mac version, literally:
git clone https://github.com/espruino/Espruino.git
cd Espruino
make
Should just work. I've had that running on Mac, Linux, OpenWRT, the Pi, and even my Netgear NAS box :)
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.
Under Linux, the steps really are pretty simple. When things calm down I'll try and get something more definitive, but it should just be a matter of just downloading the CodeSourcery GCC compiler, git cloning Espruino, and typing:
ESPRUINO_1V3=1 make
Perhaps there are now a few Python dependencies (as above) that need to be installed though. I'll have to run through on a VM and see what's needed.
For a Unix/Mac version, literally:
Should just work. I've had that running on Mac, Linux, OpenWRT, the Pi, and even my Netgear NAS box :)