|
|
Line 82: |
Line 82: |
|
| |
|
| Now you can use Netbeans' code completion feature and build your project from the Run menu. | | Now you can use Netbeans' code completion feature and build your project from the Run menu. |
|
| |
| = Building homebrew for distribution =
| |
| To build your homebrew, open a Bash shell as described above, browse to the folder of the homebrew you wish to compile, and run <code>make</code>.
| |
|
| |
| * This will build a .elf file and a .3dsx file (the homebrew executable itself).
| |
| ** The Homebrew Launcher can only run homebrew in the 3DSX format.
| |
|
| |
| * To build a CIA file, you need to use makerom on it along with a RSF file describing the application:
| |
| makerom -f cia -o [.cia file] -rsf [RSF file] -target t -exefslogo -elf [ELF file] -icon [icon file] -banner [banner file]
| |
|
| |
|
| = Troubleshooting = | | = Troubleshooting = |