Skip to main content

How to build

Setup Mongoose OS

The Mongoose OS setup Instructions are available in quick start guide.

  1. Setup Mongoose OS according to the Host operating system.

  2. Doing Local build on Linux may requirerequires 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