1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00
ctrµLua: Lua homebrewing for 3DS
Find a file
2015-08-18 00:34:14 +02:00
libs Added missing dependicies 2015-08-17 21:10:54 +02:00
sdcard/ctruLua Added some code 2015-08-17 18:15:37 +02:00
source Added the "ctr.news" API. WIP, should not work correctly. Seriously, don't use it. Don't even load it. 2015-08-18 00:34:14 +02:00
.gitignore Create .gitignore 2015-08-17 21:26:30 +02:00
icon.png Updated Makefile 2015-08-17 21:13:45 +02:00
Makefile Ooops. 2015-08-17 21:20:25 +02:00
README.md Fix typos in README.md 2015-08-17 21:55:58 +02:00

ctrµLua

Everything is in the Wiki.

Warning: the 'u' in the repo's name is a 'µ', not a 'u'.

Build instructions

  • Setup your environment as shown here : http://3dbrew.org/wiki/Setting_up_Development_Environment
  • Clone this repository and run the command make build-all to build all the dependencies.
  • If you only made changes to ctrµLua, run make to rebuild ctµLua without rebuilding all the dependencies.

May not work under Windows.