mirror of
https://github.com/wiiu-env/AutobootModule.git
synced 2025-02-16 18:09:15 +01:00
AutobootModule
Building using the Dockerfile
It's possible to use a docker image for building. This way you don't need anything installed on your host system.
# Build docker image (only needed once)
docker build . -t autobootmodule-builder
# make
docker run -it --rm -v ${PWD}:/project autobootmodule-builder make
# make clean
docker run -it --rm -v ${PWD}:/project autobootmodule-builder make clean
Credits
- GaryOderNichts
- Maschell
Languages
C++
61.7%
C
35.4%
Makefile
2.6%
Assembly
0.2%