This is Lua 5.4.0 with a Wii U specific makefile.
Make sure to have devkitPro installed.
make
to compilemake install
to install lua into your wut
installationIn your project you can then include the usual Lua headers like lua.h
or lua.hpp
.
Also remember to link against the Lua library via -llua
.