v-kiniv / mos-native

Build Mongoose OS apps without docker to speed up process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mos-native

Installer script to download, build and install all dependencies needed for mos tool to build Mongoose OS apps for ESP32 without docker.

install

$ git clone https://github.com/v-kiniv/mos-native.git
$ cd mos-native
$ ./install.sh

use

Temporary for terminal session

$ . /<fullpath-to>/mos-native/env.sh

Permanent, add to ~/.zshrc:

$ echo ". /<fullpath-to>/mos-native/env.sh"

After env.sh was loaded, build app as usual:

mos build --platform esp32 --local

uninstall

$ ./uninstall.sh

About

Build Mongoose OS apps without docker to speed up process


Languages

Language:Shell 100.0%