lua

LuaJIT 2.0 with devkitARM (Nintendo DS)

tung's picture

I just compiled LuaJIT with devkitARM, a toolchain for making homebrew Nintendo DS ROMs. The steps are:

  1. Have devkitARM set up.
  2. Get the LuaJIT source code.
  3. Tweak src/Makefile.
  4. Build LuaJIT.
  5. Copy over the LuaJIT headers and library.
  6. Use LuaJIT.

The following notes are really hacky; follow them at your own risk.

Read more »

Building Thatcher Ulrich's luaSDL for Lua 5.1 on Windows with MinGW

tung's picture

luaSDL is a library that can be loaded by Lua to make use of SDL. To get a fresh new luaSDL.dll that Lua 5.1 can load, read on!

Ingredients

Read on to get a fresh new luaSDL.dll for you to load and use!

Read more »
Syndicate content