This is Lua 5.4.0 with a Wii U specific makefile.
Make sure to have devkitPro installed.
- Run
make
to compile - Run
make install
to install lua into yourwut
installation
In 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
.