Installer script to download, build and install all dependencies needed for mos tool to build Mongoose OS apps for ESP32 without docker.
$ git clone https://github.com/v-kiniv/mos-native.git
$ cd mos-native
$ ./install.sh
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.sh