Files
fml13v01/instructions.md
2026-02-28 14:41:26 +00:00

224 B

Instructions

$ docker compose up -d
$ docker exec -it fml13_builder /bin/bash
$ git config --global --add safe.directory '\*'
$ git submodule update --init --recursive --depth 1 --progress .
$ make -j$(nproc)