Skip to content

Build Mongoose OS apps without docker to speed up process

Notifications You must be signed in to change notification settings

v-kiniv/mos-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages