You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • 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 :)

About

Avatar for Gordon @Gordon started