- Linux or WSL 2
- Docker
- brickstrap
- Remove any unwanted modules or add additional precompiled modules to the module_library directory
- Run build_image.sh
- Once done, the finished image (
.img
file) will be in the root project folder.
- Add the modules you are wishing to build to the requirements file
- (optional) If the modules require specific develompent libraries available via apt add them to the packages file
- (optional) If the modules require specific precompiled python modules such as cmake, add the
.whl
(be careful to use platform compatible versions) files to the prerequisites directory - Run build_modules.sh
- Once done, compiled modules (
.whl
files) will be in the precompiled_modules directory
- Add any modules you are wishing to build to the requirements file
- (optional) If the modules require specific develompent libraries available via apt add them to the packages file
- (optional) If the modules require specific precompiled python modules such as cmake, add the
.whl
(be careful to use platform compatible versions) files to the prerequisites directory - (optional) Add additional precompiled modules to the module_library directory
- Run full_build.sh
- Once done, the finished image (
.img
file) will be in the root project folder.