This repos contains minimal contents to compile a program in C with library Raylib.
First build the compiler with ./build_container
.
Then launch the container with ./launch_container
.
Then compile the file basic.c with ./compile
.
Finally start the program with ./a.out
.