Skip to content

Lua on Tilck

Vladislav Valtchev edited this page Nov 7, 2020 · 1 revision

Lua runs on Tilck as well. In order to build it in Tilck's image, run first:

./scripts/build_toolchain -s build_lua

And then, reconfigure Tilck's CMake project to enable lua with:

./scripts/cmake_run -DEXTRA_LUA=1

Finally, rebuild Tilck's image with:

make rem

Lua on Tilck

Clone this wiki locally