Posts: 107
Threads: 20
Joined: Sep 2019
Reputation:
0
It's probably here somewhere, but I couldn't find the instructions for building from source.
I can obviously clone the repository, but what is/are the command(s) for building?
I would like to update my (much) older Moode build without wiping the SD card.
Posts: 13,396
Threads: 304
Joined: Mar 2018
Reputation:
543
They wouldn't.
The automated build is used as part of maintaining the moOde project for example when a new major version of RaspiOS is released a new image is built and an image-only release of moOde is published. In-between major OS versions we use Gulp to load updated sources and configs onto the existing image. There are also various other dependent changes that are made that are outside the Gulp process including changes to the file/folder structure, new versions of components, etc, etc. All of these changes are reflected in the build recipe and auto-builder at the time of release.
Also note that the build recipe and corresponding automated builder are part of satisfying a key requirement of Open Source that involves providing the build recipes.