I've been following the Building MoonRay in a Docker container guide with success right up until running the final build.
When running cmake --build --preset container-release -- -j 64 I just get back;
gmake: Makefile: No such file or directory
gmake: *** No rule to make target 'Makefile'. Stop.
I've tried deleting everything and starting over but still get the same error
Is there something I'm doing wrong in the process of Step 3 of the guide? Attached is the full output.
makefileerror.txt
I've been following the Building MoonRay in a Docker container guide with success right up until running the final build.
When running
cmake --build --preset container-release -- -j 64I just get back;I've tried deleting everything and starting over but still get the same error
Is there something I'm doing wrong in the process of Step 3 of the guide? Attached is the full output.
makefileerror.txt