Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

andlo/ZZZtheia-for-mycroft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THEIA for Mycroft

VS Code experience on your Mycroft device.

About

This repo holds the scripts for making and running THEIA IDE on a Mycroft device and releases of precompiled packages for several architectures.

A skill which installs and uses THEIA IDE on a Mycroft device can be found located in the THEIA Skill repo, or in the Mycroft Marketplace under "THEIA IDE".

Usage

Most will simply run the THEIA Skill which automatically downloads the pre-built binaries for the Picroft platforms.

If you want to compile your own binaries:

  • clone this repo
  • run build_release.sh

On a Raspberry Pi there is limited RAM, so to compile without errors you need to increase swap to at least 2046 and change NODE_OPTIONS=--max_old_space_size=1024.

Credits

Andreas Lorensen (@andlo)