Skip to content

BullyWiiPlaza/lua-wiiu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.