More actions
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
# Install zlib | # Install zlib | ||
# Windows: Put [https://github.com/N64N64/mgba/releases/download/1/freetype6.dll this .dll] in <code>deps\lib\love</code> | # Windows: Put [https://github.com/N64N64/mgba/releases/download/1/freetype6.dll this .dll] in <code>deps\lib\love</code> | ||
# Install [https://love2d.org/ | # Install [https://love2d.org/ LOVE] (0.10.2 or newer) | ||
# Install [http://github.com/rweichler/aite aite] | # Install [http://github.com/rweichler/aite aite] | ||
# Run <code>aite love</code> | # Run <code>aite love</code> | ||
Open the | Open the LOVE executable with the repo directory to run it. |
Revision as of 04:55, 12 September 2021
Template:Infobox-3DS-Homebrews
Supported platforms
- New 3DS
- Mac / Linux / Windows
IRC chat
#luared on freenode
Building
For both platforms, you must supply your own symfile and ROM and place them in the rom
directory (create it if it does not exist). The symfile must have the same basename as the rom. So, for example, if your ROM was named example.gb
, your symfile must be named example.sym
.
New 3DS
- Be on Mac or Linux
- Install LuaJIT
- Install devkitARM and ctrulib
- Install aite
- Run
aite 3ds
Then, copy build/luared.3dsx
, build/luared.smdh
, the lua
folder, and the res
folder to the /3ds/luared
folder on your SD card.
Mac / Linux / Windows
- Compile this mGBA edit and then copy libmgba.dll or libmgba.so or libmgba.dylib (depending on your OS) to
deps/lib/love/
in this repo. Create the directories if they don't exist. - Install LuaJIT
- Install zlib
- Windows: Put this .dll in
deps\lib\love
- Install LOVE (0.10.2 or newer)
- Install aite
- Run
aite love
Open the LOVE executable with the repo directory to run it.