How to build
Setup Mongoose OS
The Mongoose OS setup Instructions are available in quick start guide.
-
Setup Mongoose OS according to the Host operating system.
-
Doing Local build on Linux may require docker to be installed. Please refer to the installation Instructions on docker website.
Building Application:
To build the application, clone the repo and run this terminal command :
For local build:
$ sudo mos build --local --platform --esp32
This will fetch the mos sources and build the application. The final application will be available inside build folder.
For online build:
$ sudo mos build