Example setup for Raylib.lean, Flecs.lean and Luau.lean.
Can be run using lake exe game
.
- No guarantee of stability is given, so it is recommended to specify commit hashes in the lakefile's require commands.
- First build may take a few minutes to clone library repos (lake shows "Computing build jobs").
- Building bindings and libraries requires
git
,make
,mkdir
, a C compiler and, when using Luau,clang++
andlibc++
. - See bindings readme files.
LEAN_CC=cc
may be required due to incompatibilities between the Lean's bundled older glibc and the newer system glibc used when compiling Luau.
- See this.