Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 449 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 449 Bytes

Lua Wii U

This is Lua 5.4.0 with a Wii U specific makefile.

Compiling

Make sure to have devkitPro installed.

  • Run make to compile
  • Run make install to install lua into your wut installation

Using Lua

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.