• I've built using these instructions in a linux VM:

    http://forum.espruino.com/comments/5764/­

    git clone https://github.com/espruino/Espruino.git­
    cd Espruino
    make
    

    The exe spins up:

    root@nodejs ~/Espruino# ./espruino
    Interactive mode.
    Size of JsVar is now 32 bytes
    Size of JsVarRef is now 4 bytes
    Added SIGINT hook
    Added SIGHUP hook
    Added SIGTERM hook
     1v85.1272 Copyright 2016 G.Williams
    
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    

    How do I connect with the Web ide?

    I tried adding the IP of the VM under communications > Connect over Ip Address, however the instance is not found.

    Do you need to set up a virtual com port, or can connect via IP to a Linux instance.

    I'm hoping the VM version will be a lot more snappy for development - especially uploading when developing modules!

About

Avatar for Wilberforce @Wilberforce started