Files
fml13v01/instructions.md
2026-02-28 15:30:17 +01:00

228 B

# Instructions

$ docker compose up -d

$ docker exec -it fml13_builder bash

$ git config --global --add safe.directory '*'

$ git submodule update --init --recursive --depth 1 --progress

$ make -j$(nproc)