You are reading a single comment by @tve and its replies. Click here to read the full conversation.
  • FYI, the easiest way to build espruino once you have a linux VM (preferably ubuntu 14.04) is to follow the steps in the .travis.yml file. It comes down to just:

    git clone hhttps://github.com/tve/Espruino.git
    curl -Ls http://s3.voneicken.com/xtensa-lx106-elf­.tgx | tar Jxf -
    curl -Ls http://s3.voneicken.com/esp_iot_sdk_v1.5­.0.tgx | tar Jxf -
    cd Espruino
    

    I haven't tested this, so I may be missing one command in there to set some environment variables, but a long install process is certainly not necessary. Travis runs this on ever build.

About

Avatar for tve @tve started