-
Install dependencies
make install-dependencies-locally
-
Update shared-modules
make submodule-update-init
-
Generate the package
make build-install
To skip offline package download after a failed build:
make build-fast-install
-
After installing, run the app with
make run
To generate the required sources:
make generated-sources
make cargo-sources