1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00
ctruLua/README.md
Firewolf fb43824464 Added a "most recent working build" link
From Firew0lf only ...
2015-08-19 01:59:41 +02:00

19 lines
683 B
Markdown

# ctrµLua
Everything is in the Wiki.
Warning: the 'u' in the repo's name is a 'µ', not a 'u'.
#### Builds
Most recent working build (Firew0lf): [here](https://www.dropbox.com/s/yd6hza62xd55p3r/ctruLua.3dsx?dl=1)
#### 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.
#### Based on ctrulib by smealum: [https://github.com/smealum/ctrulib](https://github.com/smealum/ctrulib)